Searched refs:thr_req (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c259 thr->thr_req = 0;
674 while (thr->thr_req == 0) {
677 if (thr->thr_req & SCSA1394_THREQ_EXIT) {
680 if (thr->thr_req & SCSA1394_THREQ_BUS_RESET) {
681 thr->thr_req &= ~SCSA1394_THREQ_BUS_RESET;
687 if (thr->thr_req & SCSA1394_THREQ_RECONNECT) {
688 thr->thr_req &= ~SCSA1394_THREQ_RECONNECT;
694 if (thr->thr_req & SCSA1394_THREQ_TASK_STATUS) {
695 thr->thr_req &= ~SCSA1394_THREQ_TASK_STATUS;
701 if (thr->thr_req
[all...]
H A Dhba.c2593 thr->thr_req |= SCSA1394_THREQ_EXIT;
2614 thr->thr_req |= req;
2624 thr->thr_req &= ~mask;
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h70 int thr_req; /* request mask */ member in struct:scsa1394_thread

Completed in 67 milliseconds