Searched refs:EF4_EMPTY_COUNT_VALID (Results 1 – 3 of 3) sorted by relevance
528 tx_queue->read_count | EF4_EMPTY_COUNT_VALID; in ef4_xmit_done()594 tx_queue->empty_read_count = 0 | EF4_EMPTY_COUNT_VALID; in ef4_init_tx_queue()
88 return ((empty_read_count ^ write_count) & ~EF4_EMPTY_COUNT_VALID) == 0; in __ef4_nic_tx_is_empty()
247 #define EF4_EMPTY_COUNT_VALID 0x80000000 macro