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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmega_common.h90 #define SCB_RESET 0x0010 /* Got a reset for this one */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.h250 #define SCB_RESET 0x0010 /* Got a reset for this one */ macro
H A Daic7xxx_old.c657 SCB_RESET = 0x0040, enumerator in enum:__anon6438
2707 if (scb->flags & (SCB_RESET|SCB_ABORT))
3194 prev_scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE;
3202 SCB_RESET | SCB_QUEUED_FOR_DONE, /* requeue */ FALSE, NULL);
3229 prev_scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE;
3274 scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE;
3332 scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE;
3434 scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE;
6270 scb->flags &= ~(SCB_QUEUED_FOR_DONE | SCB_RESET | SCB_ABORT |
6280 scb->flags &= ~(SCB_ABORT|SCB_RESET);
[all...]
H A Dmegaraid.c1489 if( scb->state & SCB_RESET ) {
2000 rval = megaraid_abort_and_reset(adapter, cmd, SCB_RESET);

Completed in 89 milliseconds