Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c858 pp->port_wq_thread.thr_port = pp; in usbser_attach_ports()
863 pp->port_rq_thread.thr_port = pp; in usbser_attach_ports()
1866 usbser_port_t *pp = thr->thr_port; in usbser_thr_dispatch()
1888 usbser_port_t *pp = thr->thr_port; in usbser_thr_cancel()
1909 ASSERT(mutex_owned(&thr->thr_port->port_mutex)); in usbser_thr_wake()
1923 usbser_port_t *pp = thr->thr_port; in usbser_wq_thread()
1970 usbser_port_t *pp = thr->thr_port; in usbser_rq_thread()
/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h56 usbser_port_t *thr_port; /* port owner of this thread */ member