Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Drx.c375 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()
Dfarch.c489 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()
Dnet_driver.h348 unsigned int notified_count; member
Def10.c1594 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()