Searched defs:tx_end (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro.c302 static unsigned int tx_end; variable
347 tx_start = tx_end = (unsigned int) (XMT_LOWER_LIMIT << 8);
428 if (tx_end > tx_start)
429 tx_available = XMT_RAM - (tx_end - tx_start);
430 else if (tx_end < tx_start)
431 tx_available = tx_start - tx_end;
435 last = tx_end;
457 tx_end = end;
459 printf("%d %d\n", tx_start, tx_end);
480 tx_start = tx_end
[all...]

Completed in 44 milliseconds