Lines Matching refs:uid
151 void mlx5_cmd_destroy_tir(struct mlx5_core_dev *dev, u32 tirn, u16 uid)
157 MLX5_SET(destroy_tir_in, in, uid, uid);
161 void mlx5_cmd_destroy_tis(struct mlx5_core_dev *dev, u32 tisn, u16 uid)
167 MLX5_SET(destroy_tis_in, in, uid, uid);
171 int mlx5_cmd_destroy_rqt(struct mlx5_core_dev *dev, u32 rqtn, u16 uid)
177 MLX5_SET(destroy_rqt_in, in, uid, uid);
182 u16 uid)
190 MLX5_SET(alloc_transport_domain_in, in, uid, uid);
201 u16 uid)
207 MLX5_SET(dealloc_transport_domain_in, in, uid, uid);
212 int mlx5_cmd_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn, u16 uid)
218 MLX5_SET(dealloc_pd_in, in, uid, uid);
223 u32 qpn, u16 uid)
230 MLX5_SET(attach_to_mcg_in, in, uid, uid);
237 u32 qpn, u16 uid)
244 MLX5_SET(detach_from_mcg_in, in, uid, uid);
250 int mlx5_cmd_xrcd_alloc(struct mlx5_core_dev *dev, u32 *xrcdn, u16 uid)
257 MLX5_SET(alloc_xrcd_in, in, uid, uid);
264 int mlx5_cmd_xrcd_dealloc(struct mlx5_core_dev *dev, u32 xrcdn, u16 uid)
270 MLX5_SET(dealloc_xrcd_in, in, uid, uid);