Searched refs:PCI_CAP_ID_AF (Results 1 – 3 of 3) sorted by relevance
218 #define PCI_CAP_ID_AF 0x13 /* PCI Advanced Features */ macro219 #define PCI_CAP_ID_MAX PCI_CAP_ID_AF
69 [PCI_CAP_ID_AF] = PCI_CAP_AF_SIZEOF,710 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_AF])) in init_pci_cap_af_perm()795 free_perm_bits(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_uninit_perm_bits()814 ret |= init_pci_cap_af_perm(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_init_perm_bits()
3189 pos = pci_find_capability(dev, PCI_CAP_ID_AF); in pci_af_flr()