Home
last modified time | relevance | path

Searched refs:mlx5_mtt (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c59 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_xsk_alloc_rx_mpwqe()
132 offset = offset * sizeof(struct mlx5_mtt) / MLX5_OCTWORD; in mlx5e_xsk_alloc_rx_mpwqe()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dumr.c617 struct mlx5_mtt *cur_mtt; in mlx5r_umr_update_mr_pas()
619 struct mlx5_mtt *mtt; in mlx5r_umr_update_mr_pas()
693 : sizeof(struct mlx5_mtt); in mlx5r_umr_update_xlt()
Dmr.c290 sizeof(struct mlx5_mtt)); in get_mkc_octo_size()
2031 return _mlx5_alloc_mkey_descs(pd, mr, ndescs, sizeof(struct mlx5_mtt), in mlx5_alloc_mem_reg_descs()
2076 sizeof(struct mlx5_mtt), in mlx5_alloc_integrity_descs()
/Linux-v6.6/include/linux/mlx5/
Dqp.h471 struct mlx5_mtt { struct
Ddevice.h295 #define MLX5_UMR_MTT_NUM_ENTRIES_ALIGNMENT (MLX5_UMR_FLEX_ALIGNMENT / sizeof(struct mlx5_mtt))
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den.h110 rounddown_pow_of_two(MLX5_UMR_MAX_FLEX_SPACE / sizeof(struct mlx5_mtt))
249 DECLARE_FLEX_ARRAY(struct mlx5_mtt, inline_mtts);
Den_rx.c790 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_alloc_rx_mpwqe()
813 offset = (ix * rq->mpwqe.mtts_per_wqe) * sizeof(struct mlx5_mtt) / MLX5_OCTWORD; in mlx5e_alloc_rx_mpwqe()
Den_main.c341 struct mlx5_mtt *mtt; in mlx5e_create_umr_mkey()
420 mtt[i] = (struct mlx5_mtt) { in mlx5e_create_umr_mkey()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c89 return sizeof(struct mlx5_mtt); in mlx5e_mpwrq_umr_entry_size()