• Home
  • Raw
  • Download

Lines Matching refs:MLX5_SET

207 	MLX5_SET(destroy_dct_in, in, opcode, MLX5_CMD_OP_DESTROY_DCT);  in _mlx5_core_destroy_dct()
208 MLX5_SET(destroy_dct_in, in, dctn, qp->qpn); in _mlx5_core_destroy_dct()
209 MLX5_SET(destroy_dct_in, in, uid, qp->uid); in _mlx5_core_destroy_dct()
221 MLX5_SET(create_dct_in, in, opcode, MLX5_CMD_OP_CREATE_DCT); in mlx5_core_create_dct()
245 MLX5_SET(create_qp_in, in, opcode, MLX5_CMD_OP_CREATE_QP); in mlx5_qpc_create_qp()
264 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp()
265 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp()
266 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp()
277 MLX5_SET(drain_dct_in, in, opcode, MLX5_CMD_OP_DRAIN_DCT); in mlx5_core_drain_dct()
278 MLX5_SET(drain_dct_in, in, dctn, qp->qpn); in mlx5_core_drain_dct()
279 MLX5_SET(drain_dct_in, in, uid, qp->uid); in mlx5_core_drain_dct()
297 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_destroy_qp()
298 MLX5_SET(destroy_qp_in, in, qpn, qp->qpn); in mlx5_core_destroy_qp()
299 MLX5_SET(destroy_qp_in, in, uid, qp->uid); in mlx5_core_destroy_qp()
309 MLX5_SET(set_delay_drop_params_in, in, opcode, in mlx5_core_set_delay_drop()
311 MLX5_SET(set_delay_drop_params_in, in, delay_drop_timeout, in mlx5_core_set_delay_drop()
383 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc()
384 MLX5_SET(typ##_in, in, qpn, _qpn); \ in modify_qp_mbox_alloc()
385 MLX5_SET(typ##_in, in, uid, _uid); \ in modify_qp_mbox_alloc()
391 MLX5_SET(typ##_in, in, opt_param_mask, _opt_p); \ in modify_qp_mbox_alloc()
415 MLX5_SET(rst2init_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc()
422 MLX5_SET(init2rtr_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc()
429 MLX5_SET(rtr2rts_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc()
436 MLX5_SET(rts2rts_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc()
449 MLX5_SET(init2init_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc()
505 MLX5_SET(query_qp_in, in, opcode, MLX5_CMD_OP_QUERY_QP); in mlx5_core_qp_query()
506 MLX5_SET(query_qp_in, in, qpn, qp->qpn); in mlx5_core_qp_query()
516 MLX5_SET(query_dct_in, in, opcode, MLX5_CMD_OP_QUERY_DCT); in mlx5_core_dct_query()
517 MLX5_SET(query_dct_in, in, dctn, qp->qpn); in mlx5_core_dct_query()
529 MLX5_SET(alloc_xrcd_in, in, opcode, MLX5_CMD_OP_ALLOC_XRCD); in mlx5_core_xrcd_alloc()
540 MLX5_SET(dealloc_xrcd_in, in, opcode, MLX5_CMD_OP_DEALLOC_XRCD); in mlx5_core_xrcd_dealloc()
541 MLX5_SET(dealloc_xrcd_in, in, xrcd, xrcdn); in mlx5_core_xrcd_dealloc()
549 MLX5_SET(destroy_rq_in, in, opcode, MLX5_CMD_OP_DESTROY_RQ); in destroy_rq_tracked()
550 MLX5_SET(destroy_rq_in, in, rqn, rqn); in destroy_rq_tracked()
551 MLX5_SET(destroy_rq_in, in, uid, uid); in destroy_rq_tracked()
591 MLX5_SET(destroy_sq_in, in, opcode, MLX5_CMD_OP_DESTROY_SQ); in destroy_sq_tracked()
592 MLX5_SET(destroy_sq_in, in, sqn, sqn); in destroy_sq_tracked()
593 MLX5_SET(destroy_sq_in, in, uid, uid); in destroy_sq_tracked()
603 MLX5_SET(create_sq_in, in, opcode, MLX5_CMD_OP_CREATE_SQ); in mlx5_core_create_sq_tracked()