Searched defs:ef4_rx_queue (Results 1 – 1 of 1) sorted by relevance
331 struct ef4_rx_queue { struct332 struct ef4_nic *efx;333 int core_index;334 struct ef4_rx_buffer *buffer;335 struct ef4_special_buffer rxd;336 unsigned int ptr_mask;337 bool refill_enabled;338 bool flush_pending;340 unsigned int added_count;341 unsigned int notified_count;[all …]