Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.h189 max_sq_mpw_wqebbs * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_xdp_mpwqe_is_full()
Dtxrx.h35 MLX5_SEND_WQEBB_NUM_DS)
363 return session->ds_count == max_sq_mpw_wqebbs * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_tx_mpwqe_is_full()
Dxdp.c413 wi->num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xdp_mpwqe_complete()
575 num_wqebbs = DIV_ROUND_UP(ds_cnt, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xmit_xdp_frame()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
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()
973 .num_wqebbs = DIV_ROUND_UP(ds_cnt, MLX5_SEND_WQEBB_NUM_DS), in mlx5i_sq_calc_wqe_attr()
Den_main.c1412 entries = roundup_pow_of_two(wq_sz * MLX5_SEND_WQEBB_NUM_DS * in mlx5e_alloc_xdpsq_fifo()
1586 int df_sz = wq_sz * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_alloc_txqsq_db()
/linux-6.12.1/include/linux/mlx5/
Dqp.h160 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS) macro