Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_config.c71 static const u16 pci_ext_cap_length[PCI_EXT_CAP_ID_MAX + 1] = { variable
1006 if (alloc_perm_bits(perm, pci_ext_cap_length[PCI_EXT_CAP_ID_ERR])) in init_pci_ext_cap_err_perm()
1058 if (alloc_perm_bits(perm, pci_ext_cap_length[PCI_EXT_CAP_ID_PWR])) in init_pci_ext_cap_pwr_perm()
1630 len = pci_ext_cap_length[ecap]; in vfio_ecap_init()