Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/sfc/
H A Dnet_driver.h409 struct efx_rx_queue { struct
410 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 …]
/linux-6.15/drivers/net/ethernet/sfc/siena/
H 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 …]