Lines Matching refs:p_multixri_pool
21424 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21429 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
21430 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
21456 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
21493 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
21538 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
21539 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
21658 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21681 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21722 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
21779 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
21782 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
21783 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
21790 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
21794 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
21796 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
21945 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()