Home
last modified time | relevance | path

Searched refs:MsgCnt (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dtrm.c683 sc->MsgCnt = 1; in trm_StartSRB()
710 sc->MsgCnt = 0; in trm_StartSRB()
716 sc->MsgBuf[sc->MsgCnt++] = MSG_SIMPLE_Q_TAG; in trm_StartSRB()
717 sc->MsgBuf[sc->MsgCnt++] = pSRB->TagNumber; in trm_StartSRB()
727 if (sc->MsgCnt > 0) { in trm_StartSRB()
729 if (sc->MsgCnt > 1) { in trm_StartSRB()
731 bus_space_write_multi_1(iot, ioh, TRM_S1040_SCSI_FIFO, &sc->MsgBuf[1], sc->MsgCnt - 1); in trm_StartSRB()
733 sc->MsgCnt = 0; in trm_StartSRB()
886 sc->MsgCnt = 5; in trm_MsgOutPhase1()
893 sc->MsgCnt = 0; in trm_MsgOutPhase1()
[all …]
Dtrm.h206 u_int8_t MsgCnt; member