Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c63 [PCI_CAP_ID_AF] = PCI_CAP_AF_SIZEOF,
992 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_AF])) in init_pci_cap_af_perm()
1080 free_perm_bits(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_uninit_perm_bits()
1099 ret |= init_pci_cap_af_perm(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_init_perm_bits()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h228 #define PCI_CAP_ID_AF 0x13 /* PCI Advanced Features */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h229 #define PCI_CAP_ID_AF 0x13 /* PCI Advanced Features */ macro
/openbmc/u-boot/include/
H A Dpci.h334 #define PCI_CAP_ID_AF 0x13 /* PCI Advanced Features */ macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c360 edev->af_cap = pnv_eeh_find_cap(pdn, PCI_CAP_ID_AF); in pnv_eeh_probe()
/openbmc/qemu/hw/vfio/
H A Dpci.c2222 case PCI_CAP_ID_AF: in vfio_add_std_cap()
/openbmc/linux/drivers/pci/
H A Dpci.c4870 pos = pci_find_capability(dev, PCI_CAP_ID_AF); in pci_af_flr()