Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c379 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()
754 rx_queue->notified_count = 0; in ef4_init_rx_queue()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c235 rx_queue->notified_count = 0; in efx_siena_init_rx_queue()
504 if (rx_queue->notified_count != rx_queue->added_count) in efx_siena_fast_push_rx_descriptors()
H A 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()
H A Dnet_driver.h399 unsigned int notified_count; member
/linux/drivers/net/ethernet/sfc/
H A Def10.c2608 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()
2614 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()
2615 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()