Searched refs:notified_count (Results 1 – 7 of 7) sorted by relevance
372 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()742 rx_queue->notified_count = 0; in ef4_init_rx_queue()
338 unsigned int notified_count; member
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()
371 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()740 rx_queue->notified_count = 0; in efx_init_rx_queue()
483 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()486 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()487 ++rx_queue->notified_count; in efx_farch_rx_write()
377 unsigned int notified_count; member
3179 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()3185 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()3186 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()