Searched refs:notified_count (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Drx.c400 if (rx_queue->notified_count != rx_queue->added_count)
691 rx_queue->notified_count = 0;
H A Dnic.c563 while (rx_queue->notified_count != rx_queue->added_count) {
566 rx_queue->notified_count & rx_queue->ptr_mask);
567 ++rx_queue->notified_count;
H A Dnet_driver.h250 * @notified_count: Number of buffers given to NIC (<= @added_count).
273 int notified_count; member in struct:efx_rx_queue

Completed in 91 milliseconds