Searched defs:cfgh (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c257 ddi_acc_handle_t cfgh; local
294 0, 0, &ipw2100_csr_accattr, &cfgh);
300 ddi_put8(cfgh, (uint8_t *)(regs + 0x41), 0);
301 ddi_regs_map_free(&cfgh);
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c291 ddi_acc_handle_t cfgh; local
300 0, 0, &ipw2200_csr_accattr, &cfgh);
307 ddi_put8(cfgh, (uint8_t *)(regs + 0x41), 0);
308 sc->sc_vendor = ddi_get16(cfgh,
310 sc->sc_device = ddi_get16(cfgh,
312 sc->sc_subven = ddi_get16(cfgh,
314 sc->sc_subdev = ddi_get16(cfgh,
321 ddi_regs_map_free(&cfgh);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h89 * @cfgh: Configuration space handle (Solaris), or PCI device @pdev (Linux).
103 pci_cfg_h cfgh; member in struct:xge_hal_device_attr_t
336 pci_cfg_h cfgh; member in struct:__anon6599
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c1646 uint64_t cfgh; local
1718 if (md_get_prop_val(mdp, listp[i], "cfg-handle", &cfgh) != 0) {
1725 if (inst != cfgh)
H A Dvnet_gen.c1294 uint64_t cfgh; local
1338 if (md_get_prop_val(mdp, listp[i], "cfg-handle", &cfgh) != 0) {
1343 if (vgenp->regprop != cfgh)

Completed in 105 milliseconds