Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h277 struct mlx4_en_tx_ring { struct
278 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 …]