Searched defs:efx_rx_queue (Results 1 – 1 of 1) 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 …]