/linux-4.4.14/drivers/block/ |
D | DAC960.c | 317 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 …]
|
D | DAC960.h | 2332 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)
|
D | cciss.c | 4456 } 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/ |
D | io_edgeport.h | 63 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8)) argument 73 int Command; member
|
/linux-4.4.14/fs/cifs/ |
D | smb2transport.c | 424 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()
|
D | smb2misc.c | 47 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()
|
D | misc.c | 258 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()
|
D | transport.c | 63 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()
|
D | smb1ops.c | 47 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()
|
D | cifsencrypt.c | 224 if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) { in cifs_verify_signature() 237 cifs_pdu->Command); in cifs_verify_signature()
|
D | cifs_debug.c | 65 smb->Command, smb->Status.CifsError, in cifs_dump_detail()
|
D | smb2pdu.h | 109 __le16 Command; member
|
D | smb2ops.c | 189 (mid->command == hdr->Command)) { in smb2_find_mid() 205 smb->Command, smb->Status, smb->Flags, smb->MessageId, in smb2_dump_detail()
|
D | cifspdu.h | 408 __u8 Command; member
|
D | smb2pdu.c | 105 hdr->Command = smb2_cmd; in smb2_hdr_assemble()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capiutil.c | 320 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()
|
D | capidrv.c | 971 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/ |
D | arcmsr_spec.txt | 28 ** 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 :
|
D | ChangeLog.ips | 35 - Don't Issue Internal FFDC Command if there are Active Commands 53 - Set Sense Data for Unknown SCSI Command
|
D | dc395x.txt | 61 *4 0x10 16 Tagged Command Queueing
|
D | libsas.txt | 301 The Execute Command SCSI RPC: 308 This function should implement the Execute Command SCSI RPC, 348 upper layers (Command set drivers) and user space.
|
D | aic7xxx.txt | 11 3. Command Line Options 41 3. Command Channel Secondary DMA Engine - Allows scatter gather list 187 3. Command Line Options
|
D | tmscsim.txt | 172 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.
|
D | ufs.txt | 75 * UTP_CMD_SAP: Command service access point is exposed to UFS command
|
D | aic79xx.txt | 12 3. Command Line Options 212 3. Command Line Options
|
D | BusLogic.txt | 358 BusLogic Driver Options may be specified either via the Linux Kernel Command 512 each SCSI Command that fails. 523 Linux Kernel Command Line:
|
D | advansys.txt | 7 The CDB counts below indicate the number of SCSI CDB (Command
|
D | ChangeLog.megaraid_sas | 160 6. Fix megasas_get_cmd() to only print "Command pool empty" if
|
D | ncr53c8xx.txt | 961 Tagged Command Queuing enabled Y Y 1204 Write and Invalidate Command at a not cache-line-aligned 4 DWORDS boundary.
|
D | sym53c8xx_2.txt | 718 Tagged Command Queuing enabled Y Y
|
D | scsi_mid_low_api.txt | 1041 * Command ownership. If the driver returns zero, it owns the
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | panel-dsi-cm.txt | 1 Generic MIPI DSI Command Mode Panel
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 7 __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/ |
D | fw-calling.txt | 23 1 Command 67 an interrupt. Only the 16 Results fields are used, the Flags, Command, Return
|
D | fw-dma.txt | 48 The Flags, Command, Return Value and Timeout fields are ignored.
|
D | fw-encoder-api.txt | 685 Command number: 709 Command value.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | examples.txt | 82 # Overhead Command Shared Object 107 # Overhead Command Shared Object Symbol 134 # Overhead Command Shared Object
|
/linux-4.4.14/scripts/gdb/linux/ |
D | dmesg.py | 19 class LxDmesg(gdb.Command):
|
D | lists.py | 79 class LxListChk(gdb.Command):
|
D | tasks.py | 69 class LxPs(gdb.Command):
|
D | modules.py | 62 class LxLsmod(gdb.Command):
|
D | symbols.py | 56 class LxSymbols(gdb.Command):
|
/linux-4.4.14/Documentation/hwmon/ |
D | hih6130 | 37 Command mode and alarms are not currently supported.
|
D | pmbus-core | 140 Command execution in the core PMBus driver code is as follows.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-ns2.txt | 9 - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 73 Command:Enumeration(1) 82 Command:Channel Setup(1)
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | dpcsup.c | 109 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()
|
D | commctrl.c | 121 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()
|
D | aacraid.h | 362 __le16 Command; /* Routing information for the destination */ member 1034 __le32 Command; /* VM_Ioctl */ member
|
D | commsup.c | 487 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()
|
D | src.c | 459 if (dev->msi_enabled && fib->hw_fib_va->header.Command != AifRequest && in aac_src_deliver_message()
|
D | aachba.c | 1591 command->Command = cpu_to_le32(VM_Ioctl); in aac_get_adapter_info()
|
/linux-4.4.14/Documentation/networking/ |
D | s2io.txt | 8 - 4. Command line parameters 61 4. Command line parameters
|
D | igb.txt | 25 Command Line Parameters
|
D | README.ipw2100 | 18 3. Command Line Parameters 107 3. Command Line Parameters
|
D | cdc_mbim.txt | 12 Command Line Parameters 123 IOCTL_WDM_MAX_COMMAND: Get Maximum Command Size
|
D | e1000e.txt | 11 - Command Line Parameters 36 Command Line Parameters
|
D | ixgb.txt | 13 - Command Line Parameters 102 Command Line Parameters
|
D | de4x5.txt | 154 Command line arguments are now allowed, similar to passing arguments
|
D | e1000.txt | 11 - Command Line Parameters 30 Command Line Parameters
|
D | decnet.txt | 42 3) Command line options
|
D | altera_tse.txt | 59 3) Command line options
|
D | README.ipw2200 | 131 1.2. Command Line Parameters
|
D | stmmac.txt | 41 3) Command line options
|
D | arcnet.txt | 174 Command line options:
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | Kconfig | 43 tristate "Generic DSI Command Mode Panel"
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_raid.h | 232 U8 Command[10]; member
|
D | mpi_history.txt | 610 * Added new structures for SAS SSP Command buffer, SSP
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 12 Command for manipulating the pairing/authentication credentials of a
|
D | WUSB-Design-overview.txt | 180 Command execution is very simple: a command block is sent and a event
|
/linux-4.4.14/include/linux/ |
D | isdnif.h | 351 __u8 Command; member
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 136 Command = [info] 145 Command = [caps]
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 294 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/ |
D | tcmu-design.txt | 9 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/ |
D | head-sharpsl.S | 133 mov r2, #0x90 @ Command "readid"
|
/linux-4.4.14/drivers/usb/atm/ |
D | Kconfig | 50 install firmwares and CMV (Command Management Variables); see
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | goku_udc.h | 150 u32 Command; /* 0x340 */ member
|
D | goku_udc.c | 89 writel(COMMAND_EP(epnum) | command, ®s->Command); in command()
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 239 # Overhead Command Shared Object 272 # Overhead Command Shared Object 289 # Overhead Command Shared Object Symbol
|
/linux-4.4.14/Documentation/ |
D | btmrvl.txt | 100 Interface Control Command
|
D | gdb-kernel-debugging.txt | 99 [ 0.000000] Command line: root=/dev/sda2 resume=/dev/sda1 vga=0x314
|
D | dynamic-debug-howto.txt | 88 Command Language Reference 101 Command submissions are bounded by a write() system call.
|
D | printk-formats.txt | 303 Command from struct task_struct
|
D | cpu-hotplug.txt | 43 Command Line Switches
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | dram_init.S | 106 lslq 9, $r4 ; Command starts at bit 9
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 7 2) Kernel Command Line Parameters 42 2a) Kernel Command Line Parameters
|
D | README.DAC960 | 308 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/ |
D | usbip_protocol.txt | 97 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/ |
D | userio.txt | 24 3. Command Structure
|
D | alps.txt | 41 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
|
D | atarikbd.txt | 186 9. ikbd Command Set 188 This section contains a list of commands that can be sent to the ikbd. Command
|
D | joystick-parport.txt | 327 | +-------------------------> Command --- (2)
|
D | sentelic.txt | 448 * PS/2 Command Set
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 12 Comm (8 bits): Command byte, a data byte which often selects a register on
|
D | smbus-protocol | 42 Comm (8 bits): Command byte, a data byte which often selects a register on 51 SMBus Quick Command
|
D | writing-clients | 304 Command function
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 19 device when Tagged Command Queueing (TCQ) is enabled on that device.
|
D | Kconfig.aic7xxx | 24 device when Tagged Command Queueing (TCQ) is enabled on that device.
|
D | aic79xx.reg | 445 * 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
|
D | aic79xx.seq | 865 * Command phase. Set up the DMA registers and let 'er rip. 874 * Command retry. Free our current FIFO and
|
D | aic7xxx.seq | 1365 * Command phase. Set up the DMA registers and let 'er rip.
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 106 0x70000000 0x10000000 /* NFC Command Registers */
|
/linux-4.4.14/scripts/genksyms/ |
D | keywords.hash.c_shipped | 2 /* Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,…
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 31 See also "CP Command and Utility Reference" (SC24-6081-00) for more information 88 (Class E privileged), see "CP Command and Utility Reference".
|
D | CommonIO | 4 Command line parameters
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 107 cpufreq-bench Command Usage
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 149 - Command line used to built that object
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 56 char ac_comm[TS_COMM_LEN]; /* Command name */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.hash.c_shipped | 2 /* 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/ |
D | capiutil.h | 80 __u8 Command; member
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 125 Command status replies.
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.scr | 29 ABSOLUTE CommandAddress = 0 ; Addr of Command
|
D | 53c700_d.h_shipped | 32 ABSOLUTE CommandAddress = 0 ; Addr of Command
|
D | hpsa.c | 6903 struct Command { in hpsa_message() struct 6908 struct Command *cmd; in hpsa_message()
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 9 --- 2.1 Command Syntax 68 --- 2.1 Command Syntax
|
D | makefiles.txt | 17 --- 3.8 Command line dependency 360 3) Command-line used to compile target
|
/linux-4.4.14/Documentation/filesystems/ |
D | affs.txt | 151 Command line:
|
D | autofs4-mount-control.txt | 182 __u32 arg1; /* Command parameters */
|
D | proc.txt | 131 cmdline Command line arguments
|
/linux-4.4.14/block/partitions/ |
D | Kconfig | 265 bool "Command line partition support" if PARTITION_ADVANCED
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 615 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/ |
D | Kconfig | 77 tristate "Command line partition table parsing"
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 118 Error Command Register, the Root Port generates an interrupt if an
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 780 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()
|
D | isdn_common.c | 403 switch (cm->Command) { in isdn_capi_rec_hl_msg()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 123 Bit 7-4: Command (See table below) 127 Command table:
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9x5.dtsi | 559 AT91_PIOD 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PD3 periph A Command Latch Enable */
|
D | sama5d3.dtsi | 1485 0x70000000 0x08000000 /* NFC Command Registers */
|
D | sama5d4.dtsi | 305 0x90000000 0x08000000 /* NFC Command Registers */
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 73 | Command line | 124 | Command line | (Can also be below the X+10000 mark)
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 452 (ttySx) and is compatible with the Hayes AT Command Set.
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | callc.c | 1570 switch (ic->parm.cmsg.Command) { in HiSax_command()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | capi.c | 226 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 3 Command Line Options for Linux/m68k
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 992 uses /dev/dsp (and /dev/audio). Command "ln -sf /dev/dsp1 /dev/dsp"
|
/linux-4.4.14/ |
D | CREDITS | 1470 D: ATA Command Block and Taskfile
|