Searched refs:pci_ecc_queue (Results 1 – 4 of 4) sorted by relevance
261 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()
445 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()
145 errorq_t *pci_ecc_queue = NULL; /* per-system ecc handling queue */ variable212 if (pci_ecc_queue) in _fini()213 errorq_destroy(pci_ecc_queue); in _fini()215 pci_ecc_queue = NULL; in _fini()
68 extern errorq_t *pci_ecc_queue; /* per-system ecc handling queue */