Searched refs:fcp_qidx (Results 1 – 3 of 3) sorted by relevance
7806 int fcp_qidx; in lpfc_sli4_queue_unset() local7819 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7820 fcp_qidx++) in lpfc_sli4_queue_unset()7821 lpfc_wq_destroy(phba, phba->sli4_hba.fcp_wq[fcp_qidx]); in lpfc_sli4_queue_unset()7829 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7830 fcp_qidx++) in lpfc_sli4_queue_unset()7831 lpfc_cq_destroy(phba, phba->sli4_hba.fcp_cq[fcp_qidx]); in lpfc_sli4_queue_unset()7835 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7836 fcp_qidx++) in lpfc_sli4_queue_unset()7837 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]); in lpfc_sli4_queue_unset()
772 atomic_t fcp_qidx; /* next work queue to post work to */ member
8165 chann = atomic_add_return(1, &phba->fcp_qidx); in lpfc_sli4_scmd_to_wqidx_distr()