Searched refs:INTEL_NUM_TX_DESC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dintel.h156 #define INTEL_NUM_TX_DESC 16 macro
H A Dintel.c587 if ( ( intel->tx.prod - intel->tx.cons ) >= INTEL_NUM_TX_DESC ) {
591 tx_idx = ( intel->tx.prod++ % INTEL_NUM_TX_DESC );
592 tx_tail = ( intel->tx.prod % INTEL_NUM_TX_DESC );
628 tx_idx = ( intel->tx.cons % INTEL_NUM_TX_DESC );
774 intel_init_ring ( &intel->tx, INTEL_NUM_TX_DESC, INTEL_TD );

Completed in 213 milliseconds