/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 297 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in npe_save_htconfig_children()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 81 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pci_dump()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 833 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in cardbus_bridge_assign() 1872 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in cardbus_sum_resources() 2589 sub_class = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in cardbus_probe_children() 3640 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 3848 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 3932 classcode = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 4329 pci_config_get8(config_handle, PCI_CONF_SUBCLASS),
|
H A D | cardbus_hp.c | 1648 PCI_CONF_SUBCLASS); in cardbus_ioctl()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 206 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in ixgbe_pci_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 401 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pciconfig_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 47 #define PCI_CONF_SUBCLASS 0xA /* sub-class code, 1 byte */ macro
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pci_props.c | 405 prop->ppd_subclass = pci_prop_get8(acc, prop, PCI_CONF_SUBCLASS); in pci_prop_data_fill()
|
/illumos-gate/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 353 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)); in psm_is_pci_bridge()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 440 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); in pcicfg_dump_common_config() 1450 subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_is_ntbridge() 3445 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | in pcicfg_set_standard_props() 3619 classcode = pci_config_get16(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props() 3621 psubclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props()
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 334 sub_class = pci_config_get8(pci_cfg_hdl, PCI_CONF_SUBCLASS); in unm_pci_cfg_init()
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 2517 subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS); in add_bar_reg_props() 2912 subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS); in add_reg_props()
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 501 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pcishpc_slot_get_property()
|
H A D | pciehpc.c | 2960 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pciehpc_prop_card_get()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 1436 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) { in apic_handle_pci_pci_bridge()
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 409 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); in pcicfg_dump_common_config() 1376 subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_is_ntbridge()
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.c | 1269 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in amd_iommu_setup()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1410 PCI_CONF_SUBCLASS); in pcihp_ioctl()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 649 pci_config_get8(qlge->pci_handle, PCI_CONF_SUBCLASS); in ql_dump_pci_config()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header()
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 624 subclass = pci_config_get8(pci_conf_handle, PCI_CONF_SUBCLASS); in nv_attach()
|