Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcommctrl.c484 struct aac_hba_cmd_req *hbacmd = NULL; in aac_send_raw_srb() local
586 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
587 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_send_raw_srb()
592 hbacmd->byte1 = 2; in aac_send_raw_srb()
596 hbacmd->byte1 = 1; in aac_send_raw_srb()
602 hbacmd->lun[1] = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()
603 hbacmd->it_nexus = dev->hba_map[chn][user_srbcmd->id].rmw_nexus; in aac_send_raw_srb()
612 memcpy(hbacmd->cdb, user_srbcmd->cdb, sizeof(hbacmd in aac_send_raw_srb()
[all...]
H A Daachba.c223 struct aac_hba_cmd_req *hbacmd,
1521 struct aac_hba_cmd_req *hbacmd; in aac_construct_hbacmd() local
1528 hbacmd = (struct aac_hba_cmd_req *)fib->hw_fib_va; in aac_construct_hbacmd()
1529 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_construct_hbacmd()
1533 hbacmd->byte1 = 2; in aac_construct_hbacmd()
1537 hbacmd->byte1 = 1; in aac_construct_hbacmd()
1543 hbacmd->lun[1] = cpu_to_le32(cmd->device->lun); in aac_construct_hbacmd()
1547 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd()
1553 memcpy(hbacmd in aac_construct_hbacmd()
1636 struct aac_hba_cmd_req *hbacmd = aac_construct_hbacmd(fib, cmd); aac_adapter_hba() local
4077 aac_build_sghba(struct scsi_cmnd *scsicmd, struct aac_hba_cmd_req *hbacmd, int sg_max, u64 sg_address) aac_build_sghba() argument
[all...]
H A Dcommsup.c714 struct aac_hba_cmd_req *hbacmd = (struct aac_hba_cmd_req *) in aac_hba_send() local
726 hbacmd->iu_type = command; in aac_hba_send()
730 hbacmd->request_id = in aac_hba_send()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcommctrl.c484 struct aac_hba_cmd_req *hbacmd = NULL; in aac_send_raw_srb() local
586 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
587 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_send_raw_srb()
592 hbacmd->byte1 = 2; in aac_send_raw_srb()
596 hbacmd->byte1 = 1; in aac_send_raw_srb()
602 hbacmd->lun[1] = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()
603 hbacmd->it_nexus = dev->hba_map[chn][user_srbcmd->id].rmw_nexus; in aac_send_raw_srb()
612 memcpy(hbacmd->cdb, user_srbcmd->cdb, sizeof(hbacmd in aac_send_raw_srb()
[all...]
H A Daachba.c222 struct aac_hba_cmd_req *hbacmd,
1534 struct aac_hba_cmd_req *hbacmd; in aac_construct_hbacmd() local
1541 hbacmd = (struct aac_hba_cmd_req *)fib->hw_fib_va; in aac_construct_hbacmd()
1542 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_construct_hbacmd()
1546 hbacmd->byte1 = 2; in aac_construct_hbacmd()
1550 hbacmd->byte1 = 1; in aac_construct_hbacmd()
1556 hbacmd->lun[1] = cpu_to_le32(cmd->device->lun); in aac_construct_hbacmd()
1560 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd()
1566 memcpy(hbacmd in aac_construct_hbacmd()
1649 struct aac_hba_cmd_req *hbacmd = aac_construct_hbacmd(fib, cmd); aac_adapter_hba() local
4041 aac_build_sghba(struct scsi_cmnd *scsicmd, struct aac_hba_cmd_req *hbacmd, int sg_max, u64 sg_address) aac_build_sghba() argument
[all...]
H A Dcommsup.c714 struct aac_hba_cmd_req *hbacmd = (struct aac_hba_cmd_req *) in aac_hba_send() local
726 hbacmd->iu_type = command; in aac_hba_send()
730 hbacmd->request_id = in aac_hba_send()

Completed in 16 milliseconds