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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Drealtek.c467 int is_last; local
484 is_last = ( rx_idx == ( RTL_NUM_RX_DESC - 1 ) );
493 ( is_last ? cpu_to_le16 ( RTL_DESC_EOR ) : 0 ) );
604 int is_last; local
636 is_last = ( tx_idx == ( RTL_NUM_TX_DESC - 1 ) );
643 ( is_last ? cpu_to_le16 ( RTL_DESC_EOR ) : 0 ) );

Completed in 50 milliseconds