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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Ddc395x.h98 #define SRB_COMPLETED 0x0800 macro
H A Dtmscsim.h219 #define SRB_COMPLETED BIT11 macro
H A Dtmscsim.c963 pSRB->SRBState = SRB_COMPLETED;
1580 !(pSRB->SRBState & (SRB_DISCONNECT+SRB_COMPLETED)) )
1585 else if (!(pSRB->SRBState & SRB_DISCONNECT) && (pSRB->SRBState & SRB_COMPLETED))
H A Ddc395x.c2509 srb->state = SRB_COMPLETED;
2987 state & (SRB_DISCONNECT + SRB_COMPLETED))) {
2990 * SRB_START_ || SRB_MSGOUT || (!SRB_DISCONNECT && !SRB_COMPLETED)
3031 } else if (srb->state & SRB_COMPLETED) {
3034 ** SRB_COMPLETED

Completed in 90 milliseconds