Searched refs:notified_count (Results 1 – 4 of 4) sorted by relevance
375 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()752 rx_queue->notified_count = 0; in efx_init_rx_queue()
491 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()494 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()495 ++rx_queue->notified_count; in efx_farch_rx_write()
351 unsigned int notified_count; member
2232 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()2238 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()2239 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()