Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aacraid/
Dcommctrl.c544 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
545 case SRB_DataOut: in aac_send_raw_srb()
548 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
619 if (flags & SRB_DataOut) { in aac_send_raw_srb()
671 if (flags & SRB_DataOut) { in aac_send_raw_srb()
722 if (flags & SRB_DataOut) { in aac_send_raw_srb()
758 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daachba.c1156 flag = SRB_DataOut; in aac_scsi_common()
1159 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()
Daacraid.h1460 #define SRB_DataOut 0x0080 macro