Home
last modified time | relevance | path

Searched refs:MSG_EXT_WDTR_LEN (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/scsi/
Dscsi_message.h49 #define MSG_EXT_WDTR_LEN 0x02 macro
/openbsd/src/sys/dev/ic/
Dsiop_common.c662 siop_cmd->siop_tables->msg_out[offset + 1] = MSG_EXT_WDTR_LEN; in siop_wdtr_msg()
666 siop_htoc32(siop_cmd->siop_sc, offset + MSG_EXT_WDTR_LEN + 2); in siop_wdtr_msg()
Dtrm.c878 sc->MsgBuf[2] = MSG_EXT_WDTR_LEN; in trm_MsgOutPhase1()
1517 if (sc->MsgBuf[1] != MSG_EXT_WDTR_LEN) in trm_MsgInPhase0()
Diha.c1939 } else if ((msglen == MSG_EXT_WDTR_LEN) && (msgcode == MSG_EXT_WDTR)) { in iha_msgin_extended()
2087 sc->HCS_Msg[0] = MSG_EXT_WDTR_LEN; in iha_msgout_wdtr()
Daic7xxx.c2524 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR_LEN; in ahc_construct_wdtr()
3168 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg()
3180 if (ahc->msgin_index < (MSG_EXT_WDTR_LEN + 1)) in ahc_parse_msg()
Daic79xx.c3802 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_WDTR_LEN; in ahd_construct_wdtr()
4400 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg()
4412 if (ahd->msgin_index < (MSG_EXT_WDTR_LEN + 1)) in ahd_parse_msg()
/openbsd/src/sys/arch/luna88k/dev/
Dmb89352.c1188 sc->sc_omess[2] = MSG_EXT_WDTR_LEN; in spc_msgout()