Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 136 of 136) sorted by relevance

/linux-4.4.14/drivers/block/
DDAC960.c317 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures() local
331 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
333 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures()
334 Command->Controller = Controller; in DAC960_CreateAuxiliaryStructures()
335 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures()
336 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures()
337 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures()
354 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures()
355 Command->V1.ScatterGatherList = in DAC960_CreateAuxiliaryStructures()
357 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
[all …]
DDAC960.h2332 void (*QueueCommand)(DAC960_Command_T *Command);
2336 void (*QueueReadWriteCommand)(DAC960_Command_T *Command);
2492 #define DAC960_QueueCommand(Command) \ argument
2493 (Controller->QueueCommand)(Command)
2500 #define DAC960_QueueReadWriteCommand(Command) \ argument
2501 (Controller->QueueReadWriteCommand)(Command)
Dcciss.c4456 } Command; in cciss_message() typedef
4457 static const size_t cmd_sz = sizeof(Command) + sizeof(ErrorInfo_struct); in cciss_message()
4458 Command *cmd; in cciss_message()
4504 cmd->ErrorDescriptor.Addr.lower = paddr32 + sizeof(Command); in cciss_message()
/linux-4.4.14/drivers/usb/serial/
Dio_edgeport.h63 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8)) argument
73 int Command; member
/linux-4.4.14/fs/cifs/
Dsmb2transport.c424 if ((smb2_pdu->Command == SMB2_NEGOTIATE) || in smb2_verify_signature()
425 (smb2_pdu->Command == SMB2_SESSION_SETUP) || in smb2_verify_signature()
426 (smb2_pdu->Command == SMB2_OPLOCK_BREAK) || in smb2_verify_signature()
438 smb2_pdu->Command); in smb2_verify_signature()
495 temp->command = smb_buffer->Command; /* Always LE */ in smb2_mid_entry_alloc()
525 if ((buf->Command != SMB2_SESSION_SETUP) && in smb2_get_mid_entry()
526 (buf->Command != SMB2_NEGOTIATE)) in smb2_get_mid_entry()
532 if (buf->Command != SMB2_LOGOFF) in smb2_get_mid_entry()
Dsmb2misc.c47 if (hdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr()
142 command = le16_to_cpu(hdr->Command); in smb2_check_message()
254 switch (hdr->Command) { in smb2_get_data_area_len()
350 if (has_smb2_data_area[le16_to_cpu(hdr->Command)] == false) in smb2_calc_size()
561 if (rsp->hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
Dmisc.c258 buffer->Command = smb_command; in header_assemble()
304 if (smb->Command == SMB_COM_LOCKING_ANDX) in check_smb_hdr()
408 if ((pSMB->hdr.Command == SMB_COM_NT_TRANSACT) && in is_valid_oplock_break()
432 if (pSMB->hdr.Command != SMB_COM_LOCKING_ANDX) in is_valid_oplock_break()
Dtransport.c63 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry()
64 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in AllocMidQEntry()
473 if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && in allocate_mid()
474 (in_buf->Command != SMB_COM_NEGOTIATE)) in allocate_mid()
481 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) in allocate_mid()
1059 if (in_buf->Command == SMB_COM_TRANSACTION2) { in SendReceiveBlockingLock()
Dsmb1ops.c47 in_buf->Command = SMB_COM_NT_CANCEL; in send_nt_cancel()
107 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid()
250 if (pSMB->Command != SMB_COM_TRANSACTION2) in check2ndT2()
Dcifsencrypt.c224 if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) { in cifs_verify_signature()
237 cifs_pdu->Command); in cifs_verify_signature()
Dcifs_debug.c65 smb->Command, smb->Status.CifsError, in cifs_dump_detail()
Dsmb2pdu.h109 __le16 Command; member
Dsmb2ops.c189 (mid->command == hdr->Command)) { in smb2_find_mid()
205 smb->Command, smb->Status, smb->Flags, smb->MessageId, in smb2_dump_detail()
Dcifspdu.h408 __u8 Command; member
Dsmb2pdu.c105 hdr->Command = smb2_cmd; in smb2_hdr_assemble()
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c320 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_cmsg2message()
327 byteTLcpy(cmsg->m + 4, &cmsg->Command); in capi_cmsg2message()
393 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2cmsg()
395 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2cmsg()
426 cmsg->Command = _Command; in capi_cmsg_header()
787 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2str()
789 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2str()
792 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str()
826 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_cmsg2str()
Dcapidrv.c971 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
975 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_controller()
1018 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1035 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1053 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1061 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1199 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
1203 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_plci()
1209 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
1228 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
[all …]
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt28 ** All SCSI Command must be sent through postQ:
86 ** 0x03 : Reset (Abort all queued Command)
91 ** 0x07 : Check If Host Command Pending
112 ** (B) Command block : variable length of data including length,
116 ** 2. Command block
127 ** 3. Command code and associated data
129 ** The following are command code defined in raid controller Command
133 ** Command code 0x20--0x?? always check the password,
181 ** Command description :
DChangeLog.ips35 - Don't Issue Internal FFDC Command if there are Active Commands
53 - Set Sense Data for Unknown SCSI Command
Ddc395x.txt61 *4 0x10 16 Tagged Command Queueing
Dlibsas.txt301 The Execute Command SCSI RPC:
308 This function should implement the Execute Command SCSI RPC,
348 upper layers (Command set drivers) and user space.
Daic7xxx.txt11 3. Command Line Options
41 3. Command Channel Secondary DMA Engine - Allows scatter gather list
187 3. Command Line Options
Dtmscsim.txt172 used by the driver) and TagQ Tagged Command Queueing. NegoPeriod and
223 enables Tagged Command Queueing for the selected device. The "-" skips
301 *4 0x10 16 Tagged Command Queueing
354 * Command queueing in the driver: Eliminate Query list and use ML instead.
Dufs.txt75 * UTP_CMD_SAP: Command service access point is exposed to UFS command
Daic79xx.txt12 3. Command Line Options
212 3. Command Line Options
DBusLogic.txt358 BusLogic Driver Options may be specified either via the Linux Kernel Command
512 each SCSI Command that fails.
523 Linux Kernel Command Line:
Dadvansys.txt7 The CDB counts below indicate the number of SCSI CDB (Command
DChangeLog.megaraid_sas160 6. Fix megasas_get_cmd() to only print "Command pool empty" if
Dncr53c8xx.txt961 Tagged Command Queuing enabled Y Y
1204 Write and Invalidate Command at a not cache-line-aligned 4 DWORDS boundary.
Dsym53c8xx_2.txt718 Tagged Command Queuing enabled Y Y
Dscsi_mid_low_api.txt1041 * Command ownership. If the driver returns zero, it owns the
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Dpanel-dsi-cm.txt1 Generic MIPI DSI Command Mode Panel
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt7 __u16 cmd; /* Command number */
59 Command specifications.
113 Command is sent as "object_path|target_path".
169 Command is only received by clients. It contains information about
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt23 1 Command
67 an interrupt. Only the 16 Results fields are used, the Flags, Command, Return
Dfw-dma.txt48 The Flags, Command, Return Value and Timeout fields are ignored.
Dfw-encoder-api.txt685 Command number:
709 Command value.
/linux-4.4.14/tools/perf/Documentation/
Dexamples.txt82 # Overhead Command Shared Object
107 # Overhead Command Shared Object Symbol
134 # Overhead Command Shared Object
/linux-4.4.14/scripts/gdb/linux/
Ddmesg.py19 class LxDmesg(gdb.Command):
Dlists.py79 class LxListChk(gdb.Command):
Dtasks.py69 class LxPs(gdb.Command):
Dmodules.py62 class LxLsmod(gdb.Command):
Dsymbols.py56 class LxSymbols(gdb.Command):
/linux-4.4.14/Documentation/hwmon/
Dhih613037 Command mode and alarms are not currently supported.
Dpmbus-core140 Command execution in the core PMBus driver code is as follows.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-ns2.txt9 - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification.
/linux-4.4.14/Documentation/networking/caif/
DREADME73 Command:Enumeration(1)
82 Command:Channel Setup(1)
/linux-4.4.14/drivers/scsi/aacraid/
Ddpcsup.c109 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_response_normal()
376 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_intr_normal()
Dcommctrl.c121 if (kfib->header.Command == cpu_to_le16(TakeABreakPt)) { in ioctl_send_fib()
129 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib()
Daacraid.h362 __le16 Command; /* Routing information for the destination */ member
1034 __le32 Command; /* VM_Ioctl */ member
Dcommsup.c487 hw_fib->header.Command = cpu_to_le16(command); in aac_fib_send()
517 dprintk((KERN_DEBUG " Command = %d.\n", le32_to_cpu(hw_fib->header.Command))); in aac_fib_send()
Dsrc.c459 if (dev->msi_enabled && fib->hw_fib_va->header.Command != AifRequest && in aac_src_deliver_message()
Daachba.c1591 command->Command = cpu_to_le32(VM_Ioctl); in aac_get_adapter_info()
/linux-4.4.14/Documentation/networking/
Ds2io.txt8 - 4. Command line parameters
61 4. Command line parameters
Digb.txt25 Command Line Parameters
DREADME.ipw210018 3. Command Line Parameters
107 3. Command Line Parameters
Dcdc_mbim.txt12 Command Line Parameters
123 IOCTL_WDM_MAX_COMMAND: Get Maximum Command Size
De1000e.txt11 - Command Line Parameters
36 Command Line Parameters
Dixgb.txt13 - Command Line Parameters
102 Command Line Parameters
Dde4x5.txt154 Command line arguments are now allowed, similar to passing arguments
De1000.txt11 - Command Line Parameters
30 Command Line Parameters
Ddecnet.txt42 3) Command line options
Daltera_tse.txt59 3) Command line options
DREADME.ipw2200131 1.2. Command Line Parameters
Dstmmac.txt41 3) Command line options
Darcnet.txt174 Command line options:
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
DKconfig43 tristate "Generic DSI Command Mode Panel"
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_raid.h232 U8 Command[10]; member
Dmpi_history.txt610 * Added new structures for SAS SSP Command buffer, SSP
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf12 Command for manipulating the pairing/authentication credentials of a
DWUSB-Design-overview.txt180 Command execution is very simple: a command block is sent and a event
/linux-4.4.14/include/linux/
Disdnif.h351 __u8 Command; member
/linux-4.4.14/Documentation/dvb/
Dci.txt136 Command = [info]
145 Command = [caps]
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI294 CAPIMSG_COMMAND(m) CAPIMSG_SETCOMMAND(m,cmd) Command (u8)
296 CAPIMSG_CMD(m) - Command*256
316 unsigned capi_cmsg_header(_cmsg *cmsg, u16 ApplId, u8 Command, u8 Subcommand,
327 char *capi_cmd2str(u8 Command, u8 Subcommand)
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt9 ii. Command ring
130 The Command Ring:
149 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
237 devices. Command ring is preserved. However, after the timeout period,
/linux-4.4.14/arch/arm/boot/compressed/
Dhead-sharpsl.S133 mov r2, #0x90 @ Command "readid"
/linux-4.4.14/drivers/usb/atm/
DKconfig50 install firmwares and CMV (Command Management Variables); see
/linux-4.4.14/drivers/usb/gadget/udc/
Dgoku_udc.h150 u32 Command; /* 0x340 */ member
Dgoku_udc.c89 writel(COMMAND_EP(epnum) | command, &regs->Command); in command()
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt239 # Overhead Command Shared Object
272 # Overhead Command Shared Object
289 # Overhead Command Shared Object Symbol
/linux-4.4.14/Documentation/
Dbtmrvl.txt100 Interface Control Command
Dgdb-kernel-debugging.txt99 [ 0.000000] Command line: root=/dev/sda2 resume=/dev/sda1 vga=0x314
Ddynamic-debug-howto.txt88 Command Language Reference
101 Command submissions are bounded by a write() system call.
Dprintk-formats.txt303 Command from struct task_struct
Dcpu-hotplug.txt43 Command Line Switches
/linux-4.4.14/arch/cris/arch-v10/lib/
Ddram_init.S106 lslq 9, $r4 ; Command starts at bit 9
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt7 2) Kernel Command Line Parameters
42 2a) Kernel Command Line Parameters
DREADME.DAC960308 Controller Queue Depth: 128, Maximum Blocks per Command: 128
430 Controller Queue Depth: 128, Maximum Blocks per Command: 128
602 Controller Queue Depth: 128, Maximum Blocks per Command: 128
704 Controller Queue Depth: 128, Maximum Blocks per Command: 128
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt97 2 | 2 | 0x8005 | Command code: Retrieve the list of exported USB
176 2 | 2 | 0x8003 | Command code: import a remote USB device.
/linux-4.4.14/Documentation/input/
Duserio.txt24 3. Command Structure
Dalps.txt41 versions, the response from the "Enter Command Mode" sequence must be
45 seem to be better differentiated by the EC Command Mode response.
47 Command Mode
Datarikbd.txt186 9. ikbd Command Set
188 This section contains a list of commands that can be sent to the ikbd. Command
Djoystick-parport.txt327 | +-------------------------> Command --- (2)
Dsentelic.txt448 * PS/2 Command Set
/linux-4.4.14/Documentation/i2c/
Di2c-protocol12 Comm (8 bits): Command byte, a data byte which often selects a register on
Dsmbus-protocol42 Comm (8 bits): Command byte, a data byte which often selects a register on
51 SMBus Quick Command
Dwriting-clients304 Command function
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx19 device when Tagged Command Queueing (TCQ) is enabled on that device.
DKconfig.aic7xxx24 device when Tagged Command Queueing (TCQ) is enabled on that device.
Daic79xx.reg445 * Device Space Command 0
1316 * Command Length Pointer
1354 * Command Pointer
1389 * Command Aborted Byte Pointer
1402 * Command Aborted Bit Pointer
1481 * Maximum Command Counter
1513 * Command Reserved 0
Daic79xx.seq865 * Command phase. Set up the DMA registers and let 'er rip.
874 * Command retry. Free our current FIFO and
Daic7xxx.seq1365 * Command phase. Set up the DMA registers and let 'er rip.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt106 0x70000000 0x10000000 /* NFC Command Registers */
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,…
/linux-4.4.14/Documentation/s390/
Dmonreader.txt31 See also "CP Command and Utility Reference" (SC24-6081-00) for more information
88 (Class E privileged), see "CP Command and Utility Reference".
DCommonIO4 Command line parameters
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH107 cpufreq-bench Command Usage
/linux-4.4.14/tools/build/Documentation/
DBuild.txt149 - Command line used to built that object
/linux-4.4.14/Documentation/accounting/
Dtaskstats-struct.txt56 char ac_comm[TS_COMM_LEN]; /* Command name */
/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'…
/linux-4.4.14/include/linux/isdn/
Dcapiutil.h80 __u8 Command; member
/linux-4.4.14/Documentation/w1/
Dw1.netlink125 Command status replies.
/linux-4.4.14/drivers/scsi/
D53c700.scr29 ABSOLUTE CommandAddress = 0 ; Addr of Command
D53c700_d.h_shipped32 ABSOLUTE CommandAddress = 0 ; Addr of Command
Dhpsa.c6903 struct Command { in hpsa_message() struct
6908 struct Command *cmd; in hpsa_message()
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt9 --- 2.1 Command Syntax
68 --- 2.1 Command Syntax
Dmakefiles.txt17 --- 3.8 Command line dependency
360 3) Command-line used to compile target
/linux-4.4.14/Documentation/filesystems/
Daffs.txt151 Command line:
Dautofs4-mount-control.txt182 __u32 arg1; /* Command parameters */
Dproc.txt131 cmdline Command line arguments
/linux-4.4.14/block/partitions/
DKconfig265 bool "Command line partition support" if PARTITION_ADVANCED
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt615 Command is passed to the disk drive via the ide_task_request_t
628 req_cmd Command type, see below
/linux-4.4.14/drivers/mtd/
DKconfig77 tristate "Command line partition table parsing"
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt118 Error Command Register, the Root Port generates an interrupt if an
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c780 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_suspend()
870 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_resume()
964 cmd.parm.cmsg.Command = CAPI_MANUFACTURER; in isdn_tty_send_msg()
Disdn_common.c403 switch (cm->Command) { in isdn_capi_rec_hl_msg()
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt123 Bit 7-4: Command (See table below)
127 Command table:
/linux-4.4.14/arch/arm/boot/dts/
Dat91sam9x5.dtsi559 AT91_PIOD 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD3 periph A Command Latch Enable */
Dsama5d3.dtsi1485 0x70000000 0x08000000 /* NFC Command Registers */
Dsama5d4.dtsi305 0x90000000 0x08000000 /* NFC Command Registers */
/linux-4.4.14/Documentation/x86/
Dboot.txt73 | Command line |
124 | Command line | (Can also be below the X+10000 mark)
/linux-4.4.14/drivers/char/
DKconfig452 (ttySx) and is compatible with the Hayes AT Command Set.
/linux-4.4.14/drivers/isdn/hisax/
Dcallc.c1570 switch (ic->parm.cmsg.Command) { in HiSax_command()
/linux-4.4.14/drivers/isdn/gigaset/
Dcapi.c226 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt3 Command Line Options for Linux/m68k
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS992 uses /dev/dsp (and /dev/audio). Command "ln -sf /dev/dsp1 /dev/dsp"
/linux-4.4.14/
DCREDITS1470 D: ATA Command Block and Taskfile