Home
last modified time | relevance | path

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

/Linux-v4.19/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()
688 if (flags & SRB_DataOut) { in aac_send_raw_srb()
749 if (flags & SRB_DataOut) { in aac_send_raw_srb()
804 if (flags & SRB_DataOut) { in aac_send_raw_srb()
861 if (flags & SRB_DataOut) { in aac_send_raw_srb()
900 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daacraid.h2053 #define SRB_DataOut 0x0080 macro
Daachba.c1498 flag = SRB_DataOut; in aac_scsi_common()
1501 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()
Dcommsup.c2336 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()