Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/
Def100_rx.c186 rx_queue->removed_count & rx_queue->ptr_mask); in efx_ef100_ev_rx()
187 ++rx_queue->removed_count; in efx_ef100_ev_rx()
Drx_common.c233 rx_queue->removed_count = 0; in efx_init_rx_queue()
290 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_fini_rx_queue()
466 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()
499 rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()
Def10.c2706 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()
2711 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()
2847 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()
2874 (rx_queue->removed_count + in efx_ef10_handle_rx_event()
2937 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()
2940 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()
Dnet_driver.h389 unsigned int removed_count; member
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/
Drx.c341 fill_level = (rx_queue->added_count - rx_queue->removed_count); in ef4_fast_push_rx_descriptors()
367 if (rx_queue->added_count == rx_queue->removed_count) in ef4_fast_push_rx_descriptors()
376 rx_queue->added_count - rx_queue->removed_count); in ef4_fast_push_rx_descriptors()
755 rx_queue->removed_count = 0; in ef4_init_rx_queue()
798 for (i = rx_queue->removed_count; i < rx_queue->added_count; in ef4_fini_rx_queue()
Dfarch.c954 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in ef4_farch_handle_rx_bad_index()
960 expected = rx_queue->removed_count & rx_queue->ptr_mask; in ef4_farch_handle_rx_bad_index()
1000 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in ef4_farch_handle_rx_event()
1014 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1016 rx_queue->removed_count += rx_queue->scatter_n; in ef4_farch_handle_rx_event()
1028 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1030 ++rx_queue->removed_count; in ef4_farch_handle_rx_event()
1079 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1081 rx_queue->removed_count += rx_queue->scatter_n; in ef4_farch_handle_rx_event()
Dnet_driver.h339 unsigned int removed_count; member
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dfarch.c948 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in efx_farch_handle_rx_bad_index()
954 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()
993 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in efx_farch_handle_rx_event()
1007 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1009 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
1021 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1023 ++rx_queue->removed_count; in efx_farch_handle_rx_event()
1072 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1074 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
Drx_common.c235 rx_queue->removed_count = 0; in efx_siena_init_rx_queue()
290 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_siena_fini_rx_queue()
467 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_siena_fast_push_rx_descriptors()
500 rx_queue->added_count - rx_queue->removed_count); in efx_siena_fast_push_rx_descriptors()
Dnet_driver.h400 unsigned int removed_count; member