Searched defs:efx_tx_queue (Results 1 – 1 of 1) sorted by relevance
226 struct efx_tx_queue { struct228 struct efx_nic *efx ____cacheline_aligned_in_smp;229 unsigned queue;230 struct efx_channel *channel;231 struct netdev_queue *core_txq;232 struct efx_tx_buffer *buffer;233 struct efx_buffer *tsoh_page;234 struct efx_special_buffer txd;235 unsigned int ptr_mask;236 void __iomem *piobuf;[all …]