Searched refs:srp_fr_pool (Results 1 – 2 of 2) sorted by relevance
147 struct srp_fr_pool *fr_pool;287 struct srp_fr_pool { struct
402 static void srp_destroy_fr_pool(struct srp_fr_pool *pool) in srp_destroy_fr_pool()424 static struct srp_fr_pool *srp_create_fr_pool(struct ib_device *device, in srp_create_fr_pool()428 struct srp_fr_pool *pool; in srp_create_fr_pool()437 pool = kzalloc(sizeof(struct srp_fr_pool) + in srp_create_fr_pool()479 static struct srp_fr_desc *srp_fr_pool_get(struct srp_fr_pool *pool) in srp_fr_pool_get()503 static void srp_fr_pool_put(struct srp_fr_pool *pool, struct srp_fr_desc **desc, in srp_fr_pool_put()515 static struct srp_fr_pool *srp_alloc_fr_pool(struct srp_target_port *target) in srp_alloc_fr_pool()549 struct srp_fr_pool *fr_pool = NULL; in srp_create_ch_ib()