Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommctrl.c545 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
546 case SRB_DataOut: in aac_send_raw_srb()
549 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
620 if (flags & SRB_DataOut) { in aac_send_raw_srb()
672 if (flags & SRB_DataOut) { in aac_send_raw_srb()
723 if (flags & SRB_DataOut) { in aac_send_raw_srb()
759 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daacraid.h1507 #define SRB_DataOut 0x0080 macro
Daachba.c1233 flag = SRB_DataOut; in aac_scsi_common()
1236 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()