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

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtx.c529 tx_queue->read_count | EF4_EMPTY_COUNT_VALID;
595 tx_queue->empty_read_count = 0 | EF4_EMPTY_COUNT_VALID;
H A Dnic.h88 return ((empty_read_count ^ write_count) & ~EF4_EMPTY_COUNT_VALID) == 0;
H A Dnet_driver.h210 * @read_count bitwise-added to %EF4_EMPTY_COUNT_VALID; otherwise 0.
247 #define EF4_EMPTY_COUNT_VALID 0x80000000 macro

Completed in 207 milliseconds