Home
last modified time | relevance | path

Searched refs:MsgInBuf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/trm/
H A Dtrm.c2039 if ((pSRB->MsgInBuf[1] != 2)) { in trm_MsgInPhase0()
2057 if (pSRB->MsgInBuf[3] > 2) { in trm_MsgInPhase0()
2075 if (pSRB->MsgInBuf[3] == 2) { in trm_MsgInPhase0()
2076 pSRB->MsgInBuf[3] = 1; in trm_MsgInPhase0()
2089 if (pSRB->MsgInBuf[3] != 0) { in trm_MsgInPhase0()
2101 pSRB->MsgInBuf[3] = 0; in trm_MsgInPhase0()
2126 if ((pSRB->MsgInBuf[1] != 3) || in trm_MsgInPhase0()
2127 (pSRB->MsgInBuf[2] != 1)) { in trm_MsgInPhase0()
2141 } else if (!(pSRB->MsgInBuf[3]) || !(pSRB->MsgInBuf[4])) { in trm_MsgInPhase0()
2183 if (pSRB->MsgInBuf[3] <= in trm_MsgInPhase0()
[all …]
H A Dtrm.h168 u_int8_t MsgInBuf[6]; member
/dragonfly/sys/dev/disk/amd/
H A Damd.c1537 pSRB->MsgInBuf[0] = bval;
1539 pSRB->pMsgPtr = &pSRB->MsgInBuf[1];
1555 if ((pSRB->MsgInBuf[0] >= MSG_SIMPLE_Q_TAG)
1559 pSRB = &amd->SRB_array[pSRB->MsgInBuf[1]];
1578 if ((pSRB->MsgInBuf[1] != 3)
1581 pSRB->MsgInBuf[0] = MSG_MESSAGE_REJECT;
1583 } else if (!(pSRB->MsgInBuf[3])
1584 || !(pSRB->MsgInBuf[4])) {
1613 pDCB->SyncOffset |= pSRB->MsgInBuf[4];
1616 pDCB->MaxNegoPeriod = pSRB->MsgInBuf[3];
[all …]