Searched refs:eqi (Results 1 – 2 of 2) sorted by relevance
1351 struct lpfc_eq_intr_info *eqi, *eqi_new; in lpfc_hb_eq_delay_work() local1382 eqi = per_cpu_ptr(phba->sli4_hba.eq_info, i); in lpfc_hb_eq_delay_work()1384 usdelay = (eqi->icnt >> 10) * LPFC_EQ_DELAY_STEP; in lpfc_hb_eq_delay_work()1391 eqi->icnt = 0; in lpfc_hb_eq_delay_work()1393 list_for_each_entry_safe(eq, eq_next, &eqi->list, cpu_list) { in lpfc_hb_eq_delay_work()10428 struct lpfc_eq_intr_info *eqi; in lpfc_sli4_queue_create() local10537 eqi = per_cpu_ptr(phba->sli4_hba.eq_info, qdesc->last_cpu); in lpfc_sli4_queue_create()10538 list_add(&qdesc->cpu_list, &eqi->list); in lpfc_sli4_queue_create()12384 struct lpfc_eq_intr_info *eqi; in lpfc_cpu_map_array_init() local12394 eqi = per_cpu_ptr(phba->sli4_hba.eq_info, cpu); in lpfc_cpu_map_array_init()[all …]
15587 struct lpfc_eq_intr_info *eqi; in lpfc_sli4_hba_intr_handler() local15623 eqi = this_cpu_ptr(phba->sli4_hba.eq_info); in lpfc_sli4_hba_intr_handler()15624 eqi->icnt++; in lpfc_sli4_hba_intr_handler()15628 if (eqi->icnt > LPFC_EQD_ISR_TRIGGER && in lpfc_sli4_hba_intr_handler()16251 struct lpfc_eq_intr_info *eqi; in lpfc_sli4_hba_intr_handler_th() local16268 eqi = per_cpu_ptr(phba->sli4_hba.eq_info, raw_smp_processor_id()); in lpfc_sli4_hba_intr_handler_th()16269 eqi->icnt++; in lpfc_sli4_hba_intr_handler_th()16273 if (eqi->icnt > LPFC_EQD_ISR_TRIGGER && in lpfc_sli4_hba_intr_handler_th()