Home
last modified time | relevance | path

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

/linux-4.4.14/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.c2452 rx_desc_ptr = rx_queue->removed_count & rx_queue->ptr_mask; in efx_ef10_handle_rx_abort()
2457 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_abort()
2493 n_descs = ((next_ptr_lbits - rx_queue->removed_count) & in efx_ef10_handle_rx_event()
2520 (rx_queue->removed_count + in efx_ef10_handle_rx_event()
2562 rx_queue->removed_count & rx_queue->ptr_mask, in efx_ef10_handle_rx_event()
2565 rx_queue->removed_count += rx_queue->scatter_n; in efx_ef10_handle_rx_event()
Dnet_driver.h352 unsigned int removed_count; member