Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c562 int i, ph_open_cnt; in usba_sync_set_cfg() local
574 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) { in usba_sync_set_cfg()
576 ph_open_cnt++; in usba_sync_set_cfg()
581 if (ph_open_cnt || ddi_get_child(dip)) { in usba_sync_set_cfg()
H A Dusba.c3093 int i, ph_open_cnt, req_wrp_leaks, iface; in usba_check_for_leaks() local
3105 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) { in usba_check_for_leaks()
3117 ph_open_cnt++; in usba_check_for_leaks()
3129 ASSERT(ph_open_cnt == 0); in usba_check_for_leaks()
H A Dhubdi.c8880 int i, ph_open_cnt; in usba_hubdi_reset_device() local
8963 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) { in usba_hubdi_reset_device()
8965 ph_open_cnt++; in usba_hubdi_reset_device()
8969 if (ph_open_cnt) { in usba_hubdi_reset_device()
8972 ph_open_cnt); in usba_hubdi_reset_device()