Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aacraid/
Dcommctrl.c547 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
548 case SRB_DataOut: in aac_send_raw_srb()
551 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
622 if (flags & SRB_DataOut) { in aac_send_raw_srb()
674 if (flags & SRB_DataOut) { in aac_send_raw_srb()
728 if (flags & SRB_DataOut) { in aac_send_raw_srb()
764 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daacraid.h1595 #define SRB_DataOut 0x0080 macro
Daachba.c1417 flag = SRB_DataOut; in aac_scsi_common()
1420 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()