Home
last modified time | relevance | path

Searched refs:hba_eq_hdl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h498 #define lpfc_get_eq_hdl(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx])
499 #define lpfc_get_aff_mask(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx].aff_mask)
500 #define lpfc_get_irq(eqidx) (phba->sli4_hba.hba_eq_hdl[eqidx].irq)
838 struct lpfc_hba_eq_hdl *hba_eq_hdl; /* HBA per-WQ handle */ member
H A Dlpfc_init.c1375 eq = phba->sli4_hba.hba_eq_hdl[i].eq; in lpfc_hb_eq_delay_work()
8383 phba->sli4_hba.hba_eq_hdl = kcalloc(phba->cfg_irq_chann, in lpfc_sli4_driver_resource_setup()
8386 if (!phba->sli4_hba.hba_eq_hdl) { in lpfc_sli4_driver_resource_setup()
8471 kfree(phba->sli4_hba.hba_eq_hdl); in lpfc_sli4_driver_resource_setup()
8523 kfree(phba->sli4_hba.hba_eq_hdl); in lpfc_sli4_driver_resource_unset()
10856 eq = phba->sli4_hba.hba_eq_hdl[idx].eq; in lpfc_sli4_release_hdwq()
10858 phba->sli4_hba.hba_eq_hdl[idx].eq = NULL; in lpfc_sli4_release_hdwq()
11046 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq; in lpfc_setup_cq_lookup()
11166 phba->sli4_hba.hba_eq_hdl[cpup->eq].eq = in lpfc_sli4_queue_setup()
11498 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq; in lpfc_sli4_queue_unset()
[all …]
H A Dlpfc_sli.c6176 eq = sli4_hba->hba_eq_hdl[qidx].eq; in lpfc_sli4_arm_cqeq_intr()
9214 eq = phba->sli4_hba.hba_eq_hdl[eqidx].eq; in lpfc_sli4_process_missed_mbox_completions()
15563 struct lpfc_hba_eq_hdl *hba_eq_hdl; in lpfc_sli4_hba_intr_handler() local
15571 hba_eq_hdl = (struct lpfc_hba_eq_hdl *)dev_id; in lpfc_sli4_hba_intr_handler()
15572 phba = hba_eq_hdl->phba; in lpfc_sli4_hba_intr_handler()
15573 hba_eqidx = hba_eq_hdl->idx; in lpfc_sli4_hba_intr_handler()
15581 fpeq = phba->sli4_hba.hba_eq_hdl[hba_eqidx].eq; in lpfc_sli4_hba_intr_handler()
15672 &phba->sli4_hba.hba_eq_hdl[qidx]); in lpfc_sli4_intr_handler()
15990 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq; in lpfc_modify_hba_eq_delay()
16026 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq; in lpfc_modify_hba_eq_delay()
[all …]
H A Dlpfc_attr.c4936 eq = phba->sli4_hba.hba_eq_hdl[i].eq; in lpfc_cq_max_proc_limit_store()