Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c451 struct hv_pcibus *hbus; member
521 struct hv_pcibus *hbus; member
551 wait_for_response(struct hv_pcibus *hbus, struct completion *c) in wait_for_response() argument
554 if (vmbus_chan_is_revoked(hbus->sc->chan)) { in wait_for_response()
555 device_printf(hbus->pcib, in wait_for_response()
626 vmbus_chan_send(hpdev->hbus->sc->chan, VMBUS_CHANPKT_TYPE_INBAND, 0, in hv_int_desc_free()
635 struct hv_pcibus *hbus = hpdev->hbus; in hv_pci_delete_device() local
644 pci_dev = pci_find_dbsf(hbus->pci_domain, in hv_pci_delete_device()
647 device_delete_child(hbus->pci_bus, pci_dev); in hv_pci_delete_device()
651 mtx_lock(&hbus->device_list_lock); in hv_pci_delete_device()
[all …]