Home
last modified time | relevance | path

Searched refs:srbcmd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.c2284 struct aac_srb *srbcmd; in aac_send_wellness_command() local
2306 srbcmd = (struct aac_srb *)fib_data(fibptr); in aac_send_wellness_command()
2308 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); in aac_send_wellness_command()
2309 srbcmd->channel = cpu_to_le32(vbus); in aac_send_wellness_command()
2310 srbcmd->id = cpu_to_le32(vid); in aac_send_wellness_command()
2311 srbcmd->lun = 0; in aac_send_wellness_command()
2312 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()
2313 srbcmd->timeout = cpu_to_le32(10); in aac_send_wellness_command()
2314 srbcmd->retry_limit = 0; in aac_send_wellness_command()
2315 srbcmd in aac_send_wellness_command()
[all...]
H A Daachba.c1481 struct aac_srb * srbcmd; in aac_scsi_common() local
1503 srbcmd = (struct aac_srb*) fib_data(fib); in aac_scsi_common()
1504 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); in aac_scsi_common()
1505 srbcmd->channel = cpu_to_le32(aac_logical_to_phys(scmd_channel(cmd))); in aac_scsi_common()
1506 srbcmd->id = cpu_to_le32(scmd_id(cmd)); in aac_scsi_common()
1507 srbcmd->lun = cpu_to_le32(cmd->device->lun); in aac_scsi_common()
1508 srbcmd->flags = cpu_to_le32(flag); in aac_scsi_common()
1512 srbcmd->timeout = cpu_to_le32(timeout); // timeout in seconds in aac_scsi_common()
1513 srbcmd->retry_limit = 0; /* Obsolete parameter */ in aac_scsi_common()
1514 srbcmd in aac_scsi_common()
1569 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); aac_scsi_64() local
1600 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); aac_scsi_32() local
1772 struct aac_srb *srbcmd; aac_issue_safw_bmic_identify() local
1818 struct aac_srb *srbcmd; aac_get_safw_ciss_luns() local
[all...]
/kernel/linux/linux-6.6/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 Daachba.c1494 struct aac_srb * srbcmd; in aac_scsi_common() local
1516 srbcmd = (struct aac_srb*) fib_data(fib); in aac_scsi_common()
1517 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); in aac_scsi_common()
1518 srbcmd->channel = cpu_to_le32(aac_logical_to_phys(scmd_channel(cmd))); in aac_scsi_common()
1519 srbcmd->id = cpu_to_le32(scmd_id(cmd)); in aac_scsi_common()
1520 srbcmd->lun = cpu_to_le32(cmd->device->lun); in aac_scsi_common()
1521 srbcmd->flags = cpu_to_le32(flag); in aac_scsi_common()
1525 srbcmd->timeout = cpu_to_le32(timeout); // timeout in seconds in aac_scsi_common()
1526 srbcmd->retry_limit = 0; /* Obsolete parameter */ in aac_scsi_common()
1527 srbcmd in aac_scsi_common()
1582 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); aac_scsi_64() local
1613 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); aac_scsi_32() local
1785 struct aac_srb *srbcmd; aac_issue_safw_bmic_identify() local
1831 struct aac_srb *srbcmd; aac_get_safw_ciss_luns() local
[all...]
H A Dcommsup.c2285 struct aac_srb *srbcmd; in aac_send_wellness_command() local
2307 srbcmd = (struct aac_srb *)fib_data(fibptr); in aac_send_wellness_command()
2309 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); in aac_send_wellness_command()
2310 srbcmd->channel = cpu_to_le32(vbus); in aac_send_wellness_command()
2311 srbcmd->id = cpu_to_le32(vid); in aac_send_wellness_command()
2312 srbcmd->lun = 0; in aac_send_wellness_command()
2313 srbcmd->flags = cpu_to_le32(SRB_DataOut); in aac_send_wellness_command()
2314 srbcmd->timeout = cpu_to_le32(10); in aac_send_wellness_command()
2315 srbcmd->retry_limit = 0; in aac_send_wellness_command()
2316 srbcmd in aac_send_wellness_command()
[all...]

Completed in 13 milliseconds