Lines Matching refs:p_multixri_pool
21453 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21458 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
21459 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
21485 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
21522 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
21567 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
21568 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
21687 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21710 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21751 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
21809 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
21812 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
21813 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
21820 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
21824 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
21826 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
21969 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()