Searched refs:PCI_CAP_ID_MAX (Results 1 – 3 of 3) sorted by relevance
46 static const u8 pci_cap_length[PCI_CAP_ID_MAX + 1] = {319 static struct perm_bits cap_perms[PCI_CAP_ID_MAX + 1] = {320 [0 ... PCI_CAP_ID_MAX] = { .readfn = vfio_direct_config_read }1465 if (cap <= PCI_CAP_ID_MAX) { in vfio_cap_init()1492 BUILD_BUG_ON(PCI_CAP_ID_MAX >= PCI_CAP_ID_INVALID_VIRT); in vfio_cap_init()1769 WARN_ON(cap_id > PCI_CAP_ID_MAX); in vfio_config_do_rw()
229 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA macro
53 if (!next_cap_ptr || cap_id > PCI_CAP_ID_MAX) in __dw_pcie_ep_find_next_cap()