Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Dcommctrl.c540 switch (flags & (SRB_DataIn | SRB_DataOut)) { in aac_send_raw_srb()
541 case SRB_DataOut: in aac_send_raw_srb()
544 case (SRB_DataIn | SRB_DataOut): in aac_send_raw_srb()
684 if (flags & SRB_DataOut) { in aac_send_raw_srb()
745 if (flags & SRB_DataOut) { in aac_send_raw_srb()
800 if (flags & SRB_DataOut) { in aac_send_raw_srb()
857 if (flags & SRB_DataOut) { in aac_send_raw_srb()
898 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()