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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h182 #define USBA_N_ENDPOINTS 32 macro
246 struct usba_ph_impl usb_ph_list[USBA_N_ENDPOINTS];
334 taskq_t *usb_shared_taskq[USBA_N_ENDPOINTS];
336 [USBA_N_ENDPOINTS];
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c246 wsp->walk_data = mdb_alloc((sizeof (usba_ph_impl_t)) * USBA_N_ENDPOINTS,
254 (sizeof (usba_ph_impl_t)) * USBA_N_ENDPOINTS,
277 while ((index < USBA_N_ENDPOINTS) &&
283 if (index >= USBA_N_ENDPOINTS) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c507 USBA_N_ENDPOINTS + 4, /* maxalloc */
1631 (i < USBA_N_ENDPOINTS); i++) {
1682 for (i = (USBA_N_ENDPOINTS - 1); i >= 0; i--) {
H A Dusba.c613 for (ep_idx = 0; ep_idx < USBA_N_ENDPOINTS; ep_idx++) {
684 for (ep_idx = 0; ep_idx < USBA_N_ENDPOINTS; ep_idx++) {
817 for (i = 0; i < USBA_N_ENDPOINTS; i++) {
3072 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) {
H A Dusbai_util.c574 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) {
H A Dhubdi.c8963 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) {

Completed in 449 milliseconds