Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1961 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_sli4_port_sta_fn_reset()
12208 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli_enable_intr()
13197 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
13243 return LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
14008 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s3()
14258 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s3()
14440 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s3()
14809 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s4()
15080 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s4()
15288 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s4()
H A Dlpfc.h1307 #define LPFC_INTR_ERROR 0xFFFFFFFF macro