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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c691 int next_function; local
695 &next_function) != DDI_SUCCESS)
701 if (next_function == 0) {
706 func = next_function;
4561 int next_function; local
4567 &next_function) != DDI_SUCCESS)
4570 j = next_function;
4572 if (next_function == 0)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2276 uint16_t cap_ptr, next_function; local
2297 next_function = (val >> PCIE_ARI_CAP_NEXT_FUNC_SHIFT) &
2302 *func = next_function;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c821 int next_function; local
825 &next_function) != DDI_SUCCESS)
831 if (next_function == 0) {
836 func = next_function;
5308 int next_function; local
5314 &next_function) != DDI_SUCCESS)
5317 j = next_function;
5319 if (next_function == 0)

Completed in 91 milliseconds