Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/infiniband/hw/mlx5/
Dumr.c641 size_t ent_size = dd ? sizeof(struct mlx5_ksm) : sizeof(struct mlx5_mtt); in _mlx5r_umr_update_mr_pas()
647 struct mlx5_mtt *cur_mtt; in _mlx5r_umr_update_mr_pas()
758 : sizeof(struct mlx5_mtt); in mlx5r_umr_update_xlt()
Dmr.c232 sizeof(struct mlx5_mtt)); in get_mkc_octo_size()
2244 return _mlx5_alloc_mkey_descs(pd, mr, ndescs, sizeof(struct mlx5_mtt), in mlx5_alloc_mem_reg_descs()
2289 sizeof(struct mlx5_mtt), in mlx5_alloc_integrity_descs()
/linux-6.12.1/include/linux/mlx5/
Dqp.h475 struct mlx5_mtt { struct
Ddevice.h296 #define MLX5_UMR_MTT_NUM_ENTRIES_ALIGNMENT (MLX5_UMR_FLEX_ALIGNMENT / sizeof(struct mlx5_mtt))
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den.h111 rounddown_pow_of_two(MLX5_UMR_MAX_FLEX_SPACE / sizeof(struct mlx5_mtt))
239 DECLARE_FLEX_ARRAY(struct mlx5_mtt, inline_mtts);
Den_rx.c798 umr_wqe->inline_mtts[i] = (struct mlx5_mtt) { in mlx5e_alloc_rx_mpwqe()
821 offset = (ix * rq->mpwqe.mtts_per_wqe) * sizeof(struct mlx5_mtt) / MLX5_OCTWORD; in mlx5e_alloc_rx_mpwqe()
Den_main.c429 struct mlx5_mtt *mtt; in mlx5e_create_umr_mkey()
508 mtt[i] = (struct mlx5_mtt) { in mlx5e_create_umr_mkey()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c90 return sizeof(struct mlx5_mtt); in mlx5e_mpwrq_umr_entry_size()