Searched refs:pcie_hp_task (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
H A Dpcib_private.h140 struct task pcie_hp_task; member in struct:pcib_softc
H A Dpci_pci.c1156 taskqueue_enqueue(taskqueue_pci_hp, &sc->pcie_hp_task);
1377 TASK_INIT(&sc->pcie_hp_task, 0, pcib_pcie_hotplug_task, sc);
1448 taskqueue_drain(taskqueue_pci_hp, &sc->pcie_hp_task);

Completed in 169 milliseconds