Searched refs:notified_count (Results 1 – 7 of 7) sorted by relevance
375 if (rx_queue->notified_count != rx_queue->added_count) in ef4_fast_push_rx_descriptors()748 rx_queue->notified_count = 0; in ef4_init_rx_queue()
341 unsigned int notified_count; member
498 while (rx_queue->notified_count != rx_queue->added_count) { in ef4_farch_rx_write()501 rx_queue->notified_count & rx_queue->ptr_mask); in ef4_farch_rx_write()502 ++rx_queue->notified_count; in ef4_farch_rx_write()
375 if (rx_queue->notified_count != rx_queue->added_count) in efx_fast_push_rx_descriptors()742 rx_queue->notified_count = 0; in efx_init_rx_queue()
486 while (rx_queue->notified_count != rx_queue->added_count) { in efx_farch_rx_write()489 rx_queue->notified_count & rx_queue->ptr_mask); in efx_farch_rx_write()490 ++rx_queue->notified_count; in efx_farch_rx_write()
371 unsigned int notified_count; member
2933 if (rx_queue->notified_count == write_count) in efx_ef10_rx_write()2939 rx_queue->notified_count & rx_queue->ptr_mask); in efx_ef10_rx_write()2940 while (++rx_queue->notified_count != write_count); in efx_ef10_rx_write()