Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h341 struct efx_rx_queue { struct
342 struct efx_nic *efx;
343 int core_index;
344 struct efx_rx_buffer *buffer;
345 struct efx_special_buffer rxd;
346 unsigned int ptr_mask;
347 bool refill_enabled;
348 bool flush_pending;
350 unsigned int added_count;
351 unsigned int notified_count;
[all …]