Searched refs:PCI_CAP_ID_MAX (Results 1 – 3 of 3) sorted by relevance
43 static const u8 pci_cap_length[PCI_CAP_ID_MAX + 1] = {316 static struct perm_bits cap_perms[PCI_CAP_ID_MAX + 1] = {317 [0 ... PCI_CAP_ID_MAX] = { .readfn = vfio_direct_config_read }1463 if (cap <= PCI_CAP_ID_MAX) { in vfio_cap_init()1489 BUILD_BUG_ON(PCI_CAP_ID_MAX >= PCI_CAP_ID_INVALID_VIRT); in vfio_cap_init()1792 WARN_ON(cap_id > PCI_CAP_ID_MAX); in vfio_config_do_rw()
34 if (cap_id > PCI_CAP_ID_MAX) in __dw_pcie_find_next_cap()
228 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA macro