Lines Matching defs:pos
1415 static bool vfio_msi_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msi_setup()
1630 uint8_t pos; in vfio_msix_early_setup() local
1727 static bool vfio_msix_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msix_setup()
1932 static uint8_t vfio_std_cap_max_size(PCIDevice *pdev, uint8_t pos) in vfio_std_cap_max_size()
1948 static uint16_t vfio_ext_cap_max_size(const uint8_t *config, uint16_t pos) in vfio_ext_cap_max_size()
1967 static void vfio_add_emulated_word(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_word()
1980 static void vfio_add_emulated_long(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_long()
1996 uint8_t *pos; in vfio_pci_enable_rp_atomics() local
2055 uint8_t *pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; in vfio_pci_disable_rp_atomics() local
2063 static bool vfio_setup_pcie_cap(VFIOPCIDevice *vdev, int pos, uint8_t size, in vfio_setup_pcie_cap()
2193 static void vfio_check_pcie_flr(VFIOPCIDevice *vdev, uint8_t pos) in vfio_check_pcie_flr()
2203 static void vfio_check_pm_reset(VFIOPCIDevice *vdev, uint8_t pos) in vfio_check_pm_reset()
2213 static void vfio_check_af_flr(VFIOPCIDevice *vdev, uint8_t pos) in vfio_check_af_flr()
2223 static bool vfio_add_vendor_specific_cap(VFIOPCIDevice *vdev, int pos, in vfio_add_vendor_specific_cap()
2245 static bool vfio_add_std_cap(VFIOPCIDevice *vdev, uint8_t pos, Error **errp) in vfio_add_std_cap()
2332 static int vfio_setup_rebar_ecap(VFIOPCIDevice *vdev, uint16_t pos) in vfio_setup_rebar_ecap()