Lines Matching refs:p_multixri_pool
21517 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21522 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
21523 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
21549 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
21586 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
21631 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
21632 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
21751 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21774 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21815 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
21872 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
21875 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
21876 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
21883 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
21887 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
21889 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
22038 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()