Searched defs:efx_rx_queue (Results 1 – 1 of 1) sorted by relevance
341 struct efx_rx_queue { struct342 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 …]