/src/sys/dev/ic/ |
oosiop.c | 549 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 in function:oosiop_msgin 1276 msgout = 0 [all...] |
oosiopvar.h | 40 uint8_t msgout[8]; member in struct:oosiop_xfer 51 #define OOSIOP_MSGOUTOFF OOSIOP_XFEROFF(msgout[0])
|
osiopvar.h | 109 uint8_t msgout[8]; /* 216: message out buf */ member in struct:osiop_ds 123 #define OSIOP_DSIDOFF OSIOP_DSOFF(msgout[0])
|
osiop.c | 925 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;
|
ninjascsi32.c | 1735 u_int32_t msgout = 0; local in function:njsc32_msgin 2089 msgout = njsc32_get_auto_msgout(sc); 2106 njsc32_write_4(sc, NJSC32_REG_SCSI_MSG_OUT, msgout);
|
/src/sys/arch/amiga/dev/ |
siop2.c | 784 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[3] = MSG_SYNC_REQ [all...] |
siopvar.h | 92 u_char msgout[6]; member in struct:siop_acb
|
siop.c | 755 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[0] & 0x07) [all...] |
/src/sys/arch/atari/dev/ |
ncr5380.c | 135 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 = MSG_ABORT [all...] |
ncr5380reg.h | 195 uint8_t msgout; /* message to send when requested */ member in struct:req_q
|
/src/sys/arch/mac68k/dev/ |
ncr5380.c | 131 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 = MSG_ABORT [all...] |
ncr5380reg.h | 195 u_char msgout; /* message to send when requested */ member in struct:req_q
|
/src/sys/dev/isa/ |
seagate.c | 1007 * The SCSI standard suggests that in MSGOUT phase, the 1255 u_char msgout = MSG_NOOP; local in function:sea_information_transfer 1301 msgout = MSG_ABORT; 1421 data = &msgout; 1422 /* sea->last_message = msgout; */ 1424 if (msgout == MSG_ABORT) { 1437 msgout = MSG_NOOP;
|