Home
last modified time | relevance | path

Searched refs:next_function (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c705 int next_function; in pcicfg_configure() local
709 &next_function) != DDI_SUCCESS) in pcicfg_configure()
715 if (next_function == 0) { in pcicfg_configure()
720 func = next_function; in pcicfg_configure()
4294 int next_function; in pcicfg_probe_bridge() local
4300 &next_function) != DDI_SUCCESS) in pcicfg_probe_bridge()
4303 j = next_function; in pcicfg_probe_bridge()
4305 if (next_function == 0) in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c821 int next_function; in pcicfg_configure() local
825 &next_function) != DDI_SUCCESS) in pcicfg_configure()
831 if (next_function == 0) { in pcicfg_configure()
836 func = next_function; in pcicfg_configure()
5311 int next_function; in pcicfg_probe_bridge() local
5317 &next_function) != DDI_SUCCESS) in pcicfg_probe_bridge()
5320 j = next_function; in pcicfg_probe_bridge()
5322 if (next_function == 0) in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2952 uint16_t cap_ptr, next_function; in pcie_ari_get_next_function() local
2973 next_function = (val >> PCIE_ARI_CAP_NEXT_FUNC_SHIFT) & in pcie_ari_get_next_function()
2978 *func = next_function; in pcie_ari_get_next_function()