destroy_qp_in     300 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	u32 din[MLX5_ST_SZ_DW(destroy_qp_in)];
destroy_qp_in     329 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP);
destroy_qp_in     330 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, din, qpn, qp->qpn);
destroy_qp_in     331 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, din, uid, qp->uid);
destroy_qp_in     362 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	u32 in[MLX5_ST_SZ_DW(destroy_qp_in)]   = {0};
destroy_qp_in     369 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP);
destroy_qp_in     370 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, in, qpn, qp->qpn);
destroy_qp_in     371 drivers/net/ethernet/mellanox/mlx5/core/qp.c 	MLX5_SET(destroy_qp_in, in, uid, qp->uid);