Home
last modified time | relevance | path

Searched refs:MLX5_SEND_WQEBB_NUM_DS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h184 max_sq_mpw_wqebbs * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_xdp_mpwqe_is_full()
H A Dtxrx.h33 MLX5_SEND_WQEBB_NUM_DS)
342 return session->ds_count == max_sq_mpw_wqebbs * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_tx_mpwqe_is_full()
H A Dxdp.c367 wi->num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xdp_mpwqe_complete()
528 num_wqebbs = DIV_ROUND_UP(ds_cnt, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xmit_xdp_frame()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c336 .num_wqebbs = DIV_ROUND_UP(ds_cnt, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_sq_calc_wqe_attr()
587 .num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_tx_mpwqe_session_complete()
972 .num_wqebbs = DIV_ROUND_UP(ds_cnt, MLX5_SEND_WQEBB_NUM_DS), in mlx5i_sq_calc_wqe_attr()
H A Den_main.c1305 entries = roundup_pow_of_two(wq_sz * MLX5_SEND_WQEBB_NUM_DS * in mlx5e_alloc_xdpsq_fifo()
1479 int df_sz = wq_sz * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_alloc_txqsq_db()
/openbmc/linux/include/linux/mlx5/
H A Dqp.h159 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS) macro