Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h408 struct efx_rx_queue { struct
409 struct efx_nic *efx;
410 int core_index;
411 struct efx_rx_buffer *buffer;
412 struct efx_buffer rxd;
413 unsigned int ptr_mask;
414 bool refill_enabled;
415 bool flush_pending;
416 bool grant_credits;
418 unsigned int added_count;
[all …]
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h388 struct efx_rx_queue { struct
389 struct efx_nic *efx;
390 int core_index;
391 struct efx_rx_buffer *buffer;
392 struct efx_special_buffer rxd;
393 unsigned int ptr_mask;
394 bool refill_enabled;
395 bool flush_pending;
397 unsigned int added_count;
398 unsigned int notified_count;
[all …]