Home
last modified time | relevance | path

Searched refs:PCI_CONF_SUBCLASS (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c297 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in npe_save_htconfig_children()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c81 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pci_dump()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c833 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 Dcardbus_hp.c1648 PCI_CONF_SUBCLASS); in cardbus_ioctl()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c206 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in ixgbe_pci_dump()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c401 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pciconfig_dump()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h44 #define PCI_CONF_SUBCLASS 0xA /* sub-class code, 1 byte */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c405 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 Dpsm_common.c353 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)); in psm_is_pci_bridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c440 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 Dunm_gem.c334 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 Dpci_boot.c2512 subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS); in add_bar_reg_props()
2902 subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS); in add_reg_props()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1436 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) { in apic_handle_pci_pci_bridge()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c501 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pcishpc_slot_get_property()
H A Dpciehpc.c2960 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pciehpc_prop_card_get()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c409 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 Damd_iommu_impl.c1269 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in amd_iommu_setup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c649 pci_config_get8(qlge->pci_handle, PCI_CONF_SUBCLASS); in ql_dump_pci_config()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1410 PCI_CONF_SUBCLASS); in pcihp_ioctl()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header()
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c624 subclass = pci_config_get8(pci_conf_handle, PCI_CONF_SUBCLASS); in nv_attach()