Searched refs:fcp_qidx (Results 1 – 3 of 3) sorted by relevance
7547 int fcp_qidx; in lpfc_sli4_queue_unset() local7557 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7558 fcp_qidx++) in lpfc_sli4_queue_unset()7559 lpfc_wq_destroy(phba, phba->sli4_hba.fcp_wq[fcp_qidx]); in lpfc_sli4_queue_unset()7567 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7568 fcp_qidx++) in lpfc_sli4_queue_unset()7569 lpfc_cq_destroy(phba, phba->sli4_hba.fcp_cq[fcp_qidx]); in lpfc_sli4_queue_unset()7573 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel; in lpfc_sli4_queue_unset()7574 fcp_qidx++) in lpfc_sli4_queue_unset()7575 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]); in lpfc_sli4_queue_unset()
755 atomic_t fcp_qidx; /* next work queue to post work to */ member
7938 chann = atomic_add_return(1, &phba->fcp_qidx); in lpfc_sli4_scmd_to_wqidx_distr()