Searched defs:efx_rx_queue (Results 1 – 2 of 2) sorted by relevance
409 struct efx_rx_queue { struct410 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 …]
389 struct efx_rx_queue { struct390 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 …]