Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Dnet_driver.h376 struct efx_rx_queue { struct
377 struct efx_nic *efx;
378 int core_index;
379 struct efx_rx_buffer *buffer;
380 struct efx_buffer rxd;
381 unsigned int ptr_mask;
382 bool refill_enabled;
383 bool flush_pending;
384 bool grant_credits;
386 unsigned int added_count;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnet_driver.h390 struct efx_rx_queue { struct
391 struct efx_nic *efx;
392 int core_index;
393 struct efx_rx_buffer *buffer;
394 struct efx_special_buffer rxd;
395 unsigned int ptr_mask;
396 bool refill_enabled;
397 bool flush_pending;
399 unsigned int added_count;
400 unsigned int notified_count;
[all …]
/kernel/linux/linux-6.6/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 …]