Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c537 struct hv_pci_dev *hpdev; member
591 completion->hpdev->probed_bar[i] = in q_resource_requirements()
612 hv_int_desc_free(struct hv_pci_dev *hpdev, struct hv_irq_desc *hid) in hv_int_desc_free() argument
623 int_pkt->wslot.val = hpdev->desc.wslot.val; in hv_int_desc_free()
626 vmbus_chan_send(hpdev->hbus->sc->chan, VMBUS_CHANPKT_TYPE_INBAND, 0, in hv_int_desc_free()
633 hv_pci_delete_device(struct hv_pci_dev *hpdev) in hv_pci_delete_device() argument
635 struct hv_pcibus *hbus = hpdev->hbus; in hv_pci_delete_device()
640 devfn = wslot_to_devfn(hpdev->desc.wslot.val); in hv_pci_delete_device()
652 TAILQ_REMOVE(&hbus->children, hpdev, link); in hv_pci_delete_device()
655 TAILQ_FOREACH_SAFE(hid, &hpdev->irq_desc_list, link, tmp_hid) in hv_pci_delete_device()
[all …]