Symbol: MLX5_SEND_WQE_DS
drivers/net/ethernet/mellanox/mlx5/core/en/params.c
161
WARN_ON_ONCE(DIV_ROUND_UP(umr_wqe_sz, MLX5_SEND_WQE_DS) > MLX5_WQE_CTRL_DS_MASK);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
160
ds_cnt = DIV_ROUND_UP(sizeof(struct mlx5_aso_wqe_data), MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
12
#define MLX5E_TX_WQE_EMPTY_DS_COUNT (sizeof(struct mlx5e_tx_wqe) / MLX5_SEND_WQE_DS)
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
22
255 + 1 + 1 + 16, MLX5_SEND_WQE_DS)
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
28
MLX5_SEND_WQE_DS)
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
47
(DIV_ROUND_UP(MLX5E_KSM_UMR_WQE_SZ(ksm_entries), MLX5_SEND_WQE_DS))
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h
210
u16 ds_cnt = DIV_ROUND_UP(ds_len, MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h
45
(MLX5E_XDP_INLINE_WQE_MAX_DS_CNT * MLX5_SEND_WQE_DS - \
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
605
ds_cnt = DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
291
#define GET_PSV_DS_CNT (DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS))
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
729
ds_cnt = sizeof(*wqe) / MLX5_SEND_WQE_DS;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.c
128
#define PROGRESS_PARAMS_DS_CNT DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.c
86
#define STATIC_PARAMS_DS_CNT DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
331
MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
312
MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
321
ds_cnt_inl = DIV_ROUND_UP(inl, MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
932
u16 ds_cnt = sizeof(struct mlx5i_tx_wqe) / MLX5_SEND_WQE_DS;
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
940
ds_cnt_inl = DIV_ROUND_UP(inl, MLX5_SEND_WQE_DS);
drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c
527
MLX5_SET(qpc, temp_qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c
564
MLX5_SET(qpc, qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
drivers/net/ethernet/mellanox/mlx5/core/lib/aso.h
16
#define MLX5_MACSEC_ASO_DS_CNT (DIV_ROUND_UP(sizeof(struct mlx5_aso_wqe), MLX5_SEND_WQE_DS))
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
276
MLX5_SET(qpc, temp_qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
316
MLX5_SET(qpc, qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
395
MLX5_SEND_WQE_DS;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
423
MLX5_SEND_WQE_DS;
drivers/net/ethernet/mellanox/mlx5/core/wc.c
300
DIV_ROUND_UP(sizeof(struct mlx5_wqe_ctrl_seg), MLX5_SEND_WQE_DS));
drivers/vfio/pci/mlx5/cmd.c
1246
log_rq_stride = ilog2(MLX5_SEND_WQE_DS);
include/linux/mlx5/qp.h
160
#define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)