Home
last modified time | relevance | path

Searched refs:old_write_count (Results 1 – 4 of 4) 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()
/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c260 unsigned int old_write_count = tx_queue->write_count; in ef100_tx_make_descriptors() local
261 unsigned int new_write_count = old_write_count; in ef100_tx_make_descriptors()
266 unsigned int nr_descs = tx_queue->insert_count - old_write_count; in ef100_tx_make_descriptors()
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()