notified_count   3179 drivers/net/ethernet/sfc/ef10.c 	if (rx_queue->notified_count == write_count)
notified_count   3185 drivers/net/ethernet/sfc/ef10.c 			rx_queue->notified_count & rx_queue->ptr_mask);
notified_count   3186 drivers/net/ethernet/sfc/ef10.c 	while (++rx_queue->notified_count != write_count);
notified_count    495 drivers/net/ethernet/sfc/falcon/farch.c 	while (rx_queue->notified_count != rx_queue->added_count) {
notified_count    498 drivers/net/ethernet/sfc/falcon/farch.c 			rx_queue->notified_count & rx_queue->ptr_mask);
notified_count    499 drivers/net/ethernet/sfc/falcon/farch.c 		++rx_queue->notified_count;
notified_count    338 drivers/net/ethernet/sfc/falcon/net_driver.h 	unsigned int notified_count;
notified_count    372 drivers/net/ethernet/sfc/falcon/rx.c 	if (rx_queue->notified_count != rx_queue->added_count)
notified_count    742 drivers/net/ethernet/sfc/falcon/rx.c 	rx_queue->notified_count = 0;
notified_count    483 drivers/net/ethernet/sfc/farch.c 	while (rx_queue->notified_count != rx_queue->added_count) {
notified_count    486 drivers/net/ethernet/sfc/farch.c 			rx_queue->notified_count & rx_queue->ptr_mask);
notified_count    487 drivers/net/ethernet/sfc/farch.c 		++rx_queue->notified_count;
notified_count    377 drivers/net/ethernet/sfc/net_driver.h 	unsigned int notified_count;
notified_count    371 drivers/net/ethernet/sfc/rx.c 	if (rx_queue->notified_count != rx_queue->added_count)
notified_count    740 drivers/net/ethernet/sfc/rx.c 	rx_queue->notified_count = 0;