Lines Matching refs:p_multixri_pool
21566 multixri_pool = qp->p_multixri_pool; in lpfc_snapshot_mxp()
21571 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_snapshot_mxp()
21572 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_snapshot_mxp()
21598 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_adjust_pvt_pool_count()
21635 multixri_pool = qp->p_multixri_pool; in lpfc_adjust_high_watermark()
21680 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_move_xri_pvt_to_pbl()
21681 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_move_xri_pvt_to_pbl()
21800 multixri_pool = qp->p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21823 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool; in lpfc_move_xri_pbl_to_pvt()
21864 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool; in lpfc_keep_pvt_pool_above_lowwm()
21921 if (!qp->p_multixri_pool) in lpfc_release_io_buf()
21924 pbl_pool = &qp->p_multixri_pool->pbl_pool; in lpfc_release_io_buf()
21925 pvt_pool = &qp->p_multixri_pool->pvt_pool; in lpfc_release_io_buf()
21932 xri_limit = qp->p_multixri_pool->xri_limit; in lpfc_release_io_buf()
21936 qp->p_multixri_pool->below_limit_count++; in lpfc_release_io_buf()
21938 qp->p_multixri_pool->above_limit_count++; in lpfc_release_io_buf()
22087 multixri_pool = qp->p_multixri_pool; in lpfc_get_io_buf_from_multixri_pools()