Searched refs:removed_count (Results 1 – 4 of 4) sorted by relevance
337 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()363 if (rx_queue->added_count == rx_queue->removed_count) in efx_fast_push_rx_descriptors()372 rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()753 rx_queue->removed_count = 0; in efx_init_rx_queue()796 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_fini_rx_queue()
960 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in efx_farch_handle_rx_bad_index()966 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()1006 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in efx_farch_handle_rx_event()1020 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()1022 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()1034 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()1036 ++rx_queue->removed_count; in efx_farch_handle_rx_event()1085 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()1087 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
1768 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()1773 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()1809 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()1836 (rx_queue->removed_count + in efx_ef10_handle_rx_event()1878 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()1881 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()
349 unsigned int removed_count; member