Home
last modified time | relevance | path

Searched refs:nstrides (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c74 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides) in mlx5_wq_cyc_wqe_dump() argument
82 nstrides = max_t(u8, nstrides, 1); in mlx5_wq_cyc_wqe_dump()
84 len = nstrides << wq->fbc.log_stride; in mlx5_wq_cyc_wqe_dump()
H A Dwq.h82 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides);