Lines Matching full:mfd
128 struct mlx5ctl_uctx *mfd = in mlx5ctl_open_uctx() local
141 mfd->uctx_caps |= MLX5_UCTX_OBJECT_CAP_TOOLS_RESOURCES; in mlx5ctl_open_uctx()
143 uid = mlx5ctl_alloc_uid(mcdev, mfd->uctx_caps); in mlx5ctl_open_uctx()
147 mfd->uctx_uid = uid; in mlx5ctl_open_uctx()
155 struct mlx5ctl_uctx *mfd = in mlx5ctl_close_uctx() local
158 mlx5ctl_release_uid(mcdev, mfd->uctx_uid); in mlx5ctl_close_uctx()
163 struct mlx5ctl_uctx *mfd = in mlx5ctl_info() local
171 info->uid = mfd->uctx_uid; in mlx5ctl_info()
172 info->uctx_caps = mfd->uctx_caps; in mlx5ctl_info()
304 struct mlx5ctl_uctx *mfd = in mlx5ctl_fw_rpc() local
314 mfd->uctx_uid, MLX5_GET(mbox_in_hdr, rpc_in, opcode), in mlx5ctl_fw_rpc()
333 MLX5_SET(mbox_in_hdr, rpc_in, uid, mfd->uctx_uid); in mlx5ctl_fw_rpc()
338 mfd->uctx_uid, MLX5_GET(mbox_in_hdr, rpc_in, opcode), in mlx5ctl_fw_rpc()