Searched defs:efx_tx_queue (Results 1 – 1 of 1) sorted by relevance
178 struct efx_tx_queue { struct180 struct efx_nic *efx ____cacheline_aligned_in_smp;181 unsigned queue;182 struct efx_channel *channel;183 struct netdev_queue *core_txq;184 struct efx_tx_buffer *buffer;185 struct efx_special_buffer txd;186 unsigned int ptr_mask;187 bool initialised;188 enum efx_flush_state flushed;[all …]