Home
last modified time | relevance | path

Searched refs:newcommand (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty139 \newcommand{\kerneldocCJKon}{\makexeCJKactive\onehalfspacing}
140 \newcommand{\kerneldocCJKoff}{\makexeCJKinactive\singlespacing}
143 \newcommand{\kerneldocBeginSC}{%
155 \newcommand{\kerneldocEndSC}{\endgroup}
157 \newcommand{\kerneldocBeginTC}{%
169 \newcommand{\kerneldocEndTC}{\endgroup}
171 \newcommand{\kerneldocBeginKR}{%
181 \newcommand{\kerneldocEndKR}{\endgroup}
183 \newcommand{\kerneldocBeginJP}{%
193 \newcommand{\kerneldocEndJP}{\endgroup}
[all …]
/linux/drivers/scsi/
H A D3w-sas.c312 command_packet = &full_command_packet->command.newcommand; in twl_scsiop_execute_scsi()
681 TW_Command_Apache *newcommand; in twl_load_sgl() local
688 if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) { in twl_load_sgl()
689 newcommand = &full_command_packet->command.newcommand; in twl_load_sgl()
690 newcommand->request_id__lunl = in twl_load_sgl()
691 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->request_id__lunl), request_id)); in twl_load_sgl()
693 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twl_load_sgl()
694 newcommand->sg_list[0].length = TW_CPU_TO_SGL(length); in twl_load_sgl()
696 newcommand->sgl_entries__lunh = in twl_load_sgl()
697 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->sgl_entries__lunh), length ? 1 : 0)); in twl_load_sgl()
[all …]
H A D3w-9xxx.c1020 tw_dev->srb[request_id]->result = (full_command_packet->command.newcommand.status << 1); in twa_fill_sense()
1300 if (full_command_packet->command.newcommand.status != 0) { in twa_interrupt()
1347 if ((scsi_sg_count(cmd) <= 1) && (full_command_packet->command.newcommand.status == 0)) { in twa_interrupt()
1348 u32 length = le32_to_cpu(full_command_packet->command.newcommand.sg_list[0].length); in twa_interrupt()
1383 TW_Command_Apache *newcommand; in twa_load_sgl() local
1390 if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) { in twa_load_sgl()
1391 newcommand = &full_command_packet->command.newcommand; in twa_load_sgl()
1392 newcommand->request_id__lunl = in twa_load_sgl()
1393 TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->request_id__lunl), request_id); in twa_load_sgl()
1395 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twa_load_sgl()
[all …]
H A D3w-sas.h291 TW_Command_Apache newcommand; member
H A D3w-9xxx.h563 TW_Command_Apache newcommand; member