Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c43 static const u8 pci_cap_length[PCI_CAP_ID_MAX + 1] = { variable
750 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_PM])) in init_pci_cap_pm_perm()
834 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD])) in init_pci_cap_vpd_perm()
992 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_AF])) in init_pci_cap_af_perm()
1560 len = pci_cap_length[cap]; in vfio_cap_init()