Home
last modified time | relevance | path

Searched refs:PCI_REG_FUNC_G (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm.c245 PCI_REG_DEV_G(regs[0]), PCI_REG_FUNC_G(regs[0])); in pcieadm_find_dip_cb()
248 PCI_REG_FUNC_G(regs[0])); in pcieadm_find_dip_cb()
520 pck->pck_func = PCI_REG_FUNC_G(regs[0]); in pcieadm_init_cfgspace_kernel()
H A Dpcieadm_devs.c426 oarg.psdo_func = PCI_REG_FUNC_G(regs[0]); in pcieadm_show_devs_walk_cb()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c369 np->dp_fn = PCI_REG_FUNC_G(reg); in did_create()
371 PCI_REG_FUNC_G(reg); in did_create()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c100 *func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in gfxp_pci_get_bsf()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mcdi.c255 PCI_REG_FUNC_G(sp->s_bus_addr), in sfxge_mcdi_logger()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c349 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi); in px_name_child()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c316 func = PCI_REG_FUNC_G(pcmu_rp[0].pci_phys_hi); in name_child()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c206 dev->pci_function = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in oce_get_bdf()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c899 function = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in cbus_configure()
1002 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in cbus_unconfigure()
H A Dcardbus_cfg.c3197 PCI_REG_FUNC_G(reg->pci_phys_hi));
3206 PCI_REG_FUNC_G(reg->pci_phys_hi),
3233 PCI_REG_FUNC_G(reg->pci_phys_hi));
3383 PCI_REG_FUNC_G(reg->pci_phys_hi), 0);
3527 PCI_REG_FUNC_G(reg->pci_phys_hi),
H A Dcardbus.c1012 function = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in cardbus_ctlops()
1343 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in cardbus_name_child()
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c244 funcnum = PCI_REG_FUNC_G(regval); in i_match_pcibdf()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1194 #define PCI_REG_FUNC_G(x) (((x) & PCI_REG_FUNC_M) >> PCI_REG_FUNC_SHIFT) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c348 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi); in name_child()
H A Dsimba.c683 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in simba_name_child()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c481 cfp->c_funcnum = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in pci_bus_map()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c801 cpqary3p->fun = PCI_REG_FUNC_G(*regp); in cpqary3_update_ctlrdetails()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_admin.c324 ehi->ehi_bdf |= PCI_REG_FUNC_G(regs[0]); in ena_init_host_info()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c2345 imc_stub_table[i].imcs_pcifunc == PCI_REG_FUNC_G(regs[0])) { in imc_stub_scan_cb()
2521 imc_stub_table[i].imcs_pcifunc == PCI_REG_FUNC_G(regs[0])) { in imc_attach_stub()
2556 stub->istub_func = PCI_REG_FUNC_G(regs[0]); in imc_attach_stub()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c248 *func = (int)PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in get_bdf()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c625 func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in ppb_name_child()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1060 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in pcie_hp_match_dev_func()
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c670 cfp->c_funcnum = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in npe_bus_map()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c696 PCI_REG_FUNC_G(props[0])); in BnxeAttachDevice()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2917 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in pcicfg_match_dev()
3076 PCI_REG_FUNC_G(reg->pci_phys_hi), reg_offset); in pcicfg_update_reg_prop()
3155 PCI_REG_FUNC_G(reg->pci_phys_hi), reg_offset); in pcicfg_update_assigned_prop_value()

12