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()
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()
348 unsigned int notified_count; member
1594 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()1600 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()1601 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()