Home
last modified time | relevance | path

Searched refs:USBA_PH_FLAG_TQ_SHARE (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h145 #define USBA_PH_FLAG_TQ_SHARE 0x2 /* Shared TaskQ for callbacks */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c485 if (ph_data->p_spec_flag & USBA_PH_FLAG_TQ_SHARE) { in usba_init_pipe_handle()
634 if (ph_data->p_spec_flag & USBA_PH_FLAG_TQ_SHARE) { in usba_destroy_pipe_handle()
642 ph_data->p_spec_flag &= ~USBA_PH_FLAG_TQ_SHARE; in usba_destroy_pipe_handle()
935 ph_data->p_spec_flag |= USBA_PH_FLAG_TQ_SHARE; in usb_pipe_xopen()
H A Dhcdi.c556 if (ph_data->p_spec_flag & USBA_PH_FLAG_TQ_SHARE) { in usba_hcdi_cb()