/linux-4.1.27/drivers/net/wan/ |
D | hd64570.c | 87 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc() argument 89 return (desc + 1) % (transmit ? port_to_card(port)->tx_ring_buffers in next_desc() 94 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number() argument 99 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc. in desc_abs_number() 101 transmit * rx_buffs + desc; in desc_abs_number() 105 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() argument 108 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc); in desc_offset() 113 int transmit) in desc_address() argument 117 + desc_offset(port, desc, transmit)); in desc_address() 120 + desc_offset(port, desc, transmit)); in desc_address() [all …]
|
D | hd64572.c | 78 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number() argument 83 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc. in desc_abs_number() 84 return port->chan * (rx_buffs + tx_buffs) + transmit * rx_buffs + desc; in desc_abs_number() 88 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() argument 91 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc); in desc_offset() 96 int transmit) in desc_address() argument 99 desc_offset(port, desc, transmit)); in desc_address() 103 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset() argument 106 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset() 132 int transmit, i; in sca_init_port() local [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | imx-sata.txt | 17 - fsl,transmit-level-mV : transmit voltage level, in millivolts. 18 - fsl,transmit-boost-mdB : transmit boost level, in milli-decibels 19 - fsl,transmit-atten-16ths : transmit attenuation, in 16ths
|
D | sata_highbank.txt | 27 cycles to transmit before sending an SGPIO pattern 29 cycles to transmit after sending an SGPIO pattern
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-queues | 24 Indicates the number of transmit timeout events seen by this 25 network interface transmit queue. 42 network device transmit queue. Possible vaules depend on the 51 of this particular network device transmit queue. 60 network device transmit queue. 68 on this network device transmit queue. This value is clamped 77 queued on this network device transmit queue. See 86 queued on this network device transmit queue. Default value is
|
D | sysfs-class-net-cdc_ncm | 13 Padding to tx_max allows the driver to transmit NTBs
|
D | sysfs-tty | 81 Show the transmit FIFO size for this port.
|
D | sysfs-class-net-statistics | 171 Indicates the number of packets having caused a transmit
|
D | sysfs-class-net | 215 Indicates the interface transmit queue len in number of packets,
|
/linux-4.1.27/drivers/usb/musb/ |
D | musbhsdma.c | 65 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate() argument 80 musb_channel->transmit = transmit; in dma_channel_allocate() 86 channel->desired_mode = transmit; in dma_channel_allocate() 133 | (musb_channel->transmit in configure_channel() 157 musb_channel->transmit ? "Tx" : "Rx", in dma_channel_program() 205 if (musb_channel->transmit) { in dma_channel_abort() 324 && (musb_channel->transmit) in dma_controller_irq() 349 musb_channel->transmit); in dma_controller_irq()
|
D | cppi_dma.c | 160 controller->tx[i].transmit = true; in cppi_controller_start() 164 controller->rx[i].transmit = false; in cppi_controller_start() 280 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate() argument 298 if (transmit) { in cppi_channel_allocate() 318 index, transmit ? 'T' : 'R', cppi_ch); in cppi_channel_allocate() 323 dev_dbg(musb->controller, "Allocate CPPI%d %cX\n", index, transmit ? 'T' : 'R'); in cppi_channel_allocate() 340 else if (!c->transmit) in cppi_channel_release() 965 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() 971 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() 977 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() [all …]
|
D | musb_dma.h | 177 extern void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit);
|
D | cppi_dma.h | 87 bool transmit; member
|
D | musbhsdma.h | 150 u8 transmit; member
|
D | blackfin.c | 378 if (musb_channel->transmit && *mode == 1) in bfin_musb_adjust_channel_params()
|
D | musb_core.c | 1656 void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit) in musb_dma_completion() argument 1672 if (transmit) { in musb_dma_completion()
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty
|
/linux-4.1.27/net/caif/ |
D | cfveil.c | 34 vei->layer.transmit = cfvei_transmit; in cfvei_create() 84 caif_assert(layr->dn->transmit != NULL); in cfvei_transmit() 97 return layr->dn->transmit(layr->dn, pkt); in cfvei_transmit()
|
D | cfutill.c | 35 util->layer.transmit = cfutill_transmit; in cfutill_create() 86 caif_assert(layr->dn->transmit != NULL); in cfutill_transmit() 103 return layr->dn->transmit(layr->dn, pkt); in cfutill_transmit()
|
D | cfdbgl.c | 28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create() 54 return layr->dn->transmit(layr->dn, pkt); in cfdbgl_transmit()
|
D | cfvidl.c | 31 vid->layer.transmit = cfvidl_transmit; in cfvidl_create() 64 return layr->dn->transmit(layr->dn, pkt); in cfvidl_transmit()
|
D | cfdgml.c | 35 dgm->layer.transmit = cfdgml_transmit; in cfdgml_create() 113 return layr->dn->transmit(layr->dn, pkt); in cfdgml_transmit()
|
D | cfsrvl.c | 101 caif_assert(layr->dn->transmit != NULL); in cfservl_modemcmd() 126 return layr->dn->transmit(layr->dn, pkt); in cfservl_modemcmd() 147 return layr->dn->transmit(layr->dn, pkt); in cfservl_modemcmd()
|
D | cfrfml.c | 57 this->serv.layer.transmit = cfrfml_transmit; in cfrfml_create() 210 return rfml->serv.layer.dn->transmit(rfml->serv.layer.dn, pkt); in cfrfml_transmit_segment() 223 caif_assert(layr->dn->transmit != NULL); in cfrfml_transmit()
|
D | cfserl.c | 41 this->layer.transmit = cfserl_transmit; in cfserl_create() 181 return layer->dn->transmit(layer->dn, newpkt); in cfserl_transmit()
|
D | cffrml.c | 49 this->layer.transmit = cffrml_transmit; in cffrml_create() 166 return layr->dn->transmit(layr->dn, pkt); in cffrml_transmit()
|
D | caif_usb.c | 75 return layr->dn->transmit(layr->dn, pkt); in cfusbl_transmit() 97 this->layer.transmit = cfusbl_transmit; in cfusbl_create()
|
D | cfmuxl.c | 55 this->layer.transmit = cfmuxl_transmit; in cfmuxl_create() 240 err = dn->transmit(dn, pkt); in cfmuxl_transmit()
|
D | caif_dev.c | 164 static int transmit(struct cflayer *layer, struct cfpkt *pkt) in transmit() function 340 caifd->layer.transmit = transmit; in caif_enroll_dev()
|
D | cfctrl.c | 196 dn->transmit(dn, pkt); in cfctrl_enum_req() 290 dn->transmit(dn, pkt); in cfctrl_linkup_request() 324 dn->transmit(dn, pkt); in cfctrl_linkdown_req()
|
D | chnl_net.c | 249 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt); in chnl_net_start_xmit()
|
D | caif_socket.c | 517 return cf_sk->layer.dn->transmit(cf_sk->layer.dn, pkt); in transmit_skb()
|
/linux-4.1.27/Documentation/networking/ |
D | vxge.txt | 45 Checksum offload (TCP/UDP/IP) on transmit and receive paths 46 TCP Segmentation Offload (TSO) on transmit path 64 Up to 17 hardware based transmit and receive data channels, with 65 multiple steering options (transmit multiqueue enabled by default).
|
D | ppp_generic.txt | 34 responsible for splitting datagrams on transmit and recombining them 86 (e.g. an ioctl) to transmit this back to user-space, as user-space 148 that it buffers in the transmit direction. It maintains a queue of 149 transmit packets for the PPP unit (network interface device) plus a 150 queue of transmit packets for each attached channel. Normally the 151 transmit queue for the unit will contain at most one packet; the 155 called netif_stop_queue(), which only happens on a transmit timeout. 157 is asked to transmit. 159 Transmit packets are dequeued from the PPP unit transmit queue and 181 to transmit. The channel may still refuse a fragment; in this case [all …]
|
D | netdevices.txt | 27 not pass a socket buffer (skb) to a device to transmit with more data 35 transmit routine, and the device will break that up into separate 38 MTU is symmetrical and applies both to receive and transmit. A device 83 o NETDEV_TX_BUSY Cannot transmit packet, try later
|
D | altera_tse.txt | 36 The SGDMA supports only a single transmit or receive operation at a time, and 66 When the driver's transmit routine is called by the kernel, it sets up a 67 transmit descriptor by calling the underlying DMA transmit routine (SGDMA or 68 MSGDMA), and initites a transmit operation. Once the transmit is complete, an 69 interrupt is driven by the transmit DMA logic. The driver handles the transmit 71 resource required to send and track the requested transmit operation. 85 for transmit operations, but will be added in a future maintenance release.
|
D | s2io.txt | 43 b. Offloads. Supports checksum offload(TCP/UDP/IP) on transmit 58 f. Multi-FIFO/Ring. Supports up to 8 transmit queues and receive rings, 63 Number of transmit queues 73 Size of each transmit queue
|
D | iphase.txt | 99 TX_CNT = number of transmit buffers in the range (1-128) 100 TX_SIZE = size of transmit buffers in the range (48-64K) 104 transmit and receive buffers is less than or equal to the 140 This option may only be set on the transmit machine.
|
D | scaling.txt | 23 Contemporary NICs support multiple receive and transmit descriptor queues 368 which transmit queue to use when transmitting a packet on a multi-queue 371 exclusively to a subset of CPUs, where the transmit completions for 376 transmit queue). Secondly, cache miss rate on transmit completion is 380 XPS is configured per transmit queue by setting a bitmap of CPUs that 381 may use that queue to transmit. The reverse mapping, from CPUs to 382 transmit queues, is computed and maintained for each network device. 392 This transmit queue is used for subsequent packets sent on the flow to 397 there are no outstanding packets in the flow, so the transmit queue can 407 configured. To enable XPS, the bitmap of CPUs that may use a transmit [all …]
|
D | driver.txt | 8 transmit function will become busy. 88 not receive or transmit any data. All in flight packets must
|
D | timestamping.txt | 16 Only for multicast:approximate transmit timestamp obtained by 84 transmit latency is, if long, often dominated by queuing delay. The 131 can be reordered in the transmit path, for instance in the packet 148 This option is implemented only for transmit timestamps. There, the 159 timestamps and on IPv6 packets with transmit timestamp. This option 160 extends them to IPv4 packets with transmit timestamp. One use case 167 Applies to transmit timestamps only. Makes the kernel return the 274 For transmit timestamps the outgoing packet is looped back to the
|
D | e1000.txt | 130 traffic is mostly transmit or mostly receive, the interrupt rate could 139 and/or transmit absolute delays does not force the controller to 237 This value is the number of transmit descriptors allocated by the driver. 242 higher number of transmit descriptors may be denied. In this case, 255 the adapter, after which the transmit flow will restart, though data may 281 This value delays the generation of transmit interrupts in units of 285 causing the driver to run out of available transmit descriptors. 294 transmit interrupt is generated. Useful only if TxIntDelay is non-zero,
|
D | 3c509.txt | 139 If a 3c509, 3c562 or 3c589 can successfully transmit packets, but never 150 If an EtherLink III appears to transmit packets, but the "Tx carrier errors" 178 The bits in the transmit (Tx) status word are: 190 When a transmit error occurs the driver produces a status message such as
|
D | e1000e.txt | 98 traffic is mostly transmit or mostly receive, the interrupt rate could 107 and/or transmit absolute delays does not force the controller to 163 This value delays the generation of transmit interrupts in units of 167 causing the driver to run out of available transmit descriptors. 175 transmit interrupt is generated. Useful only if TxIntDelay is non-zero,
|
D | proc_net_tcp.txt | 25 |-------------------------------> transmit-queue
|
D | e100.txt | 65 Tx Descriptors: Number of transmit descriptors. A transmit descriptor is a data 66 structure that describes a transmit buffer and its attributes to the network
|
D | z8530drv.txt | 292 (digital pll) as transmit clock. Using this mode without a divider 505 The initial waittime before any transmit attempt, after the 506 frame has been queue for transmit. This is the length of 540 Example: sccparam /dev/scc2 idle off # transmit forever 563 transmit on more than one frequency. The SCC driver provides a
|
D | dccp.txt | 173 The size of the transmit buffer in packets. A value of 0 corresponds 174 to an unbounded transmit buffer.
|
D | stmmac.txt | 35 watchdog: transmit timeout (in milliseconds); 48 The xmit method is invoked when the kernel needs to transmit a packet; it sets 55 scheduled to release the transmit resources.
|
D | tlan.txt | 53 0x04 Turn on transmit debugging messages.
|
D | netlink_mmap.txt | 9 overhead of unicast receive and transmit operations. Some netlink subsystems 57 Conversion of the transmit path involves changing message construction to
|
D | ixgb.txt | 155 This value is the number of transmit descriptors allocated by the driver. 172 of Linux to transmit and receive data. The following enhancements were 184 transmit burst lengths on the bus.
|
D | bonding.txt | 428 able to actually transmit and receive are particularly 462 to transmit LACPDU packets in 802.3ad mode. Possible values 466 Request partner to transmit LACPDUs every 30 seconds 469 Request partner to transmit LACPDUs every 1 second 543 XOR policy: Transmit based on the selected transmit 546 packet type ID) modulo slave count]. Alternate transmit 565 to the transmit hash policy, which may be changed from 567 option, documented below. Note that not all transmit 587 Adaptive transmit load balancing: channel bonding that 686 Specify the number of packets to transmit through a slave before [all …]
|
D | x25-iface.txt | 104 automatically cause the peer to re-transmit the dropped packet
|
D | operstates.txt | 13 shows the ability of an interface to transmit this user data.
|
D | packet_mmap.txt | 7 i) capture network traffic with utilities like tcpdump, ii) transmit network 136 The protocol can optionally be 0 in case we only want to transmit 513 This can be done on multiple frames. Once the user is ready to transmit, it 1041 Only (!) if transmit timestamping is enabled, then these bits are combined
|
D | netdev-features.txt | 135 transmit path or don't need locking at all (e.g. software tunnels).
|
D | vortex.txt | 180 transmit packets in a single invocation. It does this in a loop. 191 allows you to make use of the NIC's DMA scatter/gather and transmit
|
D | baycom.txt | 72 starts to send as soon as there's a packet to transmit and does not care
|
D | ixgbe.txt | 110 threshold. When rx is enabled, the transmit unit will halt for the time delay
|
D | ip-sysctl.txt | 211 packet for the flow is waiting in Qdisc queues or device transmit 242 that limited transmit could be used). Also controls the use of 1292 It also determines whether or not to transmit Router 1400 2. If accept_ra is TRUE (default), transmit Router
|
D | phy.txt | 272 txtsamp: Requests a transmit timestamp at the PHY level for a 'skb'
|
D | rxrpc.txt | 746 other than MSG_MORE. len is the total amount of data to transmit. 903 transmit it again, assuming no ACK is received from the receiver telling
|
D | can.txt | 642 possible transmit intervals can be altered. 909 can_send - transmit a CAN frame (optional with local loopback)
|
D | arcnet.txt | 534 decides that the driver is broken). During a transmit, unused parts of the
|
D | arcnet-hardware.txt | 1195 the red transmit LED to blink, is the one that I thought works.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx6q-hummingboard.dts | 55 fsl,transmit-level-mV = <1025>; 56 fsl,transmit-boost-mdB = <3330>; 57 fsl,transmit-atten-16ths = <9>;
|
D | imx6q-cubox-i.dts | 54 fsl,transmit-level-mV = <1104>; 55 fsl,transmit-boost-mdB = <0>; 56 fsl,transmit-atten-16ths = <9>;
|
/linux-4.1.27/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 | omap_serial.txt | 18 - dma-names : "rx" for receive channel, "tx" for transmit channel.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | designware-i2s.txt | 11 the core. The core expects one or two dma channels: one for transmit and 13 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
|
D | adi,axi-i2s.txt | 12 the core. The core expects two dma channels, one for transmit and one for 14 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
|
D | adi,axi-spdif-tx.txt | 12 the core. The core expects one dma channel for transmit.
|
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.1.27/net/bluetooth/cmtp/ |
D | core.c | 224 while ((skb = skb_dequeue(&session->transmit))) { in cmtp_process_transmit() 239 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit() 263 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit() 375 skb_queue_head_init(&session->transmit); in cmtp_add_connection() 431 skb_queue_purge(&session->transmit); in cmtp_del_connection()
|
D | cmtp.h | 98 struct sk_buff_head transmit; member
|
D | capi.c | 145 skb_queue_tail(&session->transmit, skb); in cmtp_send_capimsg()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | brcm,systemport.txt | 7 interrupts, and the second cell should be for the transmit queues. An 18 - systemport,num-txq: number of HW transmit queues, an integer
|
D | marvell-orion-net.txt | 42 - marvell,tx-queue-size: size of the transmit ring buffer. 43 - marvell,tx-sram-addr: address of transmit descriptor buffer located in SRAM. 44 - marvell,tx-sram-size: size of transmit descriptor buffer located in SRAM.
|
D | fsl-tsec-phy.txt | 52 transmit, the second is receive, and the third is error. 127 <2> - eTSEC1 transmit clock;
|
D | ethernet.txt | 26 - tx-fifo-depth: the size of the controller's transmit fifo in bytes. This
|
D | altera_tse.txt | 23 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes
|
/linux-4.1.27/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 69 CAIF payload with receive and transmit functions. 153 layer->dn->transmit(layer->dn, packet); 163 'struct cflayer', just like the rest of the CAIF stack. In this way, transmit and 164 receive of packets is handled as by the rest of the layers: the 'dn->transmit()' 165 function is called in order to transmit data.
|
D | README | 102 able to complete the transmit operation.
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | Kconfig | 35 This device can transmit audio through FM. It can transmit
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi.c | 242 bool transmit) in ring_alloc() argument 246 transmit ? "TX" : "RX", hop, size); in ring_alloc() 253 if (transmit && nhi->tx_rings[hop]) { in ring_alloc() 256 } else if (!transmit && nhi->rx_rings[hop]) { in ring_alloc() 271 ring->is_tx = transmit; in ring_alloc() 282 if (transmit) in ring_alloc()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_2bs0.c | 331 int receive, transmit, count = 5; in main_irq_hfc() local 376 transmit = 1; in main_irq_hfc() 380 transmit = 0; in main_irq_hfc() 383 transmit = 1; in main_irq_hfc() 387 transmit = 0; in main_irq_hfc() 389 transmit = 0; in main_irq_hfc() 393 if ((receive || transmit) && count) in main_irq_hfc()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 106 # serial port transmit interrupt virtual DMA entry point 121 btst 0xFF,(__tx_flags,a3) # handle transmit flags 182 movhu d2,(e3) # disable transmit interrupts on this
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 70 receiving a frame if its own transmit queue is currently empty. This 73 time (usually 500ms) before it is allowed to transmit the next time. 74 If the transmit queue of the secondary is also empty, the primary will
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 19 with "null printer" or "Turbo Laplink" cables which can transmit 4 21 bidirectional parallel ports only, which can transmit 8 bits at a
|
/linux-4.1.27/arch/arm/include/debug/ |
D | asm9260.S | 28 beq 1002b @ wait until transmit done
|
D | imx.S | 46 beq 1002b @ wait until transmit done
|
D | vf.S | 33 beq 1001b @ wait until transmit done
|
D | at91.S | 43 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
|
/linux-4.1.27/drivers/spi/ |
D | spi-fsl-spi.h | 34 __be32 transmit; member
|
D | spi-fsl-espi.c | 34 __be32 transmit; /* 0x010 - eSPI transmit FIFO access register*/ member 212 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_espi_cpu_bufs() 578 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_espi_cpu_irq()
|
D | spi-fsl-spi.c | 301 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_spi_cpu_bufs() 534 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_spi_cpu_irq()
|
/linux-4.1.27/drivers/media/pci/pt1/ |
D | Kconfig | 7 Since these cards have no MPEG decoder onboard, they transmit
|
/linux-4.1.27/drivers/net/team/ |
D | team_mode_random.c | 40 .transmit = rnd_transmit,
|
D | team_mode_broadcast.c | 50 .transmit = bc_transmit,
|
D | team_mode_roundrobin.c | 51 .transmit = rr_transmit,
|
D | team_mode_activebackup.c | 121 .transmit = ab_transmit,
|
D | team.c | 528 !team->mode->ops->transmit) in team_adjust_ops() 529 team->ops.transmit = team_dummy_transmit; in team_adjust_ops() 531 team->ops.transmit = team->mode->ops->transmit; in team_adjust_ops() 1651 tx_success = team->ops.transmit(team, skb); in team_xmit()
|
D | team_mode_loadbalance.c | 655 .transmit = lb_transmit,
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | Kconfig | 15 This option provides transmit aggregation for the Realtek RTL8712 USB device.
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | sh-msiof.txt | 33 - renesas,dtdl : delay sync signal (setup) in transmit mode. 41 - renesas,syncdl : delay sync signal (hold) in transmit mode.
|
D | spi-meson.txt | 6 NOR memories, without DMA support and a 64-byte unified transmit /
|
D | spi_pl022.txt | 22 least one channel named "tx" for transmit and named "rx" for
|
D | qcom,spi-qup.txt | 39 least one channel named "tx" for transmit and named "rx" for
|
D | spi-samsung.txt | 24 named "tx" for transmit and named "rx" for receive.
|
/linux-4.1.27/drivers/media/pci/pluto2/ |
D | Kconfig | 10 Since these cards have no MPEG decoder onboard, they transmit
|
/linux-4.1.27/include/net/caif/ |
D | caif_layer.h | 206 int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt); member
|
/linux-4.1.27/drivers/media/pci/dm1105/ |
D | Kconfig | 17 Since these cards have no MPEG decoder onboard, they transmit
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 10 Even if these devices have a MPEG decoder built in, they transmit
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 509 csum_info->transmit.is_ipv4 = 1; in netvsc_start_xmit() 511 csum_info->transmit.is_ipv6 = 1; in netvsc_start_xmit() 514 csum_info->transmit.tcp_checksum = 1; in netvsc_start_xmit() 515 csum_info->transmit.tcp_header_offset = hdr_offset; in netvsc_start_xmit() 540 csum_info->transmit.udp_checksum = 0; in netvsc_start_xmit()
|
D | hyperv_net.h | 917 } transmit; member 939 } transmit; member 1078 struct rndis_flowspec transmit; member
|
/linux-4.1.27/include/uapi/linux/ |
D | ppp-ioctl.h | 63 int transmit; member
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 28 - tx-clock-name: the UCC transmit clock source 41 - tx-clock: represents the UCC transmit clock source;
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | Kconfig | 11 Since these cards have no MPEG decoder onboard, they transmit
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | renesas,mmcif.txt | 19 - dma-names: must contain "tx" for the transmit DMA channel and "rx" for the
|
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.1.27/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 16 int "Number of transmit buffers"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | primecell.txt | 21 Devices with exactly one receive and transmit channel shall name
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | Kconfig | 41 Since these cards have no MPEG decoder onboard, they transmit
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | Kconfig | 104 transmit and receive rings. 139 transmit and receive rings.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 3 If configured as two channels, one is to transmit to the device and another
|
D | xilinx_vdma.txt | 3 as two channels, one is to transmit to the video device and another is
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 98 struct sk_buff_head *transmit, unsigned char hdr, in hidp_send_message() argument 119 skb_queue_tail(transmit, skb); in hidp_send_message() 626 struct sk_buff_head *transmit, in hidp_process_transmit() argument 634 while ((skb = skb_dequeue(transmit))) { in hidp_process_transmit() 637 skb_queue_head(transmit, skb); in hidp_process_transmit()
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 65 element is associated with the transmit (TX) interrupt and the 95 element is associated with the transmit (TX) interrupt and the
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | Kconfig | 44 int "Number of transmit buffer packets"
|
/linux-4.1.27/drivers/rapidio/ |
D | Kconfig | 18 The RapidIO specification describes a Output port transmit
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 568 ; 115.2kbaud for both transmit and receive 602 ; 115.2kbaud for both transmit and receive 637 ; 115.2kbaud for both transmit and receive 673 ; 115.2kbaud for both transmit and receive
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 81 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit
|
D | head_v10.S | 250 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit and receive
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 355 Specifies the number of times the driver attempts to transmit 356 a message before giving up, if the transmit queue of the ATM card 359 Saturation of the transmit queue may occur only under extreme 364 a saturation of the transmit queue, so the retry mechanism never
|
D | idt77252.h | 171 struct sk_buff_head transmit; member
|
D | idt77252.c | 658 skb_queue_head_init(&scq->transmit); in alloc_scq() 676 while ((skb = skb_dequeue(&scq->transmit))) { in free_scq() 719 skb_queue_tail(&scq->transmit, skb); in push_on_scq() 800 skb = skb_dequeue(&scq->transmit); in drain_scq()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DAI.txt | 46 to synchronise the link whilst the Tx and Rx lines are used to transmit and
|
/linux-4.1.27/include/linux/ |
D | if_team.h | 108 bool (*transmit)(struct team *team, struct sk_buff *skb); member
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_protocol.txt | 257 | | | transmit an ISO frame, ignored if URB_ISO_ASAP 305 | | | selected frame for transmit.
|
/linux-4.1.27/Documentation/scsi/ |
D | cxgb3i.txt | 30 the PDU into multiple TCP segments if necessary, and transmit all
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 91 packet receive/transmit events. 127 easier debugging of problems in the transmit and receive
|
/linux-4.1.27/drivers/net/hamradio/ |
D | baycom_epp.c | 431 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit() function 690 if (transmit(bc, cnt2, stat)) in epp_bh() 717 if (transmit(bc, cnt, stat)) in epp_bh()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 97 For example, if you transmit a character from the UART, the baud
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 103 packet contents. If disabled, transmit timestamp requests from unprivileged 236 the remote address, the size of the transmit pending queue, the size of the
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 319 hex "CPM UART early debug transmit descriptor address" 325 This specifies the address of the transmit descriptor
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 49 and "txN" for transmit endpoints. N specifies the endpoint number.
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 64 actually appear on the network. After transmit the driver will send
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 40 transmit mode: some other master was transmitting different
|
D | slave-interface | 79 should transmit the first byte.
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 60 This option adds two LED triggers for packet receive and transmit
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 73 transmit its beacon on a single MAS. The length of the BP depends on how 295 when can they transmit or receive. 400 rpipe to the endpoint where we have to transmit, create a transfer
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 12 The Si4713 integrates transmit functions for FM broadcast stereo transmission.
|
D | vivid.txt | 809 Transmit Mode: sets the transmit mode of the HDMI output to HDMI or DVI-D. This
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 60 The serial client (such as minicom) must then be told to transmit the
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 47 transmit DMA queues.
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 145 Do not transmit if ch == '\0' (__DISABLED_CHAR). 392 characters in the transmit buffer have dropped below a threshold.
|
D | tty.txt | 194 to transmit.
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 119 do not transmit. Spends host memory to save USB transfers.
|
/linux-4.1.27/net/ |
D | Kconfig | 102 overhead in the transmit and receive paths.
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | sta.c | 2316 struct wsm_beacon_transmit transmit = { in cw1200_enable_beaconing() local 2320 return wsm_beacon_transmit(priv, &transmit); in cw1200_enable_beaconing()
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 196 head of a queue to transmit a command and get its response. This requires
|
D | gpio-legacy.txt | 199 get to the head of a queue to transmit a command and get its response.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 965 tramsmit||transmit
|
/linux-4.1.27/Documentation/ |
D | DMA-API-HOWTO.txt | 519 For Networking drivers, it's a rather simple affair. For transmit 857 and return NETDEV_TX_OK if the DMA mapping fails on the transmit hook
|
D | kernel-docs.txt | 190 variables, network devices flags, transmit, receive,
|
D | SubmittingPatches | 346 Many popular e-mail applications will not always transmit a MIME
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 444 compat_int_t transmit; member
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 3837 static void hw_init_desc(struct ksz_desc_info *desc_info, int transmit) in hw_init_desc() argument 4373 static int ksz_alloc_soft_desc(struct ksz_desc_info *desc_info, int transmit) in ksz_alloc_soft_desc() argument 4379 hw_init_desc(desc_info, transmit); in ksz_alloc_soft_desc()
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 114 to support devices that have multiple hardware transmit queues.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 429 Euro-ISDN does not transmit the leading '0' of the caller-id for an
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 2396 if (data.transmit) { in ppp_set_compress()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 876 Only receive mode works, transmit not supported.
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 340 Each IC contains 128 words each of receive and transmit FIFO
|