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()
682 if (flags & SRB_DataOut) { in aac_send_raw_srb()
736 if (flags & SRB_DataOut) { in aac_send_raw_srb()
772 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daacraid.h1609 #define SRB_DataOut 0x0080 macro
Daachba.c1409 flag = SRB_DataOut; in aac_scsi_common()
1412 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()