ocqp_pool         178 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	struct gen_pool *ocqp_pool;
ocqp_pool         460 drivers/infiniband/hw/cxgb4/resource.c 	unsigned long addr = gen_pool_alloc(rdev->ocqp_pool, size);
ocqp_pool         478 drivers/infiniband/hw/cxgb4/resource.c 	gen_pool_free(rdev->ocqp_pool, (unsigned long)addr, size);
ocqp_pool         485 drivers/infiniband/hw/cxgb4/resource.c 	rdev->ocqp_pool = gen_pool_create(MIN_OCQP_SHIFT, -1);
ocqp_pool         486 drivers/infiniband/hw/cxgb4/resource.c 	if (!rdev->ocqp_pool)
ocqp_pool         495 drivers/infiniband/hw/cxgb4/resource.c 		if (gen_pool_add(rdev->ocqp_pool, start, chunk, -1)) {
ocqp_pool         515 drivers/infiniband/hw/cxgb4/resource.c 	gen_pool_destroy(rdev->ocqp_pool);