Home
last modified time | relevance | path

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

/devicemodel/hw/pci/
A Dpassthrough.c810 update_pt_info(ptdev->phys_bdf); in passthru_init()
906 pcidev.phys_bdf = ptdev->phys_bdf; in passthru_init()
978 uint16_t phys_bdf = 0; in passthru_deinit() local
1003 phys_bdf = ptdev->phys_bdf; in passthru_deinit()
1011 pcidev.phys_bdf = ptdev->phys_bdf; in passthru_deinit()
1018 if (phys_bdf) { in passthru_deinit()
1022 (phys_bdf >> 8) & 0xFF, in passthru_deinit()
1023 (phys_bdf >> 3) & 0x1F, in passthru_deinit()
1024 (phys_bdf & 0x7)); in passthru_deinit()
1030 phys_bdf); in passthru_deinit()
[all …]
A Dgsi_sharing.c163 update_pt_info(uint16_t phys_bdf) in update_pt_info() argument
175 if (phys_bdf == (PCI_BDF(bus, slot, func))) in update_pt_info()
/devicemodel/core/
A Dvmmapi.c657 vm_set_ptdev_intx_info(struct vmctx *ctx, uint16_t virt_bdf, uint16_t phys_bdf, in vm_set_ptdev_intx_info() argument
665 ptirq.phys_bdf = phys_bdf; in vm_set_ptdev_intx_info()
678 vm_reset_ptdev_intx_info(struct vmctx *ctx, uint16_t virt_bdf, uint16_t phys_bdf, in vm_reset_ptdev_intx_info() argument
688 ptirq.phys_bdf = phys_bdf; in vm_reset_ptdev_intx_info()
/devicemodel/include/
A Dpassthru.h33 uint16_t phys_bdf; member
A Dvmmapi.h145 uint16_t phys_bdf, int virt_pin, int phys_pin, bool pic_pin);
147 uint16_t phys_bdf, int virt_pin, bool pic_pin);
A Dpci_core.h397 void update_pt_info(uint16_t phys_bdf);
/devicemodel/include/public/
A Dhsm_ioctl_defs.h207 uint16_t phys_bdf; /* IN: Device physical BDF# */ member

Completed in 16 milliseconds