Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommctrl.c545 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
549 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
552 case SRB_DataIn: in aac_send_raw_srb()
790 if (flags & SRB_DataIn) { in aac_send_raw_srb()
Daacraid.h1506 #define SRB_DataIn 0x0040 macro
Daachba.c1236 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()
1239 flag = SRB_DataIn; in aac_scsi_common()