Home
last modified time | relevance | path

Searched refs:usb_shared_taskq_ref_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h335 uchar_t usb_shared_taskq_ref_count member
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c501 if (usba_device->usb_shared_taskq_ref_count[iface] == 0) { in usba_init_pipe_handle()
511 usba_device->usb_shared_taskq_ref_count[iface]++; in usba_init_pipe_handle()
622 if (--usba_device->usb_shared_taskq_ref_count[iface] == 0) { in usba_destroy_pipe_handle()