Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dtx_common.c82 tx_queue->empty_read_count = 0 | EFX_EMPTY_COUNT_VALID; in efx_siena_init_tx_queue()
235 tx_queue->read_count | EFX_EMPTY_COUNT_VALID; in efx_siena_xmit_done_check_empty()
Dnic_common.h75 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in efx_nic_tx_is_empty()
Dnet_driver.h305 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro
/linux-6.12.1/drivers/net/ethernet/sfc/
Dtx_common.c82 tx_queue->empty_read_count = 0 | EFX_EMPTY_COUNT_VALID; in efx_init_tx_queue()
248 tx_queue->read_count | EFX_EMPTY_COUNT_VALID; in efx_xmit_done_check_empty()
Dnic_common.h75 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in efx_nic_tx_is_empty()
Dnet_driver.h287 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro