Searched refs:removed_count (Results 1 – 10 of 10) sorted by relevance
187 rx_queue->removed_count & rx_queue->ptr_mask); in efx_ef100_ev_rx() 188 ++rx_queue->removed_count; in efx_ef100_ev_rx()
234 rx_queue->removed_count = 0; in efx_init_rx_queue() 292 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_fini_rx_queue() 467 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors() 500 rx_queue->added_count - rx_queue->removed_count); in efx_fast_push_rx_descriptors()
2706 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()
381 * @removed_count: Number of buffers removed from the receive queue.421 unsigned int removed_count; member
341 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() 756 rx_queue->removed_count = 0; in ef4_init_rx_queue() 799 for (i = rx_queue->removed_count; i < rx_queue->added_count; in ef4_fini_rx_queue()
954 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()
307 * @removed_count: Number of buffers removed from the receive queue.339 unsigned int removed_count; member
236 rx_queue->removed_count = 0; in efx_siena_init_rx_queue() 289 for (i = rx_queue->removed_count; i < rx_queue->added_count; in efx_siena_fini_rx_queue() 465 fill_level = (rx_queue->added_count - rx_queue->removed_count); in efx_siena_fast_push_rx_descriptors() 498 rx_queue->added_count - rx_queue->removed_count); in efx_siena_fast_push_rx_descriptors()
948 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()
366 * @removed_count: Number of buffers removed from the receive queue.399 unsigned int removed_count; member