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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h56 usbser_port_t *thr_port; /* port owner of this thread */ member in struct:usbser_thread
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c858 pp->port_wq_thread.thr_port = pp;
863 pp->port_rq_thread.thr_port = pp;
1866 usbser_port_t *pp = thr->thr_port;
1887 usbser_port_t *pp = thr->thr_port;
1908 ASSERT(mutex_owned(&thr->thr_port->port_mutex));
1922 usbser_port_t *pp = thr->thr_port;
1969 usbser_port_t *pp = thr->thr_port;

Completed in 64 milliseconds