Searched refs:PCI_CAP_LIST_ID (Results 1 – 7 of 7) sorted by relevance
26 .offset = PCI_CAP_LIST_ID,27 .size = 2, /* encompass PCI_CAP_LIST_ID & PCI_CAP_LIST_NEXT */
368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
313 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
262 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()