Lines Matching refs:pbl_pool
3205 struct lpfc_pbl_pool *pbl_pool; in lpfc_create_multixri_pools() local
3247 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3248 spin_lock_init(&pbl_pool->lock); in lpfc_create_multixri_pools()
3250 spin_lock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3251 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_create_multixri_pools()
3254 list_move_tail(&lpfc_ncmd->list, &pbl_pool->list); in lpfc_create_multixri_pools()
3256 pbl_pool->count++; in lpfc_create_multixri_pools()
3260 pbl_pool->count, i); in lpfc_create_multixri_pools()
3261 spin_unlock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3291 struct lpfc_pbl_pool *pbl_pool; in lpfc_destroy_multixri_pools() local
3313 pbl_pool = &multixri_pool->pbl_pool; in lpfc_destroy_multixri_pools()
3314 spin_lock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()
3318 pbl_pool->count, i); in lpfc_destroy_multixri_pools()
3321 &pbl_pool->list, list) { in lpfc_destroy_multixri_pools()
3325 pbl_pool->count--; in lpfc_destroy_multixri_pools()
3328 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_destroy_multixri_pools()
3329 pbl_pool->count = 0; in lpfc_destroy_multixri_pools()
3331 spin_unlock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()