Searched defs:mlx4_en_tx_ring (Results 1 – 1 of 1) sorted by relevance
277 struct mlx4_en_tx_ring { struct278 spinlock_t tx_lock;279 bus_dma_tag_t dma_tag;280 struct mlx4_hwq_resources wqres;281 u32 size ; /* number of TXBBs */282 u32 size_mask;283 u16 stride;284 u16 cqn; /* index of port CQ associated with this ring */285 u32 prod;286 u32 cons;[all …]