Lines Matching refs:func
40 vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_assign_pptdev() argument
47 pptdev.func = func; in vm_assign_pptdev()
53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() argument
60 pptdev.func = func; in vm_unassign_pptdev()
66 vm_reset_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_reset_pptdev() argument
73 pptdev.func = func; in vm_reset_pptdev()
79 vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_map_pptdev_mmio() argument
87 pptmmio.func = func; in vm_map_pptdev_mmio()
96 vm_unmap_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_unmap_pptdev_mmio() argument
104 pptmmio.func = func; in vm_unmap_pptdev_mmio()
112 vm_setup_pptdev_msi(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msi() argument
120 pptmsi.func = func; in vm_setup_pptdev_msi()
129 vm_setup_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msix() argument
137 pptmsix.func = func; in vm_setup_pptdev_msix()
147 vm_disable_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func) in vm_disable_pptdev_msix() argument
154 ppt.func = func; in vm_disable_pptdev_msix()