Searched refs:hdrtype (Results 1 – 6 of 6) sorted by relevance
54 d->hdrtype = ht; in pci_generic_scan_bus()90 if (d->hdrtype < 0) in get_hdr_type()91 d->hdrtype = pci_read_byte(d, PCI_HEADER_TYPE) & 0x7f; in get_hdr_type()92 return d->hdrtype; in get_hdr_type()
161 d->hdrtype = device->ReadConfigByte(PCI_HEADER_TYPE) & ~PCI_HEADER_TYPE_MULTIFUNCTION; in aos_expansion_scan()
176 int hdrtype; /* Cached low 7 bits of header type, -1 if unknown */ member
32 d->hdrtype = -1; in pci_alloc_dev()
154 t->hdrtype = matches[i].pc_hdr; in fbsd_scan()
1407 invalid 64-bit addresses. Also d->hdrtype should not include1546 * lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal1549 * lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.1550 lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.1757 * lib/proc.c (proc_scan): Don't forget to initialize hdrtype.