Lines Matching refs:pvt_pool
3206 struct lpfc_pvt_pool *pvt_pool; in lpfc_create_multixri_pools() local
3265 pvt_pool = &multixri_pool->pvt_pool; in lpfc_create_multixri_pools()
3266 pvt_pool->high_watermark = multixri_pool->xri_limit / 2; in lpfc_create_multixri_pools()
3267 pvt_pool->low_watermark = XRI_BATCH; in lpfc_create_multixri_pools()
3268 spin_lock_init(&pvt_pool->lock); in lpfc_create_multixri_pools()
3269 spin_lock_irqsave(&pvt_pool->lock, iflag); in lpfc_create_multixri_pools()
3270 INIT_LIST_HEAD(&pvt_pool->list); in lpfc_create_multixri_pools()
3271 pvt_pool->count = 0; in lpfc_create_multixri_pools()
3272 spin_unlock_irqrestore(&pvt_pool->lock, iflag); in lpfc_create_multixri_pools()
3292 struct lpfc_pvt_pool *pvt_pool; in lpfc_destroy_multixri_pools() local
3334 pvt_pool = &multixri_pool->pvt_pool; in lpfc_destroy_multixri_pools()
3335 spin_lock(&pvt_pool->lock); in lpfc_destroy_multixri_pools()
3339 pvt_pool->count, i); in lpfc_destroy_multixri_pools()
3342 &pvt_pool->list, list) { in lpfc_destroy_multixri_pools()
3346 pvt_pool->count--; in lpfc_destroy_multixri_pools()
3349 INIT_LIST_HEAD(&pvt_pool->list); in lpfc_destroy_multixri_pools()
3350 pvt_pool->count = 0; in lpfc_destroy_multixri_pools()
3352 spin_unlock(&pvt_pool->lock); in lpfc_destroy_multixri_pools()