Searched refs:EFX_EMPTY_COUNT_VALID (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dtx.c459 tx_queue->read_count | EFX_EMPTY_COUNT_VALID;
510 tx_queue->empty_read_count = 0 | EFX_EMPTY_COUNT_VALID;
H A Dnet_driver.h167 * @read_count bitwise-added to %EFX_EMPTY_COUNT_VALID; otherwise 0.
196 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro
H A Dnic.c383 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0;

Completed in 51 milliseconds