Home
last modified time | relevance | path

Searched refs:pcicfg_pcie_dev (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c626 pcicfg_pcie_dev(dev_info_t *dip, int bus_type, pcicfg_err_regs_t *regs) in pcicfg_pcie_dev() function
4061 if (pcicfg_pcie_dev(new_child, PCICFG_DEVICE_TYPE_PCIE, &regs) in pcicfg_probe_children()
4305 if (pcicfg_pcie_dev(parent, PCICFG_DEVICE_TYPE_PCIE, &parent_regs) in pcicfg_fcode_probe()
4400 if (pcicfg_pcie_dev(new_child, PCICFG_DEVICE_TYPE_PCIE, &regs) in pcicfg_fcode_probe()
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c266 static int pcicfg_pcie_dev(dev_info_t *, ddi_acc_handle_t);
3719 if (pcicfg_pcie_dev(new_child, config_handle) == DDI_SUCCESS) { in pcicfg_probe_children()
5136 pcicfg_pcie_dev(dev_info_t *dip, ddi_acc_handle_t handle) in pcicfg_pcie_dev() function