Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fm.c261 if (pci_ecc_queue == NULL) { in pci_fm_create()
262 pci_ecc_queue = errorq_create("pci_ecc_queue", in pci_fm_create()
267 if (pci_ecc_queue == NULL) in pci_fm_create()
H A Dpci_ecc.c445 errorq_dispatch(pci_ecc_queue, (void *)ecc_err_p, in ecc_err_handler()
494 errorq_dispatch(pci_ecc_queue, (void *)ecc_err_p, in ecc_err_handler()
555 return (ce_scrub_xdiag_recirc(ecc, pci_ecc_queue, eqep, in ecc_err_cexdiag()
H A Dpci.c145 errorq_t *pci_ecc_queue = NULL; /* per-system ecc handling queue */ variable
212 if (pci_ecc_queue) in _fini()
213 errorq_destroy(pci_ecc_queue); in _fini()
215 pci_ecc_queue = NULL; in _fini()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_fm.h68 extern errorq_t *pci_ecc_queue; /* per-system ecc handling queue */