Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sfc/
A 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()
A 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()
A Def10.c2688 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()
2693 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()
2829 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()
2856 (rx_queue->removed_count + in efx_ef10_handle_rx_event()
2919 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()
2922 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()
A Dnet_driver.h410 unsigned int removed_count; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A 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()
A 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()
A Dnet_driver.h339 unsigned int removed_count; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A 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()
A 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()
A Dnet_driver.h400 unsigned int removed_count; member

Completed in 43 milliseconds