Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty148 \newcommand{\kerneldocBeginSC}{%
162 \newcommand{\kerneldocBeginTC}{%
176 \newcommand{\kerneldocBeginKR}{%
188 \newcommand{\kerneldocBeginJP}{%
209 \newcommand{\kerneldocCJKon}{}
210 \newcommand{\kerneldocCJKoff}{}
214 \newcommand{\kerneldocBeginSC}[1]{%
229 \newcommand{\kerneldocEndSC}{}
231 \newcommand{\kerneldocEndTC}{}
233 \newcommand{\kerneldocEndKR}{}
[all …]
/openbmc/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
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()
892 tw_dev->srb[request_id]->result = (full_command_packet->command.newcommand.status << 1); in twl_fill_sense()
[all …]
H A D3w-9xxx.c1300 if (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
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()
1396 newcommand->sg_list[0].length = cpu_to_le32(length); in twa_load_sgl()
1398 newcommand->sgl_entries__lunh = in twa_load_sgl()
1399 TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->sgl_entries__lunh), length ? 1 : 0); in twa_load_sgl()
1433 if (full_command_packet->command.newcommand.status != 0) { in twa_poll_response()
[all …]
H A D3w-sas.h291 TW_Command_Apache newcommand; member
H A D3w-9xxx.h563 TW_Command_Apache newcommand; member
/openbmc/entity-manager/
H A DDoxyfile1597 # The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands