Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Dtx.c516 if ((int)(tx_queue->read_count - tx_queue->old_write_count) >= 0) { in ef4_xmit_done()
517 tx_queue->old_write_count = READ_ONCE(tx_queue->write_count); in ef4_xmit_done()
518 if (tx_queue->read_count == tx_queue->old_write_count) { in ef4_xmit_done()
584 tx_queue->old_write_count = 0; in ef4_init_tx_queue()
H A Dnet_driver.h186 * @old_write_count: The value of @write_count when last checked.
230 unsigned int old_write_count; member
H A Dfarch.c311 unsigned old_write_count = tx_queue->write_count; in ef4_farch_tx_write() local
337 if (ef4_nic_may_push_tx_desc(tx_queue, old_write_count)) { in ef4_farch_tx_write()
339 old_write_count & tx_queue->ptr_mask); in ef4_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 Dnet_driver.h204 * @old_write_count: The value of @write_count when last checked.
286 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()
/linux/drivers/net/ethernet/sfc/siena/
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.h216 * @old_write_count: The value of @write_count when last checked.
279 unsigned int old_write_count; member