Home
last modified time | relevance | path

Searched refs:srbcmd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/aacraid/
H A Dcommctrl.c483 struct aac_srb *srbcmd = NULL; in aac_send_raw_srb() local
631 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb()
635 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); // Force this in aac_send_raw_srb()
636 srbcmd->channel = cpu_to_le32(user_srbcmd->channel); in aac_send_raw_srb()
637 srbcmd->id = cpu_to_le32(user_srbcmd->id); in aac_send_raw_srb()
638 srbcmd->lun = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()
639 srbcmd->timeout = cpu_to_le32(user_srbcmd->timeout); in aac_send_raw_srb()
640 srbcmd->flags = cpu_to_le32(flags); in aac_send_raw_srb()
641 srbcmd->retry_limit = 0; // Obsolete parameter in aac_send_raw_srb()
642 srbcmd in aac_send_raw_srb()
[all...]
H A Dcommsup.c2156 struct aac_srb *srbcmd; in aac_send_wellness_command() local
2178 srbcmd = (struct aac_srb *)fib_data(fibptr); in aac_send_wellness_command()
2180 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); in aac_send_wellness_command()
2181 srbcmd->channel = cpu_to_le32(vbus); in aac_send_wellness_command()
2182 srbcmd->id = cpu_to_le32(vid); in aac_send_wellness_command()
2183 srbcmd->lun = 0; in aac_send_wellness_command()
2184 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()
2185 srbcmd->timeout = cpu_to_le32(10); in aac_send_wellness_command()
2186 srbcmd->retry_limit = 0; in aac_send_wellness_command()
2187 srbcmd in aac_send_wellness_command()
[all...]