Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_rx.c157 while (rx_queue->notified_count != rx_queue->added_count) { in ef100_rx_write()
158 idx = rx_queue->notified_count & rx_queue->ptr_mask; in ef100_rx_write()
164 ++rx_queue->notified_count; in ef100_rx_write()
H A Drx_common.c247 rx_queue->notified_count = 0; in efx_init_rx_queue()
515 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()
H A Dfarch.c488 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()
491 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()
492 ++rx_queue->notified_count; in efx_farch_rx_write()
H A Dnet_driver.h400 unsigned int notified_count; member
H A Def10.c2564 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()
2570 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()
2571 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Drx.c379 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()
752 rx_queue->notified_count = 0; in ef4_init_rx_queue()
H A Dnet_driver.h338 unsigned int notified_count; member
H A Dfarch.c495 while (rx_queue->notified_count != rx_queue->added_count) { in ef4_farch_rx_write()
498 rx_queue->notified_count & rx_queue->ptr_mask); in ef4_farch_rx_write()
499 ++rx_queue->notified_count; in ef4_farch_rx_write()