Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci.c142 extern errorq_t *pci_target_queue;
216 if (pci_target_queue) in _fini()
217 errorq_destroy(pci_target_queue); in _fini()
219 pci_target_queue = NULL; in _fini()
/titanic_41/usr/src/uts/common/os/
H A Dpcifm.c43 errorq_t *pci_target_queue = NULL; variable
1480 errorq_dispatch(pci_target_queue, (void *)&tgt_err, in pci_target_enqueue()
1493 if (pci_target_queue == NULL) { in pci_targetq_init()
1494 pci_target_queue = errorq_create("pci_target_queue", in pci_targetq_init()
1498 if (pci_target_queue == NULL) in pci_targetq_init()