Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_config.c63 [PCI_CAP_ID_AF] = PCI_CAP_AF_SIZEOF,
991 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_AF])) in init_pci_cap_af_perm()
1079 free_perm_bits(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_uninit_perm_bits()
1098 ret |= init_pci_cap_af_perm(&cap_perms[PCI_CAP_ID_AF]); in vfio_pci_init_perm_bits()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h228 #define PCI_CAP_ID_AF 0x13 /* PCI Advanced Features */ macro
/linux-6.1.9/arch/powerpc/platforms/powernv/
Deeh-powernv.c360 edev->af_cap = pnv_eeh_find_cap(pdn, PCI_CAP_ID_AF); in pnv_eeh_probe()
/linux-6.1.9/drivers/pci/
Dpci.c4778 pos = pci_find_capability(dev, PCI_CAP_ID_AF); in pci_af_flr()