Home
last modified time | relevance | path

Searched refs:MSG_EXT_SDTR_LEN (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/scsi/
Dscsi_message.h46 #define MSG_EXT_SDTR_LEN 0x03 macro
/openbsd/src/sys/dev/ic/
Dsiop_common.c650 siop_cmd->siop_tables->msg_out[offset + 1] = MSG_EXT_SDTR_LEN; in siop_sdtr_msg()
655 siop_htoc32(siop_cmd->siop_sc, offset + MSG_EXT_SDTR_LEN + 2); in siop_sdtr_msg()
Dosiop.c1000 ds->msgout[2] = MSG_EXT_SDTR_LEN;
1004 ds->id.count = MSG_EXT_SDTR_LEN + 3;
1185 ds->msgbuf[2] == MSG_EXT_SDTR_LEN &&
Doosiop.c866 xfer->msgout[2] = MSG_EXT_SDTR_LEN; in oosiop_setup()
1402 xfer->msgout[1] = MSG_EXT_SDTR_LEN; in oosiop_msgin()
Dtrm.c899 sc->MsgBuf[sc->MsgCnt++] = MSG_EXT_SDTR_LEN; in trm_MsgOutPhase1()
1574 if (sc->MsgBuf[1] != MSG_EXT_SDTR_LEN) in trm_MsgInPhase0()
Diha.c1922 if ((msglen == MSG_EXT_SDTR_LEN) && (msgcode == MSG_EXT_SDTR)) { in iha_msgin_extended()
2105 sc->HCS_Msg[0] = MSG_EXT_SDTR_LEN; in iha_msgout_sdtr()
Daic7xxx.c2503 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN; in ahc_construct_sdtr()
3090 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3102 if (ahc->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahc_parse_msg()
Daic79xx.c3781 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR_LEN; in ahd_construct_sdtr()
4325 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
4337 if (ahd->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahd_parse_msg()
/openbsd/src/sys/arch/luna88k/dev/
Dmb89352.c1175 sc->sc_omess[3] = MSG_EXT_SDTR_LEN; in spc_msgout()