Searched refs:hbacmd (Results 1 – 3 of 3) sorted by relevance
483 struct aac_hba_cmd_req *hbacmd = NULL; in aac_send_raw_srb() local590 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()591 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_send_raw_srb()596 hbacmd->byte1 = 2; in aac_send_raw_srb()600 hbacmd->byte1 = 1; in aac_send_raw_srb()606 hbacmd->lun[1] = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()607 hbacmd->it_nexus = dev->hba_map[chn][user_srbcmd->id].rmw_nexus; in aac_send_raw_srb()616 memcpy(hbacmd->cdb, user_srbcmd->cdb, sizeof(hbacmd->cdb)); in aac_send_raw_srb()619 hbacmd->error_ptr_hi = cpu_to_le32((u32)(address >> 32)); in aac_send_raw_srb()620 hbacmd->error_ptr_lo = cpu_to_le32((u32)(address & 0xffffffff)); in aac_send_raw_srb()[all …]
237 struct aac_hba_cmd_req *hbacmd,1530 struct aac_hba_cmd_req *hbacmd; in aac_construct_hbacmd() local1537 hbacmd = (struct aac_hba_cmd_req *)fib->hw_fib_va; in aac_construct_hbacmd()1538 memset(hbacmd, 0, 96); /* sizeof(*hbacmd) is not necessary */ in aac_construct_hbacmd()1542 hbacmd->byte1 = 2; in aac_construct_hbacmd()1546 hbacmd->byte1 = 1; in aac_construct_hbacmd()1552 hbacmd->lun[1] = cpu_to_le32(cmd->device->lun); in aac_construct_hbacmd()1556 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd()1562 memcpy(hbacmd->cdb, cmd->cmnd, cmd->cmd_len); in aac_construct_hbacmd()1563 hbacmd->data_length = cpu_to_le32(scsi_bufflen(cmd)); in aac_construct_hbacmd()[all …]
727 struct aac_hba_cmd_req *hbacmd = (struct aac_hba_cmd_req *) in aac_hba_send() local739 hbacmd->iu_type = command; in aac_hba_send()743 hbacmd->request_id = in aac_hba_send()