Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hyperv/pcib/
HDvmbus_pcib.c452 struct hv_pcibus *hbus; member
522 struct hv_pcibus *hbus; member
552 wait_for_response(struct hv_pcibus *hbus, struct completion *c) in wait_for_response() argument
555 if (vmbus_chan_is_revoked(hbus->sc->chan)) { in wait_for_response()
556 device_printf(hbus->pcib, in wait_for_response()
627 vmbus_chan_send(hpdev->hbus->sc->chan, VMBUS_CHANPKT_TYPE_INBAND, 0, in hv_int_desc_free()
636 struct hv_pcibus *hbus = hpdev->hbus; in hv_pci_delete_device() local
645 pci_dev = pci_find_dbsf(hbus->pci_domain, in hv_pci_delete_device()
648 device_delete_child(hbus->pci_bus, pci_dev); in hv_pci_delete_device()
652 mtx_lock(&hbus->device_list_lock); in hv_pci_delete_device()
[all …]