Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/sfc/
Dnet_driver.h409 struct efx_rx_queue { struct
410 struct efx_nic *efx;
411 int core_index;
412 struct efx_rx_buffer *buffer;
413 struct efx_buffer rxd;
414 unsigned int ptr_mask;
415 bool refill_enabled;
416 bool flush_pending;
417 bool grant_credits;
419 unsigned int added_count;
[all …]
/linux-6.14.4/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 …]