Searched refs:msgout (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Doosiop.c549 offsetof(struct oosiop_xfer, msgout[0]));
796 /* Setup msgout buffer */
799 xfer->msgout[0] = MSG_IDENTIFY(cb->lun,
805 xfer->msgout[1] = MSG_EXTENDED;
806 xfer->msgout[2] = MSG_EXT_SDTR_LEN;
807 xfer->msgout[3] = MSG_EXT_SDTR;
808 xfer->msgout[4] = sc->sc_minperiod;
809 xfer->msgout[5] = OOSIOP_MAX_OFFSET;
1272 int msgout; local
1276 msgout
[all...]
H A Doosiopvar.h40 uint8_t msgout[8]; member in struct:oosiop_xfer
51 #define OOSIOP_MSGOUTOFF OOSIOP_XFEROFF(msgout[0])
H A Dosiopvar.h109 uint8_t msgout[8]; /* 216: message out buf */ member in struct:osiop_ds
123 #define OSIOP_DSIDOFF OSIOP_DSOFF(msgout[0])
H A Dosiop.c925 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect);
951 ds->msgout[1] = MSG_EXTENDED;
952 ds->msgout[2] = MSG_EXT_SDTR_LEN;
953 ds->msgout[3] = MSG_EXT_SDTR;
954 ds->msgout[4] = sc->sc_minsync;
955 ds->msgout[5] = OSIOP_MAX_OFFSET;
H A Dninjascsi32.c1735 u_int32_t msgout = 0; local
2089 msgout = njsc32_get_auto_msgout(sc);
2106 njsc32_write_4(sc, NJSC32_REG_SCSI_MSG_OUT, msgout);
/netbsd-current/sys/arch/amiga/dev/
H A Dsiop2.c784 acb->msgout[0] = MSG_IDENTIFY | lun;
787 acb->msgout[0] = MSG_IDENTIFY_DR | lun;
794 acb->ds.idbuf = (char *) kvtop(&acb->msgout[0]);
823 acb->msgout[1] = MSG_EXT_MESSAGE;
824 acb->msgout[2] = 2;
825 acb->msgout[3] = MSG_WIDE_REQ;
826 acb->msgout[4] = 1;
851 acb->msgout[1] = MSG_EXT_MESSAGE;
852 acb->msgout[2] = 3;
853 acb->msgout[
[all...]
H A Dsiopvar.h92 u_char msgout[6]; member in struct:siop_acb
H A Dsiop.c755 acb->msgout[0] = MSG_IDENTIFY | lun;
758 acb->msgout[0] = MSG_IDENTIFY_DR | lun;
764 acb->ds.idbuf = (char *) kvtop(&acb->msgout[0]);
797 acb->msgout[1] = MSG_EXT_MESSAGE;
798 acb->msgout[2] = 3;
799 acb->msgout[3] = MSG_SYNC_REQ;
801 acb->msgout[4] = 50 / 4; /* ask for ridiculous period */
803 acb->msgout[4] = sc->sc_minsync;
805 acb->msgout[5] = SIOP_MAX_OFFSET;
1316 reselun != (acb->msgout[
[all...]
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380.c135 reqp->msgout = msg;
309 reqp->msgout = MSG_NOOP;
377 tmp->msgout = MSG_NOOP;
1012 if ((reqp->msgout == MSG_ABORT) &&
1027 reqp->msgout = MSG_ABORT;
1048 reqp->msgout = MSG_ABORT;
1084 transfer_pio(&phase, &reqp->msgout, &len, 0);
1085 if (reqp->msgout == MSG_ABORT) {
1094 reqp->msgout = MSG_NOOP;
1585 reqp->msgout
[all...]
H A Dncr5380reg.h195 uint8_t msgout; /* message to send when requested */ member in struct:req_q
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380.c131 reqp->msgout = msg;
301 reqp->msgout = MSG_NOOP;
370 tmp->msgout = MSG_NOOP;
989 if ((reqp->msgout == MSG_ABORT)
1003 reqp->msgout = MSG_ABORT;
1023 reqp->msgout = MSG_ABORT;
1060 transfer_pio(&phase, &reqp->msgout, &len, 0);
1061 if (reqp->msgout == MSG_ABORT) {
1070 reqp->msgout = MSG_NOOP;
1551 reqp->msgout
[all...]
H A Dncr5380reg.h195 u_char msgout; /* message to send when requested */ member in struct:req_q
/netbsd-current/sys/dev/isa/
H A Dseagate.c1255 u_char msgout = MSG_NOOP; local
1301 msgout = MSG_ABORT;
1421 data = &msgout;
1422 /* sea->last_message = msgout; */
1424 if (msgout == MSG_ABORT) {
1437 msgout = MSG_NOOP;

Completed in 290 milliseconds