Searched refs:newcommand (Results 1 – 4 of 4) sorted by relevance
310 command_packet = &full_command_packet->command.newcommand; in twl_scsiop_execute_scsi()679 TW_Command_Apache *newcommand; in twl_load_sgl() local686 if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) { in twl_load_sgl()687 newcommand = &full_command_packet->command.newcommand; in twl_load_sgl()688 newcommand->request_id__lunl = in twl_load_sgl()689 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->request_id__lunl), request_id)); in twl_load_sgl()691 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache) - 1); in twl_load_sgl()692 newcommand->sg_list[0].length = TW_CPU_TO_SGL(length); in twl_load_sgl()694 newcommand->sgl_entries__lunh = in twl_load_sgl()695 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->sgl_entries__lunh), length ? 1 : 0)); in twl_load_sgl()[all …]
1018 tw_dev->srb[request_id]->result = (full_command_packet->command.newcommand.status << 1); in twa_fill_sense()1298 if (full_command_packet->command.newcommand.status != 0) { in twa_interrupt()1345 if ((scsi_sg_count(cmd) <= 1) && (full_command_packet->command.newcommand.status == 0)) { in twa_interrupt()1346 u32 length = le32_to_cpu(full_command_packet->command.newcommand.sg_list[0].length); in twa_interrupt()1381 TW_Command_Apache *newcommand; in twa_load_sgl() local1388 if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) { in twa_load_sgl()1389 newcommand = &full_command_packet->command.newcommand; in twa_load_sgl()1390 newcommand->request_id__lunl = in twa_load_sgl()1391 TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->request_id__lunl), request_id); in twa_load_sgl()1393 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twa_load_sgl()[all …]
291 TW_Command_Apache newcommand; member
563 TW_Command_Apache newcommand; member