Searched defs:efx_rx_queue (Results 1 – 2 of 2) sorted by relevance
408 struct efx_rx_queue { struct409 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 …]
388 struct efx_rx_queue { struct389 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 …]