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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h184 uchar_t ep_cfgidx; /* cfg index */ member in struct:ugen_ep
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1515 epp->ep_cfgidx = cfgidx;
1811 (epp->ep_cfgidx == cfgidx) &&
1844 epp->ep_cfgidx, epp->ep_if, epp->ep_alt);
1862 ASSERT(epp->ep_cfgidx == new_cfgidx);
1918 epp->ep_cfgidx = (uchar_t)new_cfgidx;
1977 dev_cfg = &ugenp->ug_dev_data->dev_cfg[epp->ep_cfgidx];

Completed in 65 milliseconds