Home
last modified time | relevance | path

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

/onnv-gate/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.c3175 int i, ph_open_cnt, req_wrp_leaks, iface; in usba_check_for_leaks() local
3187 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) { in usba_check_for_leaks()
3199 ph_open_cnt++; in usba_check_for_leaks()
3211 ASSERT(ph_open_cnt == 0); in usba_check_for_leaks()
H A Dhubdi.c8896 int i, ph_open_cnt; in usba_hubdi_reset_device() local
8979 for (ph_open_cnt = 0, i = 1; i < USBA_N_ENDPOINTS; i++) { in usba_hubdi_reset_device()
8981 ph_open_cnt++; in usba_hubdi_reset_device()
8985 if (ph_open_cnt) { in usba_hubdi_reset_device()
8988 ph_open_cnt); in usba_hubdi_reset_device()