Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/amd/
H A Damd.h255 #define SRB_MSGIN BIT(3) macro
/dragonfly/sys/dev/disk/trm/
H A Dtrm.h288 #define SRB_MSGIN 0x0008 macro
H A Dtrm.c1886 pSRB->SRBState &= ~(SRB_DO_WIDE_NEGO+SRB_MSGIN); in trm_MsgInPhase0()
2082 ~(SRB_DO_WIDE_NEGO+SRB_MSGIN); in trm_MsgInPhase0()
2251 if (!(pSRB->SRBState & SRB_MSGIN)) { in trm_MsgInPhase1()
2253 pSRB->SRBState |= SRB_MSGIN; in trm_MsgInPhase1()