Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/
Dnet_driver.h391 struct efx_rx_queue { struct
392 struct efx_nic *efx;
393 int core_index;
394 struct efx_rx_buffer *buffer;
395 struct efx_special_buffer rxd;
396 unsigned int ptr_mask;
397 bool refill_enabled;
398 bool flush_pending;
400 unsigned int added_count;
401 unsigned int notified_count;
[all …]
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dnet_driver.h389 struct efx_rx_queue { struct
390 struct efx_nic *efx;
391 int core_index;
392 struct efx_rx_buffer *buffer;
393 struct efx_special_buffer rxd;
394 unsigned int ptr_mask;
395 bool refill_enabled;
396 bool flush_pending;
398 unsigned int added_count;
399 unsigned int notified_count;
[all …]