Home
last modified time | relevance | path

Searched defs:mlx4_en_tx_ring (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
HDen.h269 struct mlx4_en_tx_ring { struct
270 spinlock_t tx_lock;
271 bus_dma_tag_t dma_tag;
272 struct mlx4_hwq_resources wqres;
273 u32 size ; /* number of TXBBs */
274 u32 size_mask;
275 u16 stride;
276 u16 cqn; /* index of port CQ associated with this ring */
277 u32 prod;
278 u32 cons;
[all …]