Lines Matching defs:ef4_rx_queue
328 struct ef4_rx_queue { struct
329 struct ef4_nic *efx;
330 int core_index;
331 struct ef4_rx_buffer *buffer;
332 struct ef4_special_buffer rxd;
333 unsigned int ptr_mask;
334 bool refill_enabled;
335 bool flush_pending;
337 unsigned int added_count;
338 unsigned int notified_count;
339 unsigned int removed_count;
340 unsigned int scatter_n;
341 unsigned int scatter_len;
342 struct page **page_ring;
343 unsigned int page_add;
344 unsigned int page_remove;
345 unsigned int page_recycle_count;
346 unsigned int page_recycle_failed;
347 unsigned int page_recycle_full;
348 unsigned int page_ptr_mask;
349 unsigned int max_fill;
350 unsigned int fast_fill_trigger;
351 unsigned int min_fill;
352 unsigned int min_overfill;
353 unsigned int recycle_count;
354 struct timer_list slow_fill;
355 unsigned int slow_fill_count;
357 unsigned long rx_packets;