Lines Matching defs:efx_rx_queue
397 struct efx_rx_queue { struct
398 struct efx_nic *efx;
399 int core_index;
400 struct efx_rx_buffer *buffer;
401 struct efx_special_buffer rxd;
402 unsigned int ptr_mask;
403 bool refill_enabled;
404 bool flush_pending;
405 bool grant_credits;
407 unsigned int added_count;
408 unsigned int notified_count;
409 unsigned int granted_count;
410 unsigned int removed_count;
411 unsigned int scatter_n;
412 unsigned int scatter_len;
413 struct page **page_ring;
414 unsigned int page_add;
415 unsigned int page_remove;
416 unsigned int page_recycle_count;
417 unsigned int page_recycle_failed;
418 unsigned int page_recycle_full;
419 unsigned int page_ptr_mask;
420 unsigned int max_fill;
421 unsigned int fast_fill_trigger;
422 unsigned int min_fill;
423 unsigned int min_overfill;
424 unsigned int recycle_count;
425 struct timer_list slow_fill;
426 unsigned int slow_fill_count;
427 struct work_struct grant_work;
429 unsigned long rx_packets;
430 struct xdp_rxq_info xdp_rxq_info;
431 bool xdp_rxq_info_valid;