Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dtx.c658 tx_queue->read_count | EFX_EMPTY_COUNT_VALID; in efx_xmit_done()
735 tx_queue->empty_read_count = 0 | EFX_EMPTY_COUNT_VALID; in efx_init_tx_queue()
Dnic.h94 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in __efx_nic_tx_is_empty()
Dnet_driver.h260 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro