Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtrm.c249 pSRB->SRBState = TRM_READY; in trm_RewaitSRB()
694 pSRB->SRBState = TRM_MSGOUT; in trm_StartSRB()
722 pSRB->SRBState = TRM_START; in trm_StartSRB()
840 switch (pSRB->SRBState) { in trm_MsgOutPhase0()
942 pSRB->SRBState = TRM_COMMAND; in trm_CommandPhase1()
1344 pSRB->SRBState = TRM_STATUS; in trm_StatusPhase1()
1477 pSRB->SRBState = TRM_FREE; in trm_MsgInPhase0()
1514 pSRB->SRBState = TRM_FREE; in trm_MsgInPhase0()
1571 pSRB->SRBState = TRM_FREE; in trm_MsgInPhase0()
1751 switch (pSRB->SRBState) { in trm_Disconnect()
[all …]
H A Dtrm.h77 u_int16_t SRBState; /* State machine */ member