Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ !
Drx.c48 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_xsk_alloc_rx_mpwqe()
114 offset = offset * sizeof(struct mlx5_mtt) / MLX5_OCTWORD; in mlx5e_xsk_alloc_rx_mpwqe()
/linux-6.1.9/drivers/infiniband/hw/mlx5/ !
Dumr.c614 struct mlx5_mtt *cur_mtt; in mlx5r_umr_update_mr_pas()
616 struct mlx5_mtt *mtt; in mlx5r_umr_update_mr_pas()
692 : sizeof(struct mlx5_mtt); in mlx5r_umr_update_xlt()
Dmr.c278 sizeof(struct mlx5_mtt)); in get_mkc_octo_size()
1745 return _mlx5_alloc_mkey_descs(pd, mr, ndescs, sizeof(struct mlx5_mtt), in mlx5_alloc_mem_reg_descs()
1790 sizeof(struct mlx5_mtt), in mlx5_alloc_integrity_descs()
Dodp.c234 sizeof(struct mlx5_mtt)) - 1; in mlx5_ib_invalidate_range()
/linux-6.1.9/include/linux/mlx5/ !
Dqp.h471 struct mlx5_mtt { struct
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ !
Den.h110 rounddown_pow_of_two(MLX5_UMR_MAX_MTT_SPACE / sizeof(struct mlx5_mtt))
258 DECLARE_FLEX_ARRAY(struct mlx5_mtt, inline_mtts);
Den_rx.c674 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_alloc_rx_mpwqe()
686 offset = (ix * rq->mpwqe.mtts_per_wqe) * sizeof(struct mlx5_mtt) / MLX5_OCTWORD; in mlx5e_alloc_rx_mpwqe()
Den_main.c318 struct mlx5_mtt *mtt; in mlx5e_create_umr_mkey()
397 mtt[i] = (struct mlx5_mtt) { in mlx5e_create_umr_mkey()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ !
Dparams.c88 return sizeof(struct mlx5_mtt); in mlx5e_mpwrq_umr_entry_size()