Home
last modified time | relevance | path

Searched refs:SRB_COMPLETED (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/amd/
HDamd.h263 #define SRB_COMPLETED BIT(11) macro
HDamd.c1169 pSRB->SRBState = SRB_COMPLETED; in amd_StatusPhase0()
1799 || !(srb->SRBState & (SRB_DISCONNECT | SRB_COMPLETED))) { in amd_Disconnect()
1806 } else if (srb->SRBState & SRB_COMPLETED) { in amd_Disconnect()
/dragonfly/sys/dev/disk/trm/
HDtrm.h296 #define SRB_COMPLETED 0x0800 macro
HDtrm.c1776 pSRB->SRBState = SRB_COMPLETED; in trm_StatusPhase0()
2381 !(pSRB->SRBState & (SRB_DISCONNECT+SRB_COMPLETED))) { in trm_Disconnect()
2397 } else if (pSRB->SRBState & SRB_COMPLETED) { in trm_Disconnect()