Lines Matching refs:pbl_pool
3518 struct lpfc_pbl_pool *pbl_pool; in lpfc_create_multixri_pools() local
3560 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3561 spin_lock_init(&pbl_pool->lock); in lpfc_create_multixri_pools()
3563 spin_lock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3564 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_create_multixri_pools()
3567 list_move_tail(&lpfc_ncmd->list, &pbl_pool->list); in lpfc_create_multixri_pools()
3569 pbl_pool->count++; in lpfc_create_multixri_pools()
3573 pbl_pool->count, i); in lpfc_create_multixri_pools()
3574 spin_unlock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3604 struct lpfc_pbl_pool *pbl_pool; in lpfc_destroy_multixri_pools() local
3626 pbl_pool = &multixri_pool->pbl_pool; in lpfc_destroy_multixri_pools()
3627 spin_lock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()
3631 pbl_pool->count, i); in lpfc_destroy_multixri_pools()
3634 &pbl_pool->list, list) { in lpfc_destroy_multixri_pools()
3638 pbl_pool->count--; in lpfc_destroy_multixri_pools()
3641 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_destroy_multixri_pools()
3642 pbl_pool->count = 0; in lpfc_destroy_multixri_pools()
3644 spin_unlock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()