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