Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h347 taskq_t *usb_shared_taskq[USBA_N_ENDPOINTS]; member
412 usba_device::usb_shared_taskq))
/onnv-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c500 usba_device->usb_shared_taskq[iface] = in usba_init_pipe_handle()
507 ASSERT(usba_device->usb_shared_taskq[iface] != NULL); in usba_init_pipe_handle()
630 if (taskq_member(usba_device->usb_shared_taskq[iface], in usba_destroy_pipe_handle()
635 usba_device->usb_shared_taskq[iface], in usba_destroy_pipe_handle()
639 usba_device->usb_shared_taskq[iface]); in usba_destroy_pipe_handle()
H A Dhcdi.c557 if (taskq_dispatch(usba_device->usb_shared_taskq[iface], in usba_hcdi_cb()