Searched defs:efx_rx_queue (Results 1 – 1 of 1) sorted by relevance
370 struct efx_rx_queue { struct371 struct efx_nic *efx;372 int core_index;373 struct efx_rx_buffer *buffer;374 struct efx_special_buffer rxd;375 unsigned int ptr_mask;376 bool refill_enabled;377 bool flush_pending;379 unsigned int added_count;380 unsigned int notified_count;[all …]