Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommctrl.c529 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
530 case SRB_DataOut: in aac_send_raw_srb()
533 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
673 if (flags & SRB_DataOut) { in aac_send_raw_srb()
734 if (flags & SRB_DataOut) { in aac_send_raw_srb()
789 if (flags & SRB_DataOut) { in aac_send_raw_srb()
846 if (flags & SRB_DataOut) { in aac_send_raw_srb()
885 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daacraid.h2040 #define SRB_DataOut 0x0080 macro
Daachba.c1484 flag = SRB_DataOut; in aac_scsi_common()
1487 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()
Dcommsup.c2323 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()