Home
last modified time | relevance | path

Searched refs:multixri_pool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c21623 struct lpfc_multixri_pool *multixri_pool; in lpfc_snapshot_mxp() local
21629 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21630 if (!multixri_pool) in lpfc_snapshot_mxp()
21633 if (multixri_pool->stat_snapshot_taken == LPFC_MXP_SNAPSHOT_TAKEN) { in lpfc_snapshot_mxp()
21638 multixri_pool->stat_pbl_count = pbl_pool->count; in lpfc_snapshot_mxp()
21639 multixri_pool->stat_pvt_count = pvt_pool->count; in lpfc_snapshot_mxp()
21640 multixri_pool->stat_busy_count = txcmplq_cnt; in lpfc_snapshot_mxp()
21643 multixri_pool->stat_snapshot_taken++; in lpfc_snapshot_mxp()
21657 struct lpfc_multixri_pool *multixri_pool; in lpfc_adjust_pvt_pool_count() local
21661 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
[all …]
H A Dlpfc_init.c3526 struct lpfc_multixri_pool *multixri_pool; in lpfc_create_multixri_pools() local
3542 multixri_pool = kzalloc(sizeof(*multixri_pool), GFP_KERNEL); in lpfc_create_multixri_pools()
3544 if (!multixri_pool) { in lpfc_create_multixri_pools()
3563 qp->p_multixri_pool = multixri_pool; in lpfc_create_multixri_pools()
3565 multixri_pool->xri_limit = count_per_hwq; in lpfc_create_multixri_pools()
3566 multixri_pool->rrb_next_hwqid = i; in lpfc_create_multixri_pools()
3569 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3587 pvt_pool = &multixri_pool->pvt_pool; in lpfc_create_multixri_pools()
3588 pvt_pool->high_watermark = multixri_pool->xri_limit / 2; in lpfc_create_multixri_pools()
3612 struct lpfc_multixri_pool *multixri_pool; in lpfc_destroy_multixri_pools() local
[all …]