Searched refs:fcp_qidx (Results 1 – 3 of 3) sorted by relevance
7827 int fcp_qidx; in lpfc_sli4_queue_unset() local7840 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7841 fcp_qidx++) in lpfc_sli4_queue_unset()7842 lpfc_wq_destroy(phba, phba->sli4_hba.fcp_wq[fcp_qidx]); in lpfc_sli4_queue_unset()7850 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7851 fcp_qidx++) in lpfc_sli4_queue_unset()7852 lpfc_cq_destroy(phba, phba->sli4_hba.fcp_cq[fcp_qidx]); in lpfc_sli4_queue_unset()7856 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7857 fcp_qidx++) in lpfc_sli4_queue_unset()7858 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]); in lpfc_sli4_queue_unset()
776 atomic_t fcp_qidx; /* next work queue to post work to */ member
3878 chann = atomic_add_return(1, &phba->fcp_qidx); in lpfc_sli4_scmd_to_wqidx_distr()