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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1837 uint_t new_cfgidx = UGEN_MINOR_CFGIDX(ugenp, dev); local
1847 new_cfgidx, new_if, new_alt, epp->ep_state);
1862 ASSERT(epp->ep_cfgidx == new_cfgidx);
1883 if (new_cfgidx != cur_cfgidx) {
1903 new_cfgidx, USB_FLAGS_SLEEP, NULL,
1918 epp->ep_cfgidx = (uchar_t)new_cfgidx;
1931 ((ugenp->ug_dev_data->dev_cfg[new_cfgidx].
1937 new_cfgidx) != USB_SUCCESS) {

Completed in 50 milliseconds