Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dtx.c531 tx_queue->read_count | EF4_EMPTY_COUNT_VALID; in ef4_xmit_done()
597 tx_queue->empty_read_count = 0 | EF4_EMPTY_COUNT_VALID; in ef4_init_tx_queue()
Dnic.h91 return ((empty_read_count ^ write_count) & ~EF4_EMPTY_COUNT_VALID) == 0; in __ef4_nic_tx_is_empty()
Dnet_driver.h250 #define EF4_EMPTY_COUNT_VALID 0x80000000 macro