Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c49 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()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h220 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA macro