Searched refs:fr_pool (Results 1 – 5 of 5) sorted by relevance
48 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_get_fr() local52 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_get_fr()53 desc = list_first_entry(&fr_pool->list, in iser_reg_desc_get_fr()56 spin_unlock_irqrestore(&fr_pool->lock, flags); in iser_reg_desc_get_fr()64 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_put_fr() local67 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_put_fr()68 list_add(&desc->list, &fr_pool->list); in iser_reg_desc_put_fr()69 spin_unlock_irqrestore(&fr_pool->lock, flags); in iser_reg_desc_put_fr()
169 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_alloc_fastreg_pool() local173 INIT_LIST_HEAD(&fr_pool->list); in iser_alloc_fastreg_pool()174 INIT_LIST_HEAD(&fr_pool->all_list); in iser_alloc_fastreg_pool()175 spin_lock_init(&fr_pool->lock); in iser_alloc_fastreg_pool()176 fr_pool->size = 0; in iser_alloc_fastreg_pool()185 list_add_tail(&desc->list, &fr_pool->list); in iser_alloc_fastreg_pool()186 list_add_tail(&desc->all_list, &fr_pool->all_list); in iser_alloc_fastreg_pool()187 fr_pool->size++; in iser_alloc_fastreg_pool()203 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_free_fastreg_pool() local207 if (list_empty(&fr_pool->all_list)) in iser_free_fastreg_pool()[all …]
373 struct iser_fr_pool fr_pool; member
160 struct srp_fr_pool *fr_pool; member
533 struct srp_fr_pool *fr_pool = NULL; in srp_create_ch_ib() local 588 fr_pool = srp_alloc_fr_pool(target); in srp_create_ch_ib() 589 if (IS_ERR(fr_pool)) { in srp_create_ch_ib() 590 ret = PTR_ERR(fr_pool); in srp_create_ch_ib() 609 if (ch->fr_pool) in srp_create_ch_ib() 610 srp_destroy_fr_pool(ch->fr_pool); in srp_create_ch_ib() 611 ch->fr_pool = fr_pool; in srp_create_ch_ib() 664 if (ch->fr_pool) in srp_free_ch_ib() 665 srp_destroy_fr_pool(ch->fr_pool); in srp_free_ch_ib() [all...]