Searched refs:MLX5_SEND_WQE_DS (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.h16 #define MLX5_MACSEC_ASO_DS_CNT (DIV_ROUND_UP(sizeof(struct mlx5_aso_wqe), MLX5_SEND_WQE_DS))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.c86 #define STATIC_PARAMS_DS_CNT DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS)
128 #define PROGRESS_PARAMS_DS_CNT DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS)
H A Dipsec_offload.c607 ds_cnt = DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS);
H A Dktls_tx.c729 ds_cnt = sizeof(*wqe) / MLX5_SEND_WQE_DS;
H A Dktls_rx.c291 #define GET_PSV_DS_CNT (DIV_ROUND_UP(sizeof(*wqe), MLX5_SEND_WQE_DS))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h45 (MLX5E_XDP_INLINE_WQE_MAX_DS_CNT * MLX5_SEND_WQE_DS - \
216 u16 ds_cnt = DIV_ROUND_UP(ds_len, MLX5_SEND_WQE_DS);
H A Dtxrx.h10 #define MLX5E_TX_WQE_EMPTY_DS_COUNT (sizeof(struct mlx5e_tx_wqe) / MLX5_SEND_WQE_DS)
20 255 + 1 + 1 + 16, MLX5_SEND_WQE_DS)
26 MLX5_SEND_WQE_DS)
H A Dparams.c153 WARN_ON_ONCE(DIV_ROUND_UP(umr_wqe_sz, MLX5_SEND_WQE_DS) > MLX5_WQE_CTRL_DS_MASK);
/linux-master/include/linux/mlx5/
H A Dqp.h155 MLX5_SEND_WQE_DS = 16, enumerator in enum:__anon164
159 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c312 MLX5_SEND_WQE_DS);
321 ds_cnt_inl = DIV_ROUND_UP(inl, MLX5_SEND_WQE_DS);
955 u16 ds_cnt = sizeof(struct mlx5i_tx_wqe) / MLX5_SEND_WQE_DS;
963 ds_cnt_inl = DIV_ROUND_UP(inl, MLX5_SEND_WQE_DS);
H A Den.h157 (DIV_ROUND_UP(MLX5E_KLM_UMR_WQE_SZ(klm_entries), MLX5_SEND_WQE_DS))
H A Den_main.c299 MLX5_SEND_WQE_DS);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c276 MLX5_SET(qpc, temp_qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
316 MLX5_SET(qpc, qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
395 MLX5_SEND_WQE_DS;
423 MLX5_SEND_WQE_DS;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c160 ds_cnt = DIV_ROUND_UP(sizeof(struct mlx5_aso_wqe_data), MLX5_SEND_WQE_DS);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c529 MLX5_SET(qpc, temp_qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
570 MLX5_SET(qpc, qpc, log_rq_stride, ilog2(MLX5_SEND_WQE_DS) - 4);
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c1184 log_rq_stride = ilog2(MLX5_SEND_WQE_DS);

Completed in 445 milliseconds