destroy_cq_in      95 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	u32 din[MLX5_ST_SZ_DW(destroy_cq_in)];
destroy_cq_in     147 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ);
destroy_cq_in     148 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, din, cqn, cq->cqn);
destroy_cq_in     149 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, din, uid, cq->uid);
destroy_cq_in     158 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	u32 in[MLX5_ST_SZ_DW(destroy_cq_in)] = {0};
destroy_cq_in     164 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, in, opcode, MLX5_CMD_OP_DESTROY_CQ);
destroy_cq_in     165 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, in, cqn, cq->cqn);
destroy_cq_in     166 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(destroy_cq_in, in, uid, cq->uid);