Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommctrl.c556 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
557 case SRB_DataOut: in aac_send_raw_srb()
560 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
631 if (flags & SRB_DataOut) { in aac_send_raw_srb()
683 if (flags & SRB_DataOut) { in aac_send_raw_srb()
737 if (flags & SRB_DataOut) { in aac_send_raw_srb()
773 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()