Home
last modified time | relevance | path

Searched refs:EFX_EMPTY_COUNT_VALID (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h75 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in efx_nic_tx_is_empty()
H A 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()
H A Dnet_driver.h255 * @read_count bitwise-added to %EFX_EMPTY_COUNT_VALID; otherwise 0.
305 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dtx_common.c81 tx_queue->empty_read_count = 0 | EFX_EMPTY_COUNT_VALID; in efx_init_tx_queue()
234 tx_queue->read_count | EFX_EMPTY_COUNT_VALID; in efx_xmit_done_check_empty()
H A Dnic_common.h75 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in efx_nic_tx_is_empty()
H A Dnet_driver.h256 * @read_count bitwise-added to %EFX_EMPTY_COUNT_VALID; otherwise 0.
306 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A 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()
H A Dnic_common.h74 return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; in efx_nic_tx_is_empty()
H A Dnet_driver.h237 * @read_count bitwise-added to %EFX_EMPTY_COUNT_VALID; otherwise 0.
287 #define EFX_EMPTY_COUNT_VALID 0x80000000 macro

Completed in 15 milliseconds