Searched defs:efx_rx_queue (Results 1 – 1 of 1) sorted by relevance
338 struct efx_rx_queue { struct339 struct efx_nic *efx;340 int core_index;341 struct efx_rx_buffer *buffer;342 struct efx_special_buffer rxd;343 unsigned int ptr_mask;344 bool refill_enabled;345 bool flush_pending;347 unsigned int added_count;348 unsigned int notified_count;[all …]