Home
last modified time | relevance | path

Searched refs:old_write_count (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c79 tx_queue->old_write_count = 0; in efx_siena_init_tx_queue()
229 if ((int)(tx_queue->read_count - tx_queue->old_write_count) >= 0) { in efx_siena_xmit_done_check_empty()
230 tx_queue->old_write_count = READ_ONCE(tx_queue->write_count); in efx_siena_xmit_done_check_empty()
231 if (tx_queue->read_count == tx_queue->old_write_count) { in efx_siena_xmit_done_check_empty()
H A Dfarch.c322 unsigned old_write_count = tx_queue->write_count; in efx_farch_tx_write() local
348 if (efx_nic_may_push_tx_desc(tx_queue, old_write_count)) { in efx_farch_tx_write()
350 old_write_count & tx_queue->ptr_mask); in efx_farch_tx_write()
H A Dnet_driver.h279 unsigned int old_write_count; member
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h286 unsigned int old_write_count; member
H A Def10.c2451 unsigned int old_write_count = tx_queue->write_count; in efx_ef10_tx_write() local
2486 if (efx_nic_may_push_tx_desc(tx_queue, old_write_count)) { in efx_ef10_tx_write()
2488 old_write_count & tx_queue->ptr_mask); in efx_ef10_tx_write()