Searched refs:notified_count (Results 1 – 9 of 9) sorted by relevance
379 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()753 rx_queue->notified_count = 0; in ef4_init_rx_queue()
495 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()
230 rx_queue->notified_count = 0; in efx_init_rx_queue()501 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()
419 unsigned int notified_count; member
2608 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()2614 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()2615 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()
212 credits = READ_ONCE(rx_queue->notified_count) - rx_queue->granted_count; in efx_mae_counters_grant_credits()
233 rx_queue->notified_count = 0; in efx_siena_init_rx_queue()499 if (rx_queue->notified_count != rx_queue->added_count) in efx_siena_fast_push_rx_descriptors()
489 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()
398 unsigned int notified_count; member