Searched defs:efx_rx_queue (Results 1 – 2 of 2) sorted by relevance
409 struct efx_rx_queue { struct410 struct efx_nic *efx;411 int core_index;413 struct efx_buffer rxd;414 unsigned int ptr_mask;415 bool refill_enabled;416 bool flush_pending;417 bool grant_credits;426 unsigned int page_add;432 unsigned int max_fill;[all …]
389 struct efx_rx_queue { struct390 struct efx_nic *efx;391 int core_index;394 unsigned int ptr_mask;395 bool refill_enabled;396 bool flush_pending;401 unsigned int scatter_n;403 struct page **page_ring;404 unsigned int page_add;410 unsigned int max_fill;[all …]