rmp_out           398 drivers/infiniband/hw/mlx5/srq_cmd.c 	u32 *rmp_out = NULL;
rmp_out           408 drivers/infiniband/hw/mlx5/srq_cmd.c 	rmp_out = kvzalloc(outlen, GFP_KERNEL);
rmp_out           410 drivers/infiniband/hw/mlx5/srq_cmd.c 	if (!rmp_out || !rmp_in) {
rmp_out           417 drivers/infiniband/hw/mlx5/srq_cmd.c 	err = mlx5_cmd_exec(dev->mdev, rmp_in, inlen, rmp_out, outlen);
rmp_out           421 drivers/infiniband/hw/mlx5/srq_cmd.c 	rmpc = MLX5_ADDR_OF(query_rmp_out, rmp_out, rmp_context);
rmp_out           427 drivers/infiniband/hw/mlx5/srq_cmd.c 	kvfree(rmp_out);