Searched refs:class (Results 1 – 10 of 10) sorted by relevance
| /pciutils/ |
| H A D | ls-kernel.c | 106 unsigned int class, class_mask; member 163 &e->class, &e->class_mask) != 6) in show_kernel_init() 178 unsigned int class = (((unsigned int)dev->device_class << 8) | dev->prog_if); in match_pcimap() local 186 (class & e->class_mask) == e->class; in match_pcimap()
|
| H A D | lspci.c | 798 word class = p->device_class; in show_verbose() local 813 if (class == PCI_CLASS_BRIDGE_PCI) in show_verbose() 814 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose() 820 if ((class >> 8) != PCI_BASE_CLASS_BRIDGE) in show_verbose() 821 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose() 826 if ((class >> 8) != PCI_BASE_CLASS_BRIDGE) in show_verbose() 827 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()
|
| H A D | TODO | 1 - review class names
|
| H A D | ls-tree.c | 145 word class = dd->device_class; in grow_tree() local 147 if ((class >> 8) == PCI_BASE_CLASS_BRIDGE && in grow_tree()
|
| H A D | ChangeLog | 182 class code and also on the programming interface. 490 * Filters now support matching by device class. Original 919 * pci.ids: Revised class codes to match Conventional PCI 3.0 specs. 1152 * lib/sysfs.c: Fetch device ID and class from sysfs, because they can 1168 * lib/names.c (pci_lookup_name): When class is identified and 1169 subclass isn't, display class name and subclass number. 1294 extended the idea of the "C" (class) blocks and introduced "S" blocks 1841 class, just print a warning and still use the header type, assuming 1842 bogus class info. 1850 * pci.ids: Synchronized class list with latest PCI SIG documents.
|
| H A D | ls-ecaps.c | 850 const char * const class[] = { "DRAM", "Storage", "CDAT" }; in cxl_range() local 860 type[PCI_CXL_RANGE_TYPE(w)], class[PCI_CXL_RANGE_CLASS(w)], in cxl_range()
|
| H A D | pci.ids | 18086 1078 Prosody X class e1000 device 23027 0021 804 8Gbps FC HBA for HP Bladesystem c-class 40060 # C class class_name 40274 C ff Unassigned class
|
| /pciutils/lib/ |
| H A D | i386-ports.c | 88 u16 class, vendor; in intel_sanity_check() local 89 if (m->read(&d, PCI_CLASS_DEVICE, (byte *) &class, sizeof(class)) && in intel_sanity_check() 90 (class == cpu_to_le16(PCI_CLASS_BRIDGE_HOST) || class == cpu_to_le16(PCI_CLASS_DISPLAY_VGA)) || in intel_sanity_check()
|
| /pciutils/maint/ |
| H A D | release.pm | 13 my ($class,$basename) = @_;
|
| /pciutils/tests/ |
| H A D | cap-dvsec-cxl | 1 6b:00.0 Unassigned class [ff00]: Intel Corporation Device 0d93
|