Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c719 SCB_MSGOUT_SENT = 0x0200, enumerator
723 SCB_MSGOUT_SENT |
5110 scb->flags |= SCB_MSGOUT_SENT; in aic7xxx_handle_seqint()
5520 if ( (scb->flags & (SCB_MSGOUT_SENT|SCB_MSGOUT_SDTR)) != in aic7xxx_parse_msg()
5521 (SCB_MSGOUT_SENT|SCB_MSGOUT_SDTR) ) in aic7xxx_parse_msg()
5647 if ( (scb->flags & (SCB_MSGOUT_SENT|SCB_MSGOUT_WDTR)) == in aic7xxx_parse_msg()
5648 (SCB_MSGOUT_SENT|SCB_MSGOUT_WDTR) ) in aic7xxx_parse_msg()
5831 if ( (scb->flags & (SCB_MSGOUT_SENT|SCB_MSGOUT_PPR)) != in aic7xxx_parse_msg()
5832 (SCB_MSGOUT_SENT|SCB_MSGOUT_PPR) ) in aic7xxx_parse_msg()