Lines Matching defs:efx_rx_queue
409 struct efx_rx_queue { struct
410 struct efx_nic *efx;
411 int core_index;
412 struct efx_rx_buffer *buffer;
413 struct efx_buffer rxd;
414 unsigned int ptr_mask;
415 bool refill_enabled;
416 bool flush_pending;
417 bool grant_credits;
419 unsigned int added_count;
420 unsigned int notified_count;
421 unsigned int granted_count;
422 unsigned int removed_count;
423 unsigned int scatter_n;
424 unsigned int scatter_len;
425 struct page **page_ring;
426 unsigned int page_add;
427 unsigned int page_remove;
428 unsigned int page_recycle_count;
429 unsigned int page_recycle_failed;
430 unsigned int page_recycle_full;
431 unsigned int page_ptr_mask;
432 unsigned int max_fill;
433 unsigned int fast_fill_trigger;
434 unsigned int min_fill;
435 unsigned int min_overfill;
436 unsigned int recycle_count;
437 struct timer_list slow_fill;
438 unsigned int slow_fill_count;
439 struct work_struct grant_work;
441 unsigned long rx_packets;
442 unsigned long rx_bytes;
443 unsigned long old_rx_packets;
444 unsigned long old_rx_bytes;
445 struct xdp_rxq_info xdp_rxq_info;
446 bool xdp_rxq_info_valid;