Searched defs:efx_rx_queue (Results 1 – 2 of 2) sorted by relevance
390 struct efx_rx_queue { struct391 struct efx_nic *efx;392 int core_index;393 struct efx_rx_buffer *buffer;394 struct efx_special_buffer rxd;395 unsigned int ptr_mask;396 bool refill_enabled;397 bool flush_pending;399 unsigned int added_count;400 unsigned int notified_count;[all …]
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 …]