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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro.c300 static unsigned int rx_start, tx_start; 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;
455 tx_start = last;
459 printf("%d %d\n", tx_start, tx_end);
480 tx_start = tx_end = (XMT_LOWER_LIMIT << 8);

Completed in 299 milliseconds