Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c1958 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_sli4_port_sta_fn_reset()
12222 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli_enable_intr()
13211 uint32_t intr_mode = LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
13257 return LPFC_INTR_ERROR; in lpfc_sli4_enable_intr()
14022 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s3()
14272 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s3()
14460 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s3()
14829 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_probe_one_s4()
15100 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_pci_resume_one_s4()
15308 if (intr_mode == LPFC_INTR_ERROR) { in lpfc_io_slot_reset_s4()
H A Dlpfc.h1321 #define LPFC_INTR_ERROR 0xFFFFFFFF macro