Searched refs:PCI_CAP_ID_MAX (Results 1 – 2 of 2) sorted by relevance
49 static const u8 pci_cap_length[PCI_CAP_ID_MAX + 1] = {305 static struct perm_bits cap_perms[PCI_CAP_ID_MAX + 1] = {306 [0 ... PCI_CAP_ID_MAX] = { .readfn = vfio_direct_config_read }1308 if (cap <= PCI_CAP_ID_MAX) { in vfio_cap_init()1607 WARN_ON(cap_id > PCI_CAP_ID_MAX); in vfio_config_do_rw()
220 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA macro