Searched defs:mlx4_en_tx_ring (Results 1 – 1 of 1) sorted by relevance
229 struct mlx4_en_tx_ring { struct230 struct mlx4_hwq_resources wqres;231 u32 size ; /* number of TXBBs */232 u32 size_mask;233 u16 stride;234 u16 cqn; /* index of port CQ associated with this ring */235 u32 prod;236 u32 cons;237 u32 buf_size;238 u32 doorbell_qpn;[all …]