Lines Matching refs:pbl_pool
3363 struct lpfc_pbl_pool *pbl_pool; in lpfc_create_multixri_pools() local
3405 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3406 spin_lock_init(&pbl_pool->lock); in lpfc_create_multixri_pools()
3408 spin_lock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3409 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_create_multixri_pools()
3412 list_move_tail(&lpfc_ncmd->list, &pbl_pool->list); in lpfc_create_multixri_pools()
3414 pbl_pool->count++; in lpfc_create_multixri_pools()
3418 pbl_pool->count, i); in lpfc_create_multixri_pools()
3419 spin_unlock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3449 struct lpfc_pbl_pool *pbl_pool; in lpfc_destroy_multixri_pools() local
3471 pbl_pool = &multixri_pool->pbl_pool; in lpfc_destroy_multixri_pools()
3472 spin_lock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()
3476 pbl_pool->count, i); in lpfc_destroy_multixri_pools()
3479 &pbl_pool->list, list) { in lpfc_destroy_multixri_pools()
3483 pbl_pool->count--; in lpfc_destroy_multixri_pools()
3486 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_destroy_multixri_pools()
3487 pbl_pool->count = 0; in lpfc_destroy_multixri_pools()
3489 spin_unlock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()