Lines Matching refs:pbl_pool
3516 struct lpfc_pbl_pool *pbl_pool; in lpfc_create_multixri_pools() local
3558 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3559 spin_lock_init(&pbl_pool->lock); in lpfc_create_multixri_pools()
3561 spin_lock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3562 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_create_multixri_pools()
3565 list_move_tail(&lpfc_ncmd->list, &pbl_pool->list); in lpfc_create_multixri_pools()
3567 pbl_pool->count++; in lpfc_create_multixri_pools()
3571 pbl_pool->count, i); in lpfc_create_multixri_pools()
3572 spin_unlock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3602 struct lpfc_pbl_pool *pbl_pool; in lpfc_destroy_multixri_pools() local
3624 pbl_pool = &multixri_pool->pbl_pool; in lpfc_destroy_multixri_pools()
3625 spin_lock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()
3629 pbl_pool->count, i); in lpfc_destroy_multixri_pools()
3632 &pbl_pool->list, list) { in lpfc_destroy_multixri_pools()
3636 pbl_pool->count--; in lpfc_destroy_multixri_pools()
3639 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_destroy_multixri_pools()
3640 pbl_pool->count = 0; in lpfc_destroy_multixri_pools()
3642 spin_unlock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()