Home
last modified time | relevance | path

Searched defs:efx_rx_queue (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dnet_driver.h397 struct efx_rx_queue { struct
398 struct efx_nic *efx;
399 int core_index;
402 unsigned int ptr_mask;
403 bool refill_enabled;
404 bool flush_pending;
405 bool grant_credits;
411 unsigned int scatter_n;
414 unsigned int page_add;
420 unsigned int max_fill;
[all …]
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dnet_driver.h389 struct efx_rx_queue { struct
390 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 …]

Completed in 15 milliseconds