Lines Matching refs:pvt_pool
3413 struct lpfc_pvt_pool *pvt_pool; in lpfc_create_multixri_pools() local
3472 pvt_pool = &multixri_pool->pvt_pool; in lpfc_create_multixri_pools()
3473 pvt_pool->high_watermark = multixri_pool->xri_limit / 2; in lpfc_create_multixri_pools()
3474 pvt_pool->low_watermark = XRI_BATCH; in lpfc_create_multixri_pools()
3475 spin_lock_init(&pvt_pool->lock); in lpfc_create_multixri_pools()
3476 spin_lock_irqsave(&pvt_pool->lock, iflag); in lpfc_create_multixri_pools()
3477 INIT_LIST_HEAD(&pvt_pool->list); in lpfc_create_multixri_pools()
3478 pvt_pool->count = 0; in lpfc_create_multixri_pools()
3479 spin_unlock_irqrestore(&pvt_pool->lock, iflag); in lpfc_create_multixri_pools()
3499 struct lpfc_pvt_pool *pvt_pool; in lpfc_destroy_multixri_pools() local
3541 pvt_pool = &multixri_pool->pvt_pool; in lpfc_destroy_multixri_pools()
3542 spin_lock(&pvt_pool->lock); in lpfc_destroy_multixri_pools()
3546 pvt_pool->count, i); in lpfc_destroy_multixri_pools()
3549 &pvt_pool->list, list) { in lpfc_destroy_multixri_pools()
3553 pvt_pool->count--; in lpfc_destroy_multixri_pools()
3556 INIT_LIST_HEAD(&pvt_pool->list); in lpfc_destroy_multixri_pools()
3557 pvt_pool->count = 0; in lpfc_destroy_multixri_pools()
3559 spin_unlock(&pvt_pool->lock); in lpfc_destroy_multixri_pools()