Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aacraid/
Dcommctrl.c522 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
523 case SRB_DataOut: in aac_send_raw_srb()
526 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
666 if (flags & SRB_DataOut) { in aac_send_raw_srb()
727 if (flags & SRB_DataOut) { in aac_send_raw_srb()
782 if (flags & SRB_DataOut) { in aac_send_raw_srb()
839 if (flags & SRB_DataOut) { in aac_send_raw_srb()
880 if (flags & SRB_DataOut) { in aac_send_raw_srb()
Daachba.c1489 flag = SRB_DataOut; in aac_scsi_common()
1492 flag = SRB_DataIn | SRB_DataOut; in aac_scsi_common()
Daacraid.h2044 #define SRB_DataOut 0x0080 macro
Dcommsup.c2312 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()