Searched refs:phys_bdf (Results 1 – 7 of 7) sorted by relevance
| /devicemodel/hw/pci/ |
| A D | passthrough.c | 810 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 D | gsi_sharing.c | 163 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 D | vmmapi.c | 657 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 D | passthru.h | 33 uint16_t phys_bdf; member
|
| A D | vmmapi.h | 145 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 D | pci_core.h | 397 void update_pt_info(uint16_t phys_bdf);
|
| /devicemodel/include/public/ |
| A D | hsm_ioctl_defs.h | 207 uint16_t phys_bdf; /* IN: Device physical BDF# */ member
|
Completed in 16 milliseconds