Home
last modified time | relevance | path

Searched refs:notified_count (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_rx.c193 unsigned int notified_count = rx_queue->notified_count; in ef100_rx_write() local
199 while (notified_count != rx_queue->added_count) { in ef100_rx_write()
200 idx = notified_count & rx_queue->ptr_mask; in ef100_rx_write()
206 ++notified_count; in ef100_rx_write()
208 if (notified_count == rx_queue->notified_count) in ef100_rx_write()
218 rx_queue->notified_count = notified_count; in ef100_rx_write()
A Drx_common.c231 rx_queue->notified_count = 0; in efx_init_rx_queue()
502 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()
A Dnet_driver.h408 unsigned int notified_count; member
A Dmae.c221 credits = READ_ONCE(rx_queue->notified_count) - rx_queue->granted_count; in efx_mae_counters_grant_credits()
A Def10.c2590 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()
2596 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()
2597 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Drx.c379 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()
754 rx_queue->notified_count = 0; in ef4_init_rx_queue()
A Dnet_driver.h338 unsigned int notified_count; member
A Dfarch.c495 while (rx_queue->notified_count != rx_queue->added_count) { in ef4_farch_rx_write()
498 rx_queue->notified_count & rx_queue->ptr_mask); in ef4_farch_rx_write()
499 ++rx_queue->notified_count; in ef4_farch_rx_write()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Drx_common.c234 rx_queue->notified_count = 0; in efx_siena_init_rx_queue()
503 if (rx_queue->notified_count != rx_queue->added_count) in efx_siena_fast_push_rx_descriptors()
A Dfarch.c489 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()
492 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()
493 ++rx_queue->notified_count; in efx_farch_rx_write()
A Dnet_driver.h399 unsigned int notified_count; member

Completed in 46 milliseconds