Home
last modified time | relevance | path

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

/linux-4.4.14/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.c491 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()
494 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()
495 ++rx_queue->notified_count; in efx_farch_rx_write()
Dnet_driver.h351 unsigned int notified_count; member
Def10.c2232 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()
2238 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()
2239 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()