Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Drx.c334 fill_level = (rx_queue->added_count - rx_queue->removed_count); in ef4_fast_push_rx_descriptors()
360 if (rx_queue->added_count == rx_queue->removed_count) in ef4_fast_push_rx_descriptors()
369 rx_queue->added_count - rx_queue->removed_count); in ef4_fast_push_rx_descriptors()
743 rx_queue->removed_count = 0; in ef4_init_rx_queue()
786 for (i = rx_queue->removed_count; i < rx_queue->added_count; in ef4_fini_rx_queue()
Dfarch.c955 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in ef4_farch_handle_rx_bad_index()
961 expected = rx_queue->removed_count & rx_queue->ptr_mask; in ef4_farch_handle_rx_bad_index()
1001 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in ef4_farch_handle_rx_event()
1015 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1017 rx_queue->removed_count += rx_queue->scatter_n; in ef4_farch_handle_rx_event()
1029 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1031 ++rx_queue->removed_count; in ef4_farch_handle_rx_event()
1080 rx_queue->removed_count & rx_queue->ptr_mask, in ef4_farch_handle_rx_event()
1082 rx_queue->removed_count += rx_queue->scatter_n; in ef4_farch_handle_rx_event()
Dnet_driver.h339 unsigned int removed_count; member
/Linux-v5.4/drivers/net/ethernet/sfc/
Dfarch.c944 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) & in efx_farch_handle_rx_bad_index()
950 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()
989 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) & in efx_farch_handle_rx_event()
1003 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1005 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
1017 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1019 ++rx_queue->removed_count; in efx_farch_handle_rx_event()
1068 rx_queue->removed_count & rx_queue->ptr_mask, in efx_farch_handle_rx_event()
1070 rx_queue->removed_count += rx_queue->scatter_n; in efx_farch_handle_rx_event()
Drx.c334 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()
368 rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()
741 rx_queue->removed_count = 0; in efx_init_rx_queue()
784 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_fini_rx_queue()
Dnet_driver.h378 unsigned int removed_count; member
Def10.c3429 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()
3434 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()
3570 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()
3597 (rx_queue->removed_count + in efx_ef10_handle_rx_event()
3660 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()
3663 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()