/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 7 registers map and Message RAM 18 - bosch,mram-cfg : Message RAM configuration data. 19 Multiple M_CAN instances can share the same Message 21 number in Message RAM is also configurable, 23 private Message RAM are used by this M_CAN controller. 28 The 'offset' is an address offset of the Message RAM 30 usually set to 0x0 if you're using a private Message 43 Please refer to 2.4.1 Message RAM Configuration in
|
/linux-4.4.14/Documentation/scsi/ |
D | hptiop.txt | 13 0x10 Inbound Message Register 0 14 0x14 Inbound Message Register 1 15 0x18 Outbound Message Register 0 16 0x1C Outbound Message Register 1 28 0x10 Inbound Message Register 0 29 0x14 Inbound Message Register 1 30 0x18 Outbound Message Register 0 31 0x1C Outbound Message Register 1 53 0x10 Inbound Message Register 54 0x14 Outbound Message Register [all …]
|
D | advansys.txt | 101 Debugging Message Levels:
|
D | ChangeLog.megaraid | 28 > -----Original Message----- 93 > -----Original Message-----
|
D | arcmsr_spec.txt | 6 ** 1. Message 0 --> InitThread message and return code
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_msgqueue.c | 41 Message *pstrMessge = pHandle->pstrMessageList->pstrNext; in wilc_mq_destroy() 60 Message *pstrMessage = NULL; in wilc_mq_send() 73 pstrMessage = kmalloc(sizeof(Message), GFP_ATOMIC); in wilc_mq_send() 92 Message *pstrTailMsg = pHandle->pstrMessageList; in wilc_mq_send() 117 Message *pstrMessage; in wilc_mq_recv()
|
D | wilc_msgqueue.h | 20 } Message; typedef 27 Message *pstrMessageList;
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 1 * FSL MPIC Message Registers 50 // Message registers 0 and 2 in this block can receive interrupts on 59 // Message registers 0 and 2 in this block can receive interrupts on
|
D | srio-rmu.txt | 1 Message unit node: 39 Message Unit:
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 413 | ((curSC->SCp.Message & 0xff) << 8) | (DID_OK << 16); in SYM53C500_intr() 486 curSC->SCp.Message = inb(port_base + SCSI_FIFO); in SYM53C500_intr() 489 DEB(printk("Status = %02x Message = %02x\n", curSC->SCp.Status, curSC->SCp.Message)); in SYM53C500_intr() 491 if (curSC->SCp.Message == SAVE_POINTERS || curSC->SCp.Message == DISCONNECT) { in SYM53C500_intr() 571 data->current_SC->SCp.Message = 0; in SYM53C500_queue_lck()
|
D | nsp_cs.c | 227 SCpnt->SCp.Message = 0; in nsp_queuecommand_lck() 1039 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr() 1137 …if ((tmpSC->SCp.Message == MSG_COMMAND_COMPLETE)) { /* all command complete and return status … in nspintr() 1139 ((tmpSC->SCp.Message & 0xff) << 8) | in nspintr() 1209 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x status=0x%x", tmpSC->SCp.Message, tmpSC->SCp.Status); in nspintr() 1284 tmpSC->SCp.Message = tmp; in nspintr() 1286 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x len=%d", tmpSC->SCp.Message, data->MsgLen); in nspintr()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR53c406a.c | 713 current_SC->SCp.Message = 0; in NCR53c406a_queue_lck() 855 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16); in NCR53c406a_intr() 939 current_SC->SCp.Message = inb(SCSI_FIFO); in NCR53c406a_intr() 942 DEB(printk("Status = %02x Message = %02x\n", current_SC->SCp.Status, current_SC->SCp.Message)); in NCR53c406a_intr() 944 if (current_SC->SCp.Message == SAVE_POINTERS || current_SC->SCp.Message == DISCONNECT) { in NCR53c406a_intr()
|
D | fdomain.c | 1271 current_SC->SCp.Message = inb(port_base + Read_SCSI_Data); in do_fdomain_16x0_intr() 1273 printk( "Message = %x, ", current_SC->SCp.Message ); in do_fdomain_16x0_intr() 1275 if (!current_SC->SCp.Message) ++done; in do_fdomain_16x0_intr() 1277 if (current_SC->SCp.Message) { in do_fdomain_16x0_intr() 1279 current_SC->SCp.Message ); in do_fdomain_16x0_intr() 1401 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16) ); in do_fdomain_16x0_intr() 1455 current_SC->SCp.Message = 0; in fdomain_16x0_queue_lck()
|
D | sym53c416.c | 399 …current_command->result = (current_command->SCp.Status & 0xFF) | ((current_command->SCp.Message & … in sym53c416_intr_handle() 489 current_command->SCp.Message = inb(base + SCSI_FIFO); in sym53c416_intr_handle() 490 if(current_command->SCp.Message == SAVE_POINTERS || current_command->SCp.Message == DISCONNECT) in sym53c416_intr_handle() 748 current_command->SCp.Message = 0; in sym53c416_queuecommand_lck()
|
D | mac53c94.c | 327 cmd->SCp.Message = readb(®s->fifo); in mac53c94_interrupt() 336 cmd_done(state, (DID_OK << 16) + (cmd->SCp.Message << 8) in mac53c94_interrupt()
|
D | in2000.c | 1189 cmd->SCp.Message = msg; in in2000_intr() 1332 cmd->SCp.Message = COMMAND_COMPLETE; in in2000_intr() 1343 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in in2000_intr() 1426 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in in2000_intr() 1458 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in in2000_intr()
|
D | wd33c93.c | 1007 cmd->SCp.Message = msg; in wd33c93_intr() 1179 cmd->SCp.Message = COMMAND_COMPLETE; in wd33c93_intr() 1194 cmd->SCp.Status | (cmd->SCp.Message << 8); in wd33c93_intr() 1278 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in wd33c93_intr() 1314 cmd->SCp.Status | (cmd->SCp.Message << 8); in wd33c93_intr()
|
D | aha152x.c | 924 SCpnt->SCp.Message = 0; in aha152x_internal_queue() 1394 …done(shpnt, (CURRENT_SC->SCp.Status & 0xff) | ((CURRENT_SC->SCp.Message & 0xff) << 8) | (DID_OK <<… in busfree_run() 1397 …done(shpnt, (CURRENT_SC->SCp.Status & 0xff) | ((CURRENT_SC->SCp.Message & 0xff) << 8) | (DID_ABORT… in busfree_run() 1400 …done(shpnt, (CURRENT_SC->SCp.Status & 0xff) | ((CURRENT_SC->SCp.Message & 0xff) << 8) | (DID_RESET… in busfree_run() 1691 CURRENT_SC->SCp.Message = MSGI(0); in msgi_run() 1700 CURRENT_SC->SCp.Message = MSGI(0); in msgi_run()
|
D | nsp32.c | 951 SCpnt->SCp.Message = 0; in nsp32_queuecommand_lck() 1681 SCpnt->SCp.Message = 0; in nsp32_busfree_occur() 1686 (SCpnt->SCp.Message << 8) | in nsp32_busfree_occur() 1694 SCpnt->SCp.Message = 4; in nsp32_busfree_occur()
|
D | NCR5380.c | 2120 cmd->SCp.Message = tmp; 2153 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); 2185 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8);
|
D | atari_NCR5380.c | 2110 cmd->SCp.Message = tmp; in NCR5380_information_transfer() 2153 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in NCR5380_information_transfer() 2213 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8); in NCR5380_information_transfer()
|
D | 53c700.scr | 171 ; Send a message. Message count should be correctly patched
|
D | mesh.c | 599 cmd->result += (cmd->SCp.Message << 8); in mesh_done() 1179 cmd->SCp.Message = code; in handle_msgin()
|
D | 53c700_d.h_shipped | 219 ; Send a message. Message count should be correctly patched
|
D | Kconfig | 483 Module for Marvell Universal Message Interface(UMI) driver
|
/linux-4.4.14/drivers/pci/ |
D | Kconfig | 9 bool "Message Signaled Interrupts (MSI and MSI-X)" 13 This allows device drivers to enable MSI (Message Signaled 14 Interrupts). Message Signaled Interrupts enable a device to
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm,scpi.txt | 1 System Control and Power Interface (SCPI) Message Protocol 5 ("ARM Compute Subsystem SCP: Message Interface Protocols")[0] can be used 23 Clock bindings for the clocks based on SCPI Message Protocol 75 Sensor bindings for the sensors based on SCPI Message Protocol
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | Kconfig | 5 CMTP (CAPI Message Transport Protocol) is a transport layer
|
/linux-4.4.14/Documentation/PCI/ |
D | 00-INDEX | 4 - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
|
D | MSI-HOWTO.txt | 12 This guide describes the basics of Message Signaled Interrupts (MSIs), 20 A Message Signaled Interrupt is a write from the device to a special 217 device requested (via the Multiple Message Capable register). The MSI 510 Using 'lspci -v' (as root) may show some devices with "MSI", "Message
|
D | pci.txt | 380 MSI and MSI-X are PCI capabilities. Both are "Message Signaled Interrupts"
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | arm-mhu.txt | 4 The ARM's Message-Handling-Unit (MHU) is a mailbox controller that has
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,armada-370-xp-mpic.txt | 7 - msi-controller: Identifies the node as an PCI Message Signaled
|
D | arm,gic-v3.txt | 55 used to route Message Signalled Interrupts (MSI) to the CPUs.
|
D | msi.txt | 4 Message Signaled Interrupts (MSIs) are a class of interrupts generated by a
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | cifs.txt | 2 (CIFS) protocol which is the successor to the Server Message Block
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | pq3-mpic-message-B.dtsi | 2 * PQ3 MPIC Message (Group B) device tree stub [ controller @ offset 0x42400 ]
|
D | qoriq-rmu-0.dtsi | 2 * QorIQ RIO Message Unit device tree stub [ controller @ offset 0xd3000 ]
|
D | pq3-rmu-0.dtsi | 2 * PQ3 RIO Message Unit device tree stub [ controller @ offset 0xd3000 ]
|
/linux-4.4.14/Documentation/zh_CN/ |
D | email-clients.txt | 106 然后在"Message"菜单条目,选择插入文件,接着选取你的补丁文件。还有一个额外的选项,你可以
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 677 * Data Channel Receive Message 0 688 * CMC Receive Message 0 699 * Overlay Receive Message 0 725 * Data Channel Receive Message 1 735 * CMC Receive Message 1 745 * Overlay Receive Message 1 770 * Data Channel Receive Message 2 780 * CMC Receive Message 2 790 * Overlay Receive Message 2 809 * Data Channel Receive Message 3 [all …]
|
D | aic7xxx.seq | 1353 * Issue an Ignore Wide Residue Message. 1475 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full 1552 * Message in phase. Bytes are read using Automatic PIO mode.
|
D | aic79xx.seq | 950 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full 1023 * Message in phase. Bytes are read using Automatic PIO mode. 1764 * Issue an Ignore Wide Residue Message.
|
D | aic7xxx.reg | 1732 /* WDTR Message values */
|
/linux-4.4.14/include/scsi/ |
D | scsi_cmnd.h | 50 volatile int Message; member
|
/linux-4.4.14/drivers/firmware/ |
D | Kconfig | 12 tristate "ARM System Control and Power Interface (SCPI) Message Protocol" 15 System Control and Power Interface (SCPI) Message Protocol is
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 84 To insert a patch use Message->Insert File (CTRL+i) or an external editor. 125 Then from the "Message" menu item, select insert file and choose your patch. 277 - "View" > "Message Body As" > "Plain Text"
|
D | md-cluster.txt | 48 3.1 Message Types 68 3.2.2 Message: The lock resource which carries the data to
|
D | Intel-IOMMU.txt | 76 Boot Message Sample
|
D | IPMI.txt | 239 The Upper Layer Interface (Message Handler)
|
D | SubmittingPatches | 163 redirector with a Message-Id, to ensure that the links cannot become
|
D | devices.txt | 437 220 = /dev/mptctl Message passing technology (MPT) control
|
D | kernel-parameters.txt | 88 MSI Message Signaled Interrupts (PCI).
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_sync.txt | 33 1) Message Structure 119 4) Message types
|
D | netlink_mmap.txt | 237 Message reception: 300 Message transmission:
|
D | e100.txt | 82 Event Log Message Level: The driver uses the message level flag to log events
|
D | rds.txt | 167 Message header
|
D | cs89x0.txt | 596 5.) Any Error Message displayed.
|
D | can.txt | 229 reason the CAN interface driver can generate so called Error Message 514 called Error Message Frames that can optionally be passed to the user
|
/linux-4.4.14/net/bluetooth/ |
D | Kconfig | 32 CMTP Module (CAPI Message Transport Protocol)
|
/linux-4.4.14/drivers/message/fusion/ |
D | Kconfig | 6 Say Y here to get to see options for Fusion Message
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 16 (CIFS) protocol which is the successor to the Server Message Block 179 This enables support for the Server Message Block version 2
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic.h | 97 #define CMD_ABTS_STATUS(Cmnd) ((Cmnd)->SCp.Message)
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 1 POHMELFS: Parallel Optimized Host Message Exchange Layered File System.
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 123 Byte 2: Message Type => 0x5A (Enable/Disable status packet) 125 Byte 3: Message Type => 0x00 (Disabled) 202 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode) 296 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode) 400 Byte 2: Message type:
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-avx-asm.S | 76 # Message Schedule 102 # Message Schedule (stack frame)
|
D | sha512-ssse3-asm.S | 99 # Message Schedule (stack frame)
|
/linux-4.4.14/drivers/clk/ |
D | Kconfig | 70 This driver uses SCPI Message Protocol to interact with the
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_scsi.c | 169 if (likely(scmnd->SCp.Message == 0)) { in csio_scsi_fcp_cmnd() 188 fcp_cmnd->fc_tm_flags = (uint8_t)scmnd->SCp.Message; in csio_scsi_fcp_cmnd() 1857 cmnd->SCp.Message = 0; in csio_queuecommand() 2130 cmnd->SCp.Message = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig.arm | 210 This driver uses SCPI Message Protocol driver to interact with the
|
/linux-4.4.14/drivers/scsi/arm/ |
D | fas216.c | 1563 info->scsi.SCp.Message = fas216_readb(info, REG_FF); in fas216_funcdone_intr() 2004 result, SCpnt->SCp.Message, SCpnt->SCp.Status); in fas216_rq_sns_done() 2038 SCpnt->result = result << 16 | info->scsi.SCp.Message << 8 | in fas216_std_done() 2109 SCpnt->SCp.Message = 0; in fas216_std_done()
|
D | acornscsi.c | 805 SCpnt->result = result << 16 | host->scsi.SCp.Message << 8 | host->scsi.SCp.Status; in acornscsi_done() 1504 host->scsi.SCp.Message = message[0]; in acornscsi_message()
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 108 Adapted from Ingo's mail, Message-ID: <20150521101614.GA10889@gmail.com>:
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 4 Message types.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 18 - msi-parent: Link to the hardware entity that serves as the Message
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 42 Message and constructor argument pairs are:
|
D | dm-raid.txt | 199 Message Interface
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 114 limit is 2000. You will get NO Error-Message, 221 Bit 6: 0 = Special RUNG Message off 222 1 = Special RUNG Message on
|
D | INTERFACE.CAPI | 298 CAPIMSG_MSGID(m) CAPIMSG_SETMSGID(m, msgid) Message Number (u16)
|
/linux-4.4.14/crypto/ |
D | Kconfig | 246 Support for Galois/Counter Mode (GCM) and Galois Message 365 Cipher-based Message Authentication Code (CMAC) specified by 376 HMAC: Keyed-Hashing for Message Authentication (RFC2104).
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 433 *NOTIFICATION* -- Message coming in the NEEP as response to something.
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 43 - Message queues
|
/linux-4.4.14/init/ |
D | Kconfig | 243 bool "POSIX Message Queues"
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 890 enable_msi - Enable Message Signaled Interrupt (MSI) (default = off)
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 937 ,note="Message ID: 20031222180114.GA2248@in.ibm.com"
|
/linux-4.4.14/ |
D | MAINTAINERS | 9408 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
|