Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/sfc/
Drx.c406 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()
Dnic.c566 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()
Dnet_driver.h278 int notified_count; member