Home
last modified time | relevance | path

Searched refs:cfg_handle (Results 26 – 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h193 ddi_acc_handle_t cfg_handle; /* PCIC config space handle */ member
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c485 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in ixgbe_attach()
622 if (ixgbe_check_acc_handle(ixgbe->osdep.cfg_handle) != DDI_FM_OK) { in ixgbe_attach()
917 if (ixgbe->osdep.cfg_handle != NULL) in ixgbe_unconfigure()
918 pci_config_teardown(&ixgbe->osdep.cfg_handle); in ixgbe_unconfigure()
995 pci_config_get16(osdep->cfg_handle, PCI_CONF_VENID); in ixgbe_identify_hardware()
997 pci_config_get16(osdep->cfg_handle, PCI_CONF_DEVID); in ixgbe_identify_hardware()
999 pci_config_get8(osdep->cfg_handle, PCI_CONF_REVID); in ixgbe_identify_hardware()
1001 pci_config_get16(osdep->cfg_handle, PCI_CONF_SUBSYSID); in ixgbe_identify_hardware()
1003 pci_config_get16(osdep->cfg_handle, PCI_CONF_SUBVENID); in ixgbe_identify_hardware()
H A Dixgbe_debug.c182 handle = ixgbe->osdep.cfg_handle; in ixgbe_pci_dump()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2372 fco_handle_t fco_handle, *cfg_handle; in opl_probe_leaf() local
2389 cfg_handle = &board_cfg->cfg_cmuch_handle; in opl_probe_leaf()
2393 cfg_handle = &board_cfg->cfg_pcich_handle[channel][leaf]; in opl_probe_leaf()
2478 *cfg_handle = fco_handle; in opl_probe_leaf()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c406 ddi_acc_handle_t cfg_handle; in wpi_attach() local
451 &wpi_reg_accattr, &cfg_handle); in wpi_attach()
457 sc->sc_rev = ddi_get8(cfg_handle, in wpi_attach()
459 ddi_put8(cfg_handle, (uint8_t *)(cfg_base + 0x41), 0); in wpi_attach()
460 sc->sc_clsz = ddi_get16(cfg_handle, in wpi_attach()
462 ddi_regs_map_free(&cfg_handle); in wpi_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c447 handle = bgep->cfg_handle; in bge_driverinfo_update()
452 if (bge_check_acc_handle(bgep, bgep->cfg_handle) != DDI_FM_OK) { in bge_driverinfo_update()
H A Dbge_impl.h748 ddi_acc_handle_t cfg_handle; /* DDI I/O handle */ member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h381 ddi_acc_handle_t cfg_handle; /* DDI I/O handle */ member
H A Drge_main.c1491 pci_config_teardown(&rgep->cfg_handle); in rge_unattach()
1629 err = pci_config_setup(devinfo, &rgep->cfg_handle); in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h697 ddi_acc_handle_t cfg_handle; /* DDI I/O handle */ member
H A Dnge_main.c2291 pci_config_teardown(&ngep->cfg_handle); in nge_unattach()
2403 err = pci_config_setup(devinfo, &ngep->cfg_handle); in nge_attach()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c7380 int cfg_handle; in vds_do_attach() local
7404 cfg_handle = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, in vds_do_attach()
7435 VDS_SET_MDEG_PROP_INST(pspecp, cfg_handle); in vds_do_attach()

12