Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1968 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_sli4_port_sta_fn_reset()
12230 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli_enable_intr()
13221 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
13266 return LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
14039 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s3()
14291 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s3()
14479 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s3()
14847 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s4()
15120 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s4()
15328 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s4()
H A Dlpfc.h1302 #define LPFC_INTR_ERROR 0xFFFFFFFF macro