query_cq_in       366 drivers/infiniband/hw/mlx5/devx.c 					MLX5_GET(query_cq_in, in, cqn));
query_cq_in       184 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	u32 in[MLX5_ST_SZ_DW(query_cq_in)] = {0};
query_cq_in       186 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(query_cq_in, in, opcode, MLX5_CMD_OP_QUERY_CQ);
query_cq_in       187 drivers/net/ethernet/mellanox/mlx5/core/cq.c 	MLX5_SET(query_cq_in, in, cqn, cq->cqn);