Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c10872 struct lpfc_hba_eq_hdl *eqhdl = lpfc_get_eq_hdl(eqidx); in lpfc_assign_eq_map_info() local
10879 cpu, eqhdl->irq, cpup->eq, cpup->flag); in lpfc_assign_eq_map_info()
10917 struct lpfc_hba_eq_hdl *eqhdl; in lpfc_hba_eq_hdl_array_init() local
10921 eqhdl = lpfc_get_eq_hdl(i); in lpfc_hba_eq_hdl_array_init()
10922 eqhdl->irq = LPFC_VECTOR_MAP_EMPTY; in lpfc_hba_eq_hdl_array_init()
10923 eqhdl->phba = phba; in lpfc_hba_eq_hdl_array_init()
11341 lpfc_irq_set_aff(struct lpfc_hba_eq_hdl *eqhdl, unsigned int cpu) in lpfc_irq_set_aff() argument
11343 cpumask_clear(&eqhdl->aff_mask); in lpfc_irq_set_aff()
11344 cpumask_set_cpu(cpu, &eqhdl->aff_mask); in lpfc_irq_set_aff()
11345 irq_set_status_flags(eqhdl->irq, IRQ_NO_BALANCING); in lpfc_irq_set_aff()
[all …]