Home
last modified time | relevance | path

Searched refs:removed_count (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
Drx.c337 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()
Dfarch.c962 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in efx_farch_handle_rx_bad_index()
968 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()
1008 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in efx_farch_handle_rx_event()
1022 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1024 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
1036 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1038 ++rx_queue->removed_count; in efx_farch_handle_rx_event()
1087 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1089 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
Def10.c2453 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()
2458 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()
2494 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()
2521 (rx_queue->removed_count + in efx_ef10_handle_rx_event()
2563 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()
2566 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()
Dnet_driver.h352 unsigned int removed_count; member