Lines Matching refs:p_multixri_pool
19763 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
19768 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
19769 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
19795 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
19832 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
19877 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
19878 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
19996 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
20019 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
20060 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
20111 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
20114 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
20115 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
20122 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
20126 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
20128 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
20277 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()