Searched defs:efx_rx_queue (Results 1 – 1 of 1) sorted by relevance
390 struct efx_rx_queue { struct391 struct efx_nic *efx;392 int core_index;395 unsigned int ptr_mask;396 bool refill_enabled;397 bool flush_pending;402 unsigned int scatter_n;404 struct page **page_ring;405 unsigned int page_add;411 unsigned int max_fill;[all …]
Completed in 12 milliseconds