Searched defs:which_ep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1722 int which_ep; /* Endpoint counter. */ local
1756 for (which_ep = 0; which_ep < alt->altif_n_ep;
1757 which_ep++) {
1758 if (alt->altif_ep[which_ep].ep_descr.bLength == 0) {
1766 usba_dump_ep(which_ep, &alt->altif_ep[which_ep],
1791 * which_ep - index to display
1800 usba_dump_ep(uint_t which_ep, usb_ep_data_t *ep, usb_log_handle_t dump_handle, argument
1807 "\t endpoint[%d], epaddr=0x%x (0x%p)", which_ep,
[all...]

Completed in 47 milliseconds