Searched refs:notified_count (Results 1 – 3 of 3) sorted by relevance
406 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()697 rx_queue->notified_count = 0; in efx_init_rx_queue()
566 while (rx_queue->notified_count != rx_queue->added_count) { in efx_nic_notify_rx_desc()569 rx_queue->notified_count & rx_queue->ptr_mask); in efx_nic_notify_rx_desc()570 ++rx_queue->notified_count; in efx_nic_notify_rx_desc()
278 int notified_count; member