Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1834 uint_t new_alt = UGEN_MINOR_ALT(ugenp, dev); in ugen_epxs_switch_cfg_alt() local
1847 new_cfgidx, new_if, new_alt, epp->ep_state); in ugen_epxs_switch_cfg_alt()
1850 if ((new_if == 0) && (new_alt == 0) && in ugen_epxs_switch_cfg_alt()
1861 ASSERT(epp->ep_alt == new_alt); in ugen_epxs_switch_cfg_alt()
1930 if ((switched && (new_alt > 0)) || in ugen_epxs_switch_cfg_alt()
1935 if (switched || (alt != new_alt)) { in ugen_epxs_switch_cfg_alt()
1943 new_alt, USB_FLAGS_SLEEP, NULL, NULL)) != in ugen_epxs_switch_cfg_alt()
1948 "(%d) failed (%d)", new_alt, rval); in ugen_epxs_switch_cfg_alt()
1957 epp->ep_alt = (uchar_t)new_alt; in ugen_epxs_switch_cfg_alt()