Lines Matching refs:hwqid

21497  * @hwqid: belong to which HWQ.
21508 void lpfc_snapshot_mxp(struct lpfc_hba *phba, u32 hwqid)
21516 qp = &phba->sli4_hba.hdwq[hwqid];
21538 * @hwqid: belong to which HWQ.
21543 void lpfc_adjust_pvt_pool_count(struct lpfc_hba *phba, u32 hwqid)
21549 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool;
21562 lpfc_move_xri_pvt_to_pbl(phba, hwqid);
21569 * @hwqid: belong to which HWQ.
21574 void lpfc_adjust_high_watermark(struct lpfc_hba *phba, u32 hwqid)
21585 qp = &phba->sli4_hba.hdwq[hwqid];
21612 * @hwqid: belong to which HWQ.
21615 * All free XRIs are moved from private to public pool on hwqid with 2 steps.
21619 void lpfc_move_xri_pvt_to_pbl(struct lpfc_hba *phba, u32 hwqid)
21630 qp = &phba->sli4_hba.hdwq[hwqid];
21730 * @hwqid: belong to which HWQ.
21734 * Round Robin method. The search always starts from local hwqid, then the next
21736 * a batch of free common bufs are moved to private pool on hwqid.
21739 void lpfc_move_xri_pbl_to_pvt(struct lpfc_hba *phba, u32 hwqid, u32 count)
21750 qp = &phba->sli4_hba.hdwq[hwqid];
21766 /* Get the next hwqid which was found last time */
21781 /* Exit while-loop if success or all hwqid are checked */
21794 if (next_hwqid == hwqid)
21805 * @hwqid: belong to which HWQ.
21810 void lpfc_keep_pvt_pool_above_lowwm(struct lpfc_hba *phba, u32 hwqid)
21815 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool;
21819 lpfc_move_xri_pbl_to_pvt(phba, hwqid, XRI_BATCH);
22001 * @hwqid: belong to which HWQ
22023 int hwqid, int expedite)
22030 qp = &phba->sli4_hba.hdwq[hwqid];
22035 "5556 NULL qp for hwqid x%x\n", hwqid);
22042 "5557 NULL multixri for hwqid x%x\n", hwqid);
22049 "5558 NULL pvt_pool for hwqid x%x\n", hwqid);
22056 lpfc_move_xri_pbl_to_pvt(phba, hwqid, XRI_BATCH);
22063 lpfc_ncmd->hdwq_no = hwqid;
22103 * @hwqid: belong to which HWQ
22119 u32 hwqid, int expedite)
22125 qp = &phba->sli4_hba.hdwq[hwqid];
22130 "5555 NULL qp for hwqid x%x\n", hwqid);
22136 phba, ndlp, hwqid, expedite);
22141 lpfc_cmd = lpfc_io_buf(phba, ndlp, hwqid);
22153 lpfc_cmd = lpfc_io_buf(phba, ndlp, hwqid);