/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 25 - mpic-msgr-receive-mask: Specifies what registers in the containing block 26 are allowed to receive interrupts. The value is a bit mask where a set 27 bit at bit 'n' indicates that message register 'n' can receive interrupts. 50 // Message registers 0 and 2 in this block can receive interrupts on 53 mpic-msgr-receive-mask = <0x5>; 59 // Message registers 0 and 2 in this block can receive interrupts on 62 mpic-msgr-receive-mask = <0x5>;
|
D | srio-rmu.txt | 66 second element is associated with the receive (RX) interrupt. 96 second element is associated with the receive (RX) interrupt.
|
D | mpic.txt | 55 program will not receive interrupts for sources not belonging
|
/linux-4.4.14/drivers/input/serio/ |
D | libps2.c | 187 int receive = (command >> 8) & 0xf; in __ps2_command() local 191 if (receive > sizeof(ps2dev->cmdbuf)) { in __ps2_command() 203 ps2dev->cmdcnt = receive; in __ps2_command() 204 if (receive && param) in __ps2_command() 205 for (i = 0; i < receive; i++) in __ps2_command() 206 ps2dev->cmdbuf[(receive - 1) - i] = param[i]; in __ps2_command() 245 for (i = 0; i < receive; i++) in __ps2_command() 246 param[i] = ps2dev->cmdbuf[(receive - 1) - i]; in __ps2_command()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 25 13: URXINT1 UART1 receive FIFO half full 29 17: SS2RX SSI2 receive FIFO half or greater full 32 29: URXINT2 UART2 receive FIFO half full
|
D | brcm,bcm2836-l1-intc.txt | 4 events, and SMP IPIs. One of the CPUs may receive interrupts for the
|
/linux-4.4.14/net/caif/ |
D | cfveil.c | 33 vei->layer.receive = cfvei_receive; in cfvei_create() 44 caif_assert(layr->receive != NULL); in cfvei_receive() 55 ret = layr->up->receive(layr->up, pkt); in cfvei_receive()
|
D | cfdgml.c | 34 dgm->layer.receive = cfdgml_receive; in cfdgml_create() 47 caif_assert(layr->receive != NULL); in cfdgml_receive() 62 ret = layr->up->receive(layr->up, pkt); in cfdgml_receive()
|
D | cfutill.c | 34 util->layer.receive = cfutill_receive; in cfutill_create() 46 caif_assert(layr->up->receive != NULL); in cfutill_receive() 56 return layr->up->receive(layr->up, pkt); in cfutill_receive()
|
D | cfdbgl.c | 27 dbg->layer.receive = cfdbgl_receive; in cfdbgl_create() 35 return layr->up->receive(layr->up, pkt); in cfdbgl_receive()
|
D | cfvidl.c | 30 vid->layer.receive = cfvidl_receive; in cfvidl_create() 44 return layr->up->receive(layr->up, pkt); in cfvidl_receive()
|
D | caif_dev.c | 239 static int receive(struct sk_buff *skb, struct net_device *dev, in receive() function 251 if (!caifd || !caifd->layer.up || !caifd->layer.up->receive || in receive() 262 err = caifd->layer.up->receive(caifd->layer.up, pkt); in receive() 278 .func = receive, 350 *rcv_func = receive; in caif_enroll_dev()
|
D | cfrfml.c | 56 this->serv.layer.receive = cfrfml_receive; in cfrfml_create() 107 caif_assert(layr->receive != NULL); in cfrfml_receive() 167 err = rfml->serv.layer.up->receive(rfml->serv.layer.up, pkt); in cfrfml_receive()
|
D | cfserl.c | 40 this->layer.receive = cfserl_receive; in cfserl_create() 153 ret = layr->layer.up->receive(layr->layer.up, pkt); in cfserl_receive()
|
D | cffrml.c | 48 this->layer.receive = cffrml_receive; in cffrml_create() 134 return layr->up->receive(layr->up, pkt); in cffrml_receive()
|
D | caif_usb.c | 46 return layr->up->receive(layr->up, pkt); in cfusbl_receive() 96 this->layer.receive = cfusbl_receive; in cfusbl_create()
|
D | cfmuxl.c | 54 this->layer.receive = cfmuxl_receive; in cfmuxl_create() 205 ret = up->receive(up, pkt); in cfmuxl_receive()
|
D | chnl_net.c | 411 priv->chnl.receive = chnl_recv_cb; in ipcaif_net_setup()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.fax | 18 In receive-mode the LL-driver takes care of the bit-order conversion 67 Defines outgoing/send or incoming/receive connection. 87 (+FCSI/+FTSI on send/receive) 112 ISDN_TTY_FAX_TRAIN_OK output of +FDCS and OK message (for receive mode). 114 ISDN_TTY_FAX_EOP signals end of data in receive mode, 132 Set by HL in receive-mode for +FET message.
|
D | README.concap | 99 - receive data from lower (hardware) layer 169 The network interface does not explicitly provide a receive service
|
D | README.avmb1 | 97 recvqueuelen: number of messages on receive queue
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 23 Contemporary NICs support multiple receive and transmit descriptor queues 27 of logical flows. Packets for each flow are steered to a separate receive 38 stores a queue number. The receive queue for a packet is determined 45 can be directed to their own receive queue. Such “n-tuple” filters can 53 num_queues. A typical RSS configuration would be to have one receive queue 68 Each receive queue has a separate IRQ associated with it. The NIC triggers 74 processing takes place in receive interrupt handling, it is advantageous 75 to spread receive interrupts between CPUs. To manually adjust the IRQ 82 RSS should be enabled when latency is a concern or whenever receive 87 is likely the one with the smallest number of receive queues where no [all …]
|
D | s2io.txt | 44 and receive, TSO. 46 c. Multi-buffer receive mode. Scattering of packet across multiple 58 f. Multi-FIFO/Ring. Supports up to 8 transmit queues and receive rings, 68 Number of receive rings 78 Size of each receive ring(in 4K blocks)
|
D | vxge.txt | 45 Checksum offload (TCP/UDP/IP) on transmit and receive paths 47 Generic Receive Offload (GRO) on receive path 64 Up to 17 hardware based transmit and receive data channels, with
|
D | altera_tse.txt | 36 The SGDMA supports only a single transmit or receive operation at a time, and 74 The driver will post receive buffers to the receive DMA logic during driver 76 underlying DMA logic (MSGDMA is able queue receive buffers, SGDMA is not able 77 to queue receive buffers to the SGDMA receive logic). When a packet is 78 received, the DMA logic generates an interrupt. The driver handles a receive 79 interrupt by obtaining the DMA receive logic status, reaping receive 80 completions until no more receive completions are available. 84 using NAPI for receive operations. Interrupt mitigation is not yet supported
|
D | ixgb.txt | 132 This value is the number of receive descriptors allocated by the driver. 134 Each descriptor is 16 bytes. A receive buffer is also allocated for 137 receive buffer size is 2048 bytes. When the MTU is greater than 1500 the 138 receive buffer size will be either 4056, 8192, or 16384 bytes. The 144 This value delays the generation of receive interrupts in units of 150 run out of available receive descriptors. 172 of Linux to transmit and receive data. The following enhancements were 230 # set maximum receive socket buffer size, default 131071 234 # set default receive socket buffer size, default 65535 254 If your server does not seem to be able to receive UDP traffic as fast as it [all …]
|
D | iphase.txt | 97 RX_CNT = number of receive buffers in the range (1-128) 98 RX_SIZE = size of receive buffers in the range (48-64K) 102 1. Transmit and receive buffer size must be a multiple of 4. 104 transmit and receive buffers is less than or equal to the 124 At the test machine intended to receive data, type:
|
D | netdevices.txt | 38 MTU is symmetrical and applies both to receive and transmit. A device 39 must be able to receive at least the maximum size packet allowed by 40 the MTU. A network device may use the MTU as mechanism to size receive
|
D | ppp_generic.txt | 26 to be able to send PPP frames, receive PPP frames, and optionally 35 on receive. 263 and receive PPP control frames, using the read() and write() system 265 attached to a channel can be used to send and receive PPP frames on 279 makes it available to send and receive data packets for that unit. 324 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface. 334 SC_REJ_COMP_TCP disable receive TCP header decompression 365 field. If this is 0, the ioctl will affect the receive path, 385 the transmit and receive idle timers is restricted to those which 402 NPMODE_PASS normal operation, transmit and receive packets [all …]
|
D | e100.txt | 56 Rx Descriptors: Number of receive descriptors. A receive descriptor is a data 57 structure that describes a receive buffer and its attributes to the network 158 This results in unbalanced receive traffic.
|
D | cxgb.txt | 126 Setting maximum receive socket buffer size: 135 Setting default receive socket buffer size: 157 The receive buffer (RX_WINDOW) size must be at least as large as the 166 Setting the min, max, and default receive buffer (RX_WINDOW) size: 170 The receive buffer (RX_WINDOW) size may be calculated the same as single 176 correct receive buffer size. 177 Setting the min, max, and default receive buffer (RX_WINDOW) size is
|
D | rds.txt | 50 Sockets must be bound before you can send or receive data. 73 setsockopt(SOL_SOCKET): send and receive buffer size 74 RDS honors the send and receive buffer size socket options. 80 The SO_RCVSIZE option controls the maximum receive queue length. 113 Applications can ask the RDS kernel module to receive 218 there is space in the peer's receive buffers for more data. This 223 Messages waiting in the receive queue on the receiving socket
|
D | e1000e.txt | 98 traffic is mostly transmit or mostly receive, the interrupt rate could 106 RxAbsIntDelay parameters. In other words, minimizing the receive 131 This value delays the generation of receive interrupts in units of 1.024 136 may be set too high, causing the driver to run out of available receive 152 receive interrupt is generated. Useful only if RxIntDelay is non-zero, 227 you have a machine with a BMC enabled but cannot receive IPMI traffic after
|
D | e1000.txt | 130 traffic is mostly transmit or mostly receive, the interrupt rate could 138 RxAbsIntDelay parameters. In other words, minimizing the receive 174 This value specifies the number of receive buffer descriptors allocated 178 Each descriptor is 16 bytes. A receive buffer is also allocated for each 184 for a higher number of receive descriptors may be denied. In this 192 This value delays the generation of receive interrupts in units of 1.024 197 may be set too high, causing the driver to run out of available receive 214 receive interrupt is generated. Useful only if RxIntDelay is non-zero,
|
D | can.txt | 14 3.1 receive lists 32 4.2.5 Broadcast Manager receive filter timers 33 4.2.6 Broadcast Manager multiplex message receive filter 83 receive raw CAN frames, directly to/from the controller hardware. 167 3.1 receive lists 173 high efficient receive lists for this reason. If e.g. a user space 180 To optimize the CPU usage at runtime the receive lists are split up 198 example (2) as it would receive in example (1) there is need for 430 - The socket does not receive its own sent frames (in loopback mode) 456 receive filters for each open socket separately: [all …]
|
D | phonet.txt | 9 receive and send messages from/to the modem, or any other external 62 only send and receive Phonet packets. 94 2^10 object IDs available, and can send and receive packets with any
|
D | proc_net_tcp.txt | 24 | |----------------------> receive-queue
|
D | ipvlan.txt | 34 that in L3 mode the slaves wont receive any multicast / broadcast traffic. 49 will not receive nor can send multicast / broadcast traffic.
|
D | netlink_mmap.txt | 9 overhead of unicast receive and transmit operations. Some netlink subsystems 51 On kernel side, in order to make use of memory mapped I/O on receive, the 186 to invoke recvmsg() to receive the message and release 281 /* Frame queued to socket receive queue */
|
D | timestamping.txt | 17 reading the looped packet receive timestamp. 30 same is true for all early receive timestamp options. 62 requested by a particular socket, such as when receive timestamping is 71 kernel receive stack. 158 are already supported unconditionally on all packets with receive 170 charged to the socket's receive budget (SO_RCVBUF) and delivers 277 set and with a msg_control buffer sufficiently large to receive the
|
D | spider_net.txt | 18 The receive (RX) ring is a circular linked list of RX descriptors, 28 to receive data from the hardware. A "full" descriptor has data in it, 35 buffers. These are all marked "empty", ready to receive data. This 65 then mark the descr as "empty", ready to receive data. Thus, when there
|
D | framerelay.txt | 16 activate/deactivate and dlci_config. The DLCI supplies a receive function
|
D | netdev-features.txt | 164 This requests that the NIC receive all possible frames, including errored 166 bad packets on it. Some NICs may receive more packets if also put into normal
|
D | driver.txt | 88 not receive or transmit any data. All in flight packets must
|
D | LICENSE.qlcnic | 34 this service if you wish), that you receive source code or can get it 45 you have. You must make sure that they, too, receive or can get the 90 source code as you receive it, in any medium, provided that you 216 all those who receive copies directly or indirectly through you, then
|
D | LICENSE.qlge | 34 this service if you wish), that you receive source code or can get it 45 you have. You must make sure that they, too, receive or can get the 90 source code as you receive it, in any medium, provided that you 216 all those who receive copies directly or indirectly through you, then
|
D | ipvs-sysctl.txt | 192 of incoming packets that a connection needs to receive before 241 Kernels with this sync_version entry are able to receive messages
|
D | ip-sysctl.txt | 287 valid "receive only" state for an un-orphaned connection, an 396 If set, TCP performs receive buffer auto-tuning, attempting to 493 min: Minimal size of receive buffer used by TCP sockets. 498 default: initial size of receive buffer used by TCP sockets. 504 max: maximal size of receive buffer allowed for automatically 507 automatic tuning of that socket's receive buffer size, in which 676 not receive a window scaling option from them. 735 Minimal size of receive buffer used by UDP sockets in moderation. 1126 with the hope we will receive reply for our request and 1746 provides the ability to send and receive authenticated chunks and is [all …]
|
D | l2tp.txt | 101 referenced tunnel id. This hooks up the UDP receive path via 127 RECVSEQ - 0 => receive packet sequence numbers are optional 128 1 => drop receive packets without sequence numbers
|
D | vortex.txt | 152 short period if they receive a PAUSE frame from the link partner. 179 The driver's interrupt service routine can handle many receive and 210 decrease in throughput for send(). There is no effect upon receive
|
D | nfc.txt | 64 * data_exchange - send data and receive the response (transceive operation)
|
D | tlan.txt | 52 0x02 Turn on receive debugging messages.
|
D | rxrpc.txt | 8 receive data, aborts and errors. 250 Any messages waiting in the receive queue for that call will be discarded. 286 the receive queue, then recvmsg will keep working through them until: 662 Any packets waiting in the socket's receive queue will be discarded if 932 The size of the receive window in packets. This is the maximum number of 938 The maximum packet MTU size that we're willing to receive in bytes. This
|
D | decnet.txt | 124 there will be a routing daemon to send and receive routing messages for 208 will simply set themselves into promiscuous mode in order to receive
|
D | ixgbe.txt | 109 frames are generated when the receive packet buffer crosses a predefined 124 Supports advanced filters that direct receive packets by their flows to
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | designware-i2s.txt | 12 one for receive. 13 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
|
D | adi,axi-i2s.txt | 13 receive. 14 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
|
D | fsl-sai.txt | 42 receiver will send and receive data by following 48 receive data by following their own bit clocks and 54 transimitter and receiver will send and receive data by following clocks
|
D | tas2552.txt | 17 tas2552 can receive it's reference clock via MCLK, BCLK, IVCLKIN pin or use the
|
D | rockchip-spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or
|
D | fsl,spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or
|
D | fsl,esai.txt | 31 - fsl,fifo-depth : The number of elements in the transmit and receive
|
D | fsl,ssi.txt | 29 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Kconfig | 33 This option toggles the prescanning of the receive queue for 36 After the prescanning step, the receive queue is processed as
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | imx-sata.txt | 20 - fsl,receive-eq-mdB : receive equalisation, in milli-decibels
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 69 CAIF payload with receive and transmit functions. 73 to the called function (except for framing layers' receive function) 151 layer->up->receive(layer->up, packet); 162 Net device and Socket implement the 'receive()' function defined by 164 receive of packets is handled as by the rest of the layers: the 'dn->transmit()'
|
D | spi_porting.txt | 33 you a chance to set up your hardware to be ready to receive 141 * receive the data from the master SPI. */ 153 * the master that you are ready to receive the data from the master
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 11 int "Number of receive buffers" 35 Additional receive skb headroom. Note, that driver
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | qcom,msm-uartdm.txt | 4 transmit and/or receive channels can be offloaded to a dma-engine. From a 27 - dmas: Should contain dma specifiers for transmit and receive channels 28 - dma-names: Should contain "tx" for transmit and "rx" for receive channels
|
D | nxp,lpc1850-uart.txt | 15 and named "rx" for receive.
|
D | omap_serial.txt | 21 - dma-names : "rx" for receive channel, "tx" for transmit channel.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-orion-net.txt | 45 - marvell,rx-queue-size: size of the receive ring buffer. 46 - marvell,rx-sram-addr: address of receive descriptor buffer located in SRAM. 47 - marvell,rx-sram-size: size of receive descriptor buffer located in SRAM.
|
D | samsung-sxgbe.txt | 10 trasmit DMA interrupts, receive DMA interrupts and lpi interrupt. 13 index 1 to 25 - 8 variable trasmit interrupts, variable 16 receive interrupts
|
D | ethernet.txt | 22 - rx-fifo-depth: the size of the controller's receive fifo in bytes. This 23 is used for components that can have configurable receive fifo sizes,
|
D | brcm,systemport.txt | 19 - systemport,num-rxq: number of HW receive queues, an integer
|
D | altera_tse.txt | 22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes
|
D | fsl-tsec-phy.txt | 52 transmit, the second is receive, and the third is error.
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.h | 220 void (*receive)(struct ap_device *, struct ap_message *, member 250 ap_msg->receive = NULL; in ap_init_message()
|
D | zcrypt_msgtype6.c | 924 ap_msg.receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_modexpo() 968 ap_msg.receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_modexpo_crt() 1012 ap_msg.receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_send_cprb() 1054 ap_msg.receive = zcrypt_msgtype6_receive_ep11; in zcrypt_msgtype6_send_ep11_cprb() 1098 ap_msg.receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_rng()
|
D | ap_bus.c | 570 ap_msg->receive(ap_dev, ap_msg, ap_dev->reply); in ap_sm_recv() 662 ap_msg->receive(ap_dev, ap_msg, NULL); in ap_sm_write() 980 BUG_ON(!ap_msg->receive); in ap_queue_message() 1344 ap_msg->receive(ap_dev, ap_msg, NULL); in __ap_flush_queue() 1350 ap_msg->receive(ap_dev, ap_msg, NULL); in __ap_flush_queue()
|
D | zcrypt_msgtype50.c | 440 ap_msg.receive = zcrypt_cex2a_receive; in zcrypt_cex2a_modexpo() 486 ap_msg.receive = zcrypt_cex2a_receive; in zcrypt_cex2a_modexpo_crt()
|
/linux-4.4.14/drivers/spi/ |
D | spi-fsl-spi.h | 35 __be32 receive; member
|
D | spi-fsl-espi.c | 36 __be32 receive; /* 0x014 - eSPI receive FIFO access register*/ member 550 rx_data = mpc8xxx_spi_read_reg(®_base->receive); in fsl_espi_cpu_irq() 555 rx_data_8 = in_8((u8 *)®_base->receive); in fsl_espi_cpu_irq()
|
/linux-4.4.14/include/linux/ |
D | if_frad.h | 64 void (*receive)(struct sk_buff *skb, struct net_device *); member
|
D | if_team.h | 105 rx_handler_result_t (*receive)(struct team *team, member
|
/linux-4.4.14/include/uapi/linux/ |
D | atmlec.h | 89 unsigned char receive; /* 1= receive vcc, 0 = send vcc */ member
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | Kconfig | 20 for the receive buffer. The driver will allocate the RX buffer 28 for the receive buffer. The driver will allocate the RX buffer
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_2bs0.c | 331 int receive, transmit, count = 5; in main_irq_hfc() local 342 receive = 0; in main_irq_hfc() 352 receive = 1; in main_irq_hfc() 355 if (receive || (bcs->mode == L1_MODE_TRANS)) { in main_irq_hfc() 373 receive = 1; in main_irq_hfc() 393 if ((receive || transmit) && count) in main_irq_hfc()
|
D | hfc_pci.c | 454 int receive, count = 5; in main_rec_hfcpci() local 502 receive = 1; in main_rec_hfcpci() 504 receive = 0; in main_rec_hfcpci() 506 receive = hfcpci_empty_fifo_trans(bcs, bz, bdata); in main_rec_hfcpci() 508 receive = 0; in main_rec_hfcpci() 510 if (count && receive) in main_rec_hfcpci() 832 int receive, count = 5; in receive_emsg() local 914 receive = 1; in receive_emsg() 916 receive = 0; in receive_emsg() 918 receive = 0; in receive_emsg() [all …]
|
D | hfc_2bds0.c | 356 int receive, count = 5; in main_rec_2bds0() local 393 receive = 1; in main_rec_2bds0() 395 receive = 0; in main_rec_2bds0() 397 receive = 0; in main_rec_2bds0() 399 if (count && receive) in main_rec_2bds0()
|
D | arcofi.c | 73 if (cs->dc.isac.arcofi_list->receive) { in arcofi_fsm()
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 51 That is, you might put your device asleep unless you receive the UHID_OPEN 52 event. If you receive the UHID_OPEN event, you should start I/O. If the last 53 user closes the HID device, you will receive an UHID_CLOSE event. This may be 55 reference-counting in user-space. That is, you will never receive multiple 96 may still be pending messages that you can receive with read() but no further 107 If you receive a UHID_GET_REPORT request you must answer with this request.
|
D | hidraw.txt | 15 which send and receive data in a way that is inconsistent with their report
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 50 receive buffer sizes. 156 unnecessarily receive large structures whose fields are of no interest, then 169 - increase the receive buffer sizes for the netlink sockets opened by 170 listeners to receive exit data. 178 indicated overflow of receive buffers, it should take measures to handle the
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-meson.txt | 7 receive buffer.
|
D | spi_pl022.txt | 23 receive.
|
D | qcom,spi-qup.txt | 40 receive.
|
D | spi-samsung.txt | 24 named "tx" for transmit and named "rx" for receive.
|
D | spi-bus.txt | 67 Now the value that spi-tx-bus-width and spi-rx-bus-width can receive is
|
/linux-4.4.14/include/net/caif/ |
D | caif_layer.h | 179 int (*receive)(struct cflayer *layr, struct cfpkt *cfpkt); member
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | si4713.txt | 3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 24 - rx-clock-name: the UCC receive clock source 37 - rx-clock : represents the UCC receive clock source.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | renesas,mmcif.txt | 21 receive DMA channel.
|
D | exynos-dw-mshc.txt | 31 in transmit mode and CIU clock phase shift value in receive mode for single 36 in transmit mode and CIU clock phase shift value in receive mode for double
|
/linux-4.4.14/Documentation/ |
D | IPMI.txt | 111 I2C kernel driver's SMBus interfaces to send and receive IPMI messages 235 You should look at the receive type and handle the message 276 look at the receive type, too. 288 EMSGSIZE error and the driver will leave the data in the receive 295 command. If the response is not receive in the IPMI-specified 5 300 In kernelland, after you receive a message and are done with it, you 306 that lets you supply the smi and receive message. This is useful for 317 commands that other things on the IPMB bus have sent you). To receive 321 To receive events, you must call ipmi_set_gets_events() and set the 325 for events, they will all receive all events that come in. [all …]
|
D | io_ordering.txt | 27 In the case above, the device may receive newval2 before it receives newval,
|
D | md-cluster.txt | 73 is used to inform the receive node that a node wants to communicate. 77 1. receive status
|
D | lockup-watchdogs.txt | 44 does not receive any hrtimer interrupt during that time the
|
/linux-4.4.14/drivers/net/team/ |
D | team_mode_activebackup.c | 120 .receive = ab_receive,
|
D | team.c | 534 !team->mode->ops->receive) in team_adjust_ops() 535 team->ops.receive = team_dummy_receive; in team_adjust_ops() 537 team->ops.receive = team->mode->ops->receive; in team_adjust_ops() 733 res = team->ops.receive(team, port, skb); in team_handle_frame()
|
/linux-4.4.14/Documentation/thermal/ |
D | x86_pkg_temperature_thermal | 21 user mode can receive notification via thermal notification mechanism and can
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-io-serial-low.S | 28 # GDB stub serial receive interrupt entry point
|
D | gdb-io-ttysm-low.S | 28 # GDB stub serial receive interrupt entry point
|
D | mn10300-serial-low.S | 59 # serial port receive interrupt virtual DMA entry point
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | Kconfig | 103 transmit and receive rings. 138 transmit and receive rings.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | primecell.txt | 21 Devices with exactly one receive and transmit channel shall name
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-fpga-manager | 33 * write = FPGA ready to receive image data
|
D | sysfs-driver-hid-roccat-kone | 8 processed to receive the real dpi value. 33 further usage in other programs. To receive the real version
|
D | sysfs-class-net-statistics | 59 Indicates the number of receive FIFO errors seen by this 88 due to lack of capacity in the receive side. See the network
|
D | sysfs-class-net-queues | 17 processed by this particular network device receive queue.
|
D | dev-kmsg | 32 Every read() will receive the next available record. If no more
|
D | sysfs-class-net-cdc_ncm | 7 than this to tx_max, allowing the device to receive
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.scr | 30 ABSOLUTE StatusAddress = 0 ; Addr to receive status return 31 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg 185 ; receive it correctly
|
D | 53c700_d.h_shipped | 33 ABSOLUTE StatusAddress = 0 ; Addr to receive status return 34 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg 248 ; receive it correctly
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 76 attached_sas_addr -- set this when you (LLDD) receive an 368 receive SMP responses. 379 4. Read the amount of data you expect to receive for the frame you built. 380 If you receive different amount of data you expected to receive,
|
D | LICENSE.qla4xxx | 35 this service if you wish), that you receive source code or can get it 46 you have. You must make sure that they, too, receive or can get the 91 source code as you receive it, in any medium, provided that you 217 all those who receive copies directly or indirectly through you, then
|
D | LICENSE.qla2xxx | 36 this service if you wish), that you receive source code or can get it 47 you have. You must make sure that they, too, receive or can get the 92 source code as you receive it, in any medium, provided that you 218 all those who receive copies directly or indirectly through you, then
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | Kconfig | 46 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 95 The default setting of the socket receive buffer in bytes. 100 The maximum receive socket buffer size in bytes. 104 Allow processes to receive tx timestamps looped together with the original 283 The TIPC protocol now has a tunable for the receive memory, similar to the
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 4 is to receive from the device.
|
D | xilinx_vdma.txt | 4 to receive from the video device.
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 76 receive (RX) direction. 121 Burst sixteen words at once in the receive direction. This may work 128 Burst eight words at once in the receive direction. This may work 136 Burst four words at once in the receive direction. This is the 144 Burst two words at once in the receive direction. You may want to
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 42 radio. If you say Y here, you will be able to send and receive AX.25 54 modem), in order to send and receive AX.25 packet radio network 108 Some transmitters feed the transmitted signal back to the receive
|
D | baycom_epp.c | 561 static int receive(struct net_device *dev, int cnt) in receive() function 693 if (receive(dev, cnt)) in epp_bh() 735 if (receive(dev, cnt)) in epp_bh() 746 if (receive(dev, 1)) in epp_bh()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ti-dma-crossbar.txt | 9 - dma-requests: Number of DMA requests the crossbar can receive
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | Kconfig | 51 int "Number of receive buffer packets"
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 15 receive bytes (Tx and Rx). Therefore, we must define a new layering scheme under
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 36 MADs are received using read(). The receive side now supports 72 If a send times out, a receive will be generated with mad.status set
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 462 ; 115.2kbaud for both transmit and receive 496 ; 115.2kbaud for both transmit and receive 531 ; 115.2kbaud for both transmit and receive 567 ; 115.2kbaud for both transmit and receive
|
/linux-4.4.14/drivers/infiniband/ |
D | Kconfig | 21 userspace processes to send and receive MADs. You will also
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 119 2c) A private mount does not forward or receive propagation. 300 receive or forward any propagation events. 305 receive or forward any propagation events and cannot 479 are created and mounted at dentry 'b' on all mounts that receive 488 are created and mounted at dentry 'b' on all mounts that receive 497 receive propagation from mount 'B'. A new propagation tree is created 506 create new mounts that get mounted on the mounts that receive 547 'b' on mounts that receive propagation from mount 'B' and does not have 907 be attached to each of the mounts that receive
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6q-hummingboard.dts | 57 fsl,receive-eq-mdB = <3000>;
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 57 receive and forward traffic based on VLAN information in the packet
|
/linux-4.4.14/drivers/rapidio/ |
D | Kconfig | 19 enable and a Input port receive enable. The recommended state
|
/linux-4.4.14/net/can/ |
D | Kconfig | 29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 22 time to wake up from sleep before they can receive SPI transfers at a high
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | kimagerescue.S | 82 ; and receive
|
D | head_v10.S | 250 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit and receive
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-pyra | 8 processed to receive the real dpi value. 33 further usage in other programs. To receive the real version
|
D | sysfs-driver-hid-roccat-kovaplus | 47 further usage in other programs. To receive the real version
|
/linux-4.4.14/Documentation/vm/ |
D | overcommit-accounting | 20 pages but will receive errors on memory allocation as
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DAI.txt | 47 receive the audio data. Bit clock usually varies depending on sample rate
|
/linux-4.4.14/fs/cifs/ |
D | transport.c | 538 mid_receive_t *receive, mid_callback_t *callback, in cifs_call_async() argument 563 mid->receive = receive; in cifs_call_async()
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 118 If we receive a message and its sequence number is not equal to one we 119 are expecting, then it is a new message. If we receive a message and
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 37 setuid(2) and receive SCM_RIGHTS datagrams.
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 24 The purpose of an Analogue TV is to receive and display an 35 * Tune the receiver to receive a broadcast signal 58 * Tune the received to receive a broadcast signal.
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 79 /* Set this flag if you want to receive data even whilst sending data */
|
D | n_gsm.txt | 75 - and to use gnokii to send / receive SMS on ttygsm1
|
D | tty.txt | 63 If not defined, the process will receive an EIO 69 process will receive an EIO error. May sleep. 247 minimal impact as most receive logic uses the flip buffers and they only
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 8 Hardware blocks typically receive a reset signal. This signal is generated by
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 29 Simple receive transaction
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 66 device. You receive the pagelist which is the list of pages that were written
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 81 /* Send and receive short messages */
|
/linux-4.4.14/net/ |
D | Kconfig | 105 overhead in the transmit and receive paths. 140 reach the outside and can receive replies. It is even possible to 293 The network stack has to drop packets when a receive processing CPU's
|
/linux-4.4.14/drivers/net/hyperv/ |
D | hyperv_net.h | 971 } receive; member 1122 struct rndis_flowspec receive; member
|
/linux-4.4.14/net/mac80211/ |
D | Kconfig | 90 packet receive/transmit events. 126 easier debugging of problems in the transmit and receive
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | hdspm.txt | 36 transmission/receive-mode , only 28 are transmitted/received 44 transmission/receive-mode , only 14 are transmitted/received
|
/linux-4.4.14/Documentation/ptp/ |
D | ptp.txt | 50 ancillary clock features. User space can receive time stamped
|
/linux-4.4.14/drivers/s390/net/ |
D | Kconfig | 46 Select this option if you want to be able to receive SMSG messages
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 8 MEI misc character device is useful for dedicated applications to send and receive
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 74 buffer which is large enough to receive the largest event that
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 92 reset sequence, in the face of severe receive errors. This "new"
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 58 Now, the hpwdt can successfully receive and source the NMI and provide a log
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | dsi.txt | 38 driving a 2-DSI panel whose 2 links need receive command simultaneously.
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 70 to receive events.
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 84 Send and receive HID reports 108 gadget and you should receive the host answer, corresponding
|
D | error-codes.txt | 160 processing, devices may receive such fault reports for every request.
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 24 this service if you wish), that you receive source code or can get it 35 you have. You must make sure that they, too, receive or can get the 80 source code as you receive it, in any medium, provided that you 206 all those who receive copies directly or indirectly through you, then
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 24 this service if you wish), that you receive source code or can get it 35 you have. You must make sure that they, too, receive or can get the 80 source code as you receive it, in any medium, provided that you 206 all those who receive copies directly or indirectly through you, then
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 30 wish), that you receive source code or can get it if you want it, that you 41 must make sure that they, too, receive or can get the source code. And you 84 as you receive it, in any medium, provided that you conspicuously and 208 receive copies directly or indirectly through you, then the only way you
|
/linux-4.4.14/ |
D | COPYING | 40 this service if you wish), that you receive source code or can get it 51 you have. You must make sure that they, too, receive or can get the 96 source code as you receive it, in any medium, provided that you 222 all those who receive copies directly or indirectly through you, then
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83793 | 77 slow down all controlled fans, this means one fan can receive different
|
D | adm9240 | 59 measurement update rate and will receive cached data from the most
|
/linux-4.4.14/Documentation/driver-model/ |
D | class.txt | 60 from the class and re-added, it will receive a different enumerated
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 44 virtnic module, including interrupt information, send and receive
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 74 on data, such as packet transmit/receive, are not mediated by 337 other drivers such as the Ethernet driver to receive and transmit data.
|
/linux-4.4.14/Documentation/fpga/ |
D | fpga-mgr.txt | 160 The .write_init function will prepare the FPGA to receive the image data.
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 48 - dma-names: specifies the names of the channels. Use "rxN" for receive
|
/linux-4.4.14/Documentation/cgroups/ |
D | devices.txt | 16 never receive a device access which is denied by its parent.
|
/linux-4.4.14/drivers/net/wan/ |
D | dlci.c | 480 dlp->receive = dlci_receive; in dlci_setup()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 127 in a round-robin manner. Servers with higher weights receive 264 allow destinations to receive more connections, the table is
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 615 int receive = 0, count = 5; in main_rec_hfcpci() local 658 receive = 1; in main_rec_hfcpci() 660 receive = 0; in main_rec_hfcpci() 665 receive = 0; in main_rec_hfcpci() 666 if (count && receive) in main_rec_hfcpci()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 78 receive some data from an NFS transport.
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 231 void (*receive)(struct gsm_mux *gsm, u8 ch); member 2099 gsm->receive = gsm0_receive; in gsm_activate_mux() 2101 gsm->receive = gsm1_receive; in gsm_activate_mux() 2290 gsm->receive(gsm, *dp); in gsmld_receive_buf()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 47 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive 418 This means that non -deadline tasks will receive at least 5% of the CPU time, 419 and that -deadline tasks will receive their runtime with a guaranteed 423 deterministically guarantee that -deadline tasks will receive their runtime
|
/linux-4.4.14/drivers/net/can/ |
D | Kconfig | 60 This option adds two LED triggers for packet receive and transmit
|
/linux-4.4.14/drivers/s390/char/ |
D | Kconfig | 168 Select this option if you want to be able to receive records collected
|
/linux-4.4.14/Documentation/video4linux/ |
D | si4713.txt | 13 The chip also allows integrated receive power scanning to identify low signal
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 416 That is, when the device is in MFMC mode, the host will receive 427 FSP will send out enable/disable packet when FSP receive PS/2 enable/disable 428 command. Host will receive the packet which Middle, Right, Left button will 806 bit 2 and 3. That is, if any of those bit is 1, host will receive
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 51 being; they might receive a shared IRQ nonetheless.
|