Lines Matching refs:p_multixri_pool
21567 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21572 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
21573 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
21599 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
21636 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
21681 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
21682 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
21801 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21824 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21865 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
21922 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
21925 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
21926 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
21933 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
21937 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
21939 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
22088 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()