Home
last modified time | relevance | path

Searched refs:transmit (Results 1 – 176 of 176) sorted by relevance

/linux-4.1.27/drivers/net/wan/
Dhd64570.c87 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 …]
Dhd64572.c78 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/
Dimx-sata.txt17 - 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
Dsata_highbank.txt27 cycles to transmit before sending an SGPIO pattern
29 cycles to transmit after sending an SGPIO pattern
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-queues24 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
Dsysfs-class-net-cdc_ncm13 Padding to tx_max allows the driver to transmit NTBs
Dsysfs-tty81 Show the transmit FIFO size for this port.
Dsysfs-class-net-statistics171 Indicates the number of packets having caused a transmit
Dsysfs-class-net215 Indicates the interface transmit queue len in number of packets,
/linux-4.1.27/drivers/usb/musb/
Dmusbhsdma.c65 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()
Dcppi_dma.c160 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 …]
Dmusb_dma.h177 extern void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit);
Dcppi_dma.h87 bool transmit; member
Dmusbhsdma.h150 u8 transmit; member
Dblackfin.c378 if (musb_channel->transmit && *mode == 1) in bfin_musb_adjust_channel_params()
Dmusb_core.c1656 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/
Dcirrus,clps711x-intc.txt24 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/
Dcfveil.c34 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()
Dcfutill.c35 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()
Dcfdbgl.c28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create()
54 return layr->dn->transmit(layr->dn, pkt); in cfdbgl_transmit()
Dcfvidl.c31 vid->layer.transmit = cfvidl_transmit; in cfvidl_create()
64 return layr->dn->transmit(layr->dn, pkt); in cfvidl_transmit()
Dcfdgml.c35 dgm->layer.transmit = cfdgml_transmit; in cfdgml_create()
113 return layr->dn->transmit(layr->dn, pkt); in cfdgml_transmit()
Dcfsrvl.c101 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()
Dcfrfml.c57 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()
Dcfserl.c41 this->layer.transmit = cfserl_transmit; in cfserl_create()
181 return layer->dn->transmit(layer->dn, newpkt); in cfserl_transmit()
Dcffrml.c49 this->layer.transmit = cffrml_transmit; in cffrml_create()
166 return layr->dn->transmit(layr->dn, pkt); in cffrml_transmit()
Dcaif_usb.c75 return layr->dn->transmit(layr->dn, pkt); in cfusbl_transmit()
97 this->layer.transmit = cfusbl_transmit; in cfusbl_create()
Dcfmuxl.c55 this->layer.transmit = cfmuxl_transmit; in cfmuxl_create()
240 err = dn->transmit(dn, pkt); in cfmuxl_transmit()
Dcaif_dev.c164 static int transmit(struct cflayer *layer, struct cfpkt *pkt) in transmit() function
340 caifd->layer.transmit = transmit; in caif_enroll_dev()
Dcfctrl.c196 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()
Dchnl_net.c249 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt); in chnl_net_start_xmit()
Dcaif_socket.c517 return cf_sk->layer.dn->transmit(cf_sk->layer.dn, pkt); in transmit_skb()
/linux-4.1.27/Documentation/networking/
Dvxge.txt45 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).
Dppp_generic.txt34 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 …]
Dnetdevices.txt27 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
Daltera_tse.txt36 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.
Ds2io.txt43 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
Diphase.txt99 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.
Dscaling.txt23 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 …]
Ddriver.txt8 transmit function will become busy.
88 not receive or transmit any data. All in flight packets must
Dtimestamping.txt16 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
De1000.txt130 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,
D3c509.txt139 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
De1000e.txt98 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,
Dproc_net_tcp.txt25 |-------------------------------> transmit-queue
De100.txt65 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
Dz8530drv.txt292 (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
Ddccp.txt173 The size of the transmit buffer in packets. A value of 0 corresponds
174 to an unbounded transmit buffer.
Dstmmac.txt35 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.
Dtlan.txt53 0x04 Turn on transmit debugging messages.
Dnetlink_mmap.txt9 overhead of unicast receive and transmit operations. Some netlink subsystems
57 Conversion of the transmit path involves changing message construction to
Dixgb.txt155 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.
Dbonding.txt428 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 …]
Dx25-iface.txt104 automatically cause the peer to re-transmit the dropped packet
Doperstates.txt13 shows the ability of an interface to transmit this user data.
Dpacket_mmap.txt7 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
Dnetdev-features.txt135 transmit path or don't need locking at all (e.g. software tunnels).
Dvortex.txt180 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
Dbaycom.txt72 starts to send as soon as there's a packet to transmit and does not care
Dixgbe.txt110 threshold. When rx is enabled, the transmit unit will halt for the time delay
Dip-sysctl.txt211 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
Dphy.txt272 txtsamp: Requests a transmit timestamp at the PHY level for a 'skb'
Drxrpc.txt746 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
Dcan.txt642 possible transmit intervals can be altered.
909 can_send - transmit a CAN frame (optional with local loopback)
Darcnet.txt534 decides that the driver is broken). During a transmit, unused parts of the
Darcnet-hardware.txt1195 the red transmit LED to blink, is the one that I thought works.
/linux-4.1.27/arch/arm/boot/dts/
Dimx6q-hummingboard.dts55 fsl,transmit-level-mV = <1025>;
56 fsl,transmit-boost-mdB = <3330>;
57 fsl,transmit-atten-16ths = <9>;
Dimx6q-cubox-i.dts54 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/
Dqcom,msm-uartdm.txt4 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
Domap_serial.txt18 - dma-names : "rx" for receive channel, "tx" for transmit channel.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Ddesignware-i2s.txt11 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.
Dadi,axi-i2s.txt12 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.
Dadi,axi-spdif-tx.txt12 the core. The core expects one dma channel for transmit.
Dfsl,spdif.txt4 processor to receive and transmit digital audio via an coaxial cable or
Dfsl,esai.txt31 - fsl,fifo-depth : The number of elements in the transmit and receive
Dfsl,ssi.txt29 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
/linux-4.1.27/net/bluetooth/cmtp/
Dcore.c224 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()
Dcmtp.h98 struct sk_buff_head transmit; member
Dcapi.c145 skb_queue_tail(&session->transmit, skb); in cmtp_send_capimsg()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dbrcm,systemport.txt7 interrupts, and the second cell should be for the transmit queues. An
18 - systemport,num-txq: number of HW transmit queues, an integer
Dmarvell-orion-net.txt42 - 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.
Dfsl-tsec-phy.txt52 transmit, the second is receive, and the third is error.
127 <2> - eTSEC1 transmit clock;
Dethernet.txt26 - tx-fifo-depth: the size of the controller's transmit fifo in bytes. This
Daltera_tse.txt23 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes
/linux-4.1.27/Documentation/networking/caif/
DLinux-CAIF.txt69 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.
DREADME102 able to complete the transmit operation.
/linux-4.1.27/drivers/media/radio/si4713/
DKconfig35 This device can transmit audio through FM. It can transmit
/linux-4.1.27/drivers/thunderbolt/
Dnhi.c242 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/
Dhfc_2bs0.c331 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/
Dmn10300-serial-low.S106 # 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/
DKconfig70 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/
DKconfig19 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/
Dasm9260.S28 beq 1002b @ wait until transmit done
Dimx.S46 beq 1002b @ wait until transmit done
Dvf.S33 beq 1001b @ wait until transmit done
Dat91.S43 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
/linux-4.1.27/drivers/spi/
Dspi-fsl-spi.h34 __be32 transmit; member
Dspi-fsl-espi.c34 __be32 transmit; /* 0x010 - eSPI transmit FIFO access register*/ member
212 mpc8xxx_spi_write_reg(&reg_base->transmit, word); in fsl_espi_cpu_bufs()
578 mpc8xxx_spi_write_reg(&reg_base->transmit, word); in fsl_espi_cpu_irq()
Dspi-fsl-spi.c301 mpc8xxx_spi_write_reg(&reg_base->transmit, word); in fsl_spi_cpu_bufs()
534 mpc8xxx_spi_write_reg(&reg_base->transmit, word); in fsl_spi_cpu_irq()
/linux-4.1.27/drivers/media/pci/pt1/
DKconfig7 Since these cards have no MPEG decoder onboard, they transmit
/linux-4.1.27/drivers/net/team/
Dteam_mode_random.c40 .transmit = rnd_transmit,
Dteam_mode_broadcast.c50 .transmit = bc_transmit,
Dteam_mode_roundrobin.c51 .transmit = rr_transmit,
Dteam_mode_activebackup.c121 .transmit = ab_transmit,
Dteam.c528 !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()
Dteam_mode_loadbalance.c655 .transmit = lb_transmit,
/linux-4.1.27/drivers/staging/rtl8712/
DKconfig15 This option provides transmit aggregation for the Realtek RTL8712 USB device.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt33 - renesas,dtdl : delay sync signal (setup) in transmit mode.
41 - renesas,syncdl : delay sync signal (hold) in transmit mode.
Dspi-meson.txt6 NOR memories, without DMA support and a 64-byte unified transmit /
Dspi_pl022.txt22 least one channel named "tx" for transmit and named "rx" for
Dqcom,spi-qup.txt39 least one channel named "tx" for transmit and named "rx" for
Dspi-samsung.txt24 named "tx" for transmit and named "rx" for receive.
/linux-4.1.27/drivers/media/pci/pluto2/
DKconfig10 Since these cards have no MPEG decoder onboard, they transmit
/linux-4.1.27/include/net/caif/
Dcaif_layer.h206 int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt); member
/linux-4.1.27/drivers/media/pci/dm1105/
DKconfig17 Since these cards have no MPEG decoder onboard, they transmit
/linux-4.1.27/drivers/media/usb/ttusb-dec/
DKconfig10 Even if these devices have a MPEG decoder built in, they transmit
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c509 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()
Dhyperv_net.h917 } transmit; member
939 } transmit; member
1078 struct rndis_flowspec transmit; member
/linux-4.1.27/include/uapi/linux/
Dppp-ioctl.h63 int transmit; member
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Ducc.txt28 - 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/
DKconfig11 Since these cards have no MPEG decoder onboard, they transmit
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Drenesas,mmcif.txt19 - dma-names: must contain "tx" for the transmit DMA channel and "rx" for the
Dexynos-dw-mshc.txt31 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/
DKconfig16 int "Number of transmit buffers"
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dprimecell.txt21 Devices with exactly one receive and transmit channel shall name
/linux-4.1.27/drivers/media/pci/bt8xx/
DKconfig41 Since these cards have no MPEG decoder onboard, they transmit
/linux-4.1.27/drivers/net/ethernet/marvell/
DKconfig104 transmit and receive rings.
139 transmit and receive rings.
/linux-4.1.27/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt3 If configured as two channels, one is to transmit to the device and another
Dxilinx_vdma.txt3 as two channels, one is to transmit to the video device and another is
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c98 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/
Dsrio-rmu.txt65 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/
DKconfig44 int "Number of transmit buffer packets"
/linux-4.1.27/drivers/rapidio/
DKconfig18 The RapidIO specification describes a Output port transmit
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S568 ; 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/
Dkimagerescue.S81 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit
Dhead_v10.S250 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit and receive
/linux-4.1.27/drivers/atm/
DKconfig355 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
Didt77252.h171 struct sk_buff_head transmit; member
Didt77252.c658 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/
DDAI.txt46 to synchronise the link whilst the Tx and Rx lines are used to transmit and
/linux-4.1.27/include/linux/
Dif_team.h108 bool (*transmit)(struct team *team, struct sk_buff *skb); member
/linux-4.1.27/drivers/usb/usbip/
Dusbip_protocol.txt257 | | | transmit an ISO frame, ignored if URB_ISO_ASAP
305 | | | selected frame for transmit.
/linux-4.1.27/Documentation/scsi/
Dcxgb3i.txt30 the PDU into multiple TCP segments if necessary, and transmit all
/linux-4.1.27/net/mac80211/
DKconfig91 packet receive/transmit events.
127 easier debugging of problems in the transmit and receive
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_epp.c431 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/
DSuspend.txt97 For example, if you transmit a character from the UART, the baud
/linux-4.1.27/Documentation/sysctl/
Dnet.txt103 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/
DKconfig.debug319 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/
Dam33xx-usb.txt49 and "txN" for transmit endpoints. N specifies the endpoint number.
/linux-4.1.27/drivers/net/arcnet/
DKconfig64 actually appear on the network. After transmit the driver will send
/linux-4.1.27/Documentation/i2c/
Dfault-codes40 transmit mode: some other master was transmitting different
Dslave-interface79 should transmit the first byte.
/linux-4.1.27/drivers/net/can/
DKconfig60 This option adds two LED triggers for packet receive and transmit
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt73 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/
Dsi4713.txt12 The Si4713 integrates transmit functions for FM broadcast stereo transmission.
Dvivid.txt809 Transmit Mode: sets the transmit mode of the HDMI output to HDMI or DVI-D. This
/linux-4.1.27/Documentation/frv/
Dbooting.txt60 The serial client (such as minicom) must then be told to transmit the
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt47 transmit DMA queues.
/linux-4.1.27/Documentation/serial/
Ddriver145 Do not transmit if ch == '\0' (__DISABLED_CHAR).
392 characters in the transmit buffer have dropped below a threshold.
Dtty.txt194 to transmit.
/linux-4.1.27/Documentation/fb/
Dudlfb.txt119 do not transmit. Spends host memory to save USB transfers.
/linux-4.1.27/net/
DKconfig102 overhead in the transmit and receive paths.
/linux-4.1.27/drivers/net/wireless/cw1200/
Dsta.c2316 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/
Dconsumer.txt196 head of a queue to transmit a command and get its response. This requires
Dgpio-legacy.txt199 get to the head of a queue to transmit a command and get its response.
/linux-4.1.27/scripts/
Dspelling.txt965 tramsmit||transmit
/linux-4.1.27/Documentation/
DDMA-API-HOWTO.txt519 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
Dkernel-docs.txt190 variables, network devices flags, transmit, receive,
DSubmittingPatches346 Many popular e-mail applications will not always transmit a MIME
/linux-4.1.27/fs/
Dcompat_ioctl.c444 compat_int_t transmit; member
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c3837 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/
DKconfig114 to support devices that have multiple hardware transmit queues.
/linux-4.1.27/Documentation/isdn/
DREADME429 Euro-ISDN does not transmit the leading '0' of the caller-id for an
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c2396 if (data.transmit) { in ppp_set_compress()
/linux-4.1.27/drivers/staging/comedi/
DKconfig876 Only receive mode works, transmit not supported.
/linux-4.1.27/drivers/tty/serial/
DKconfig340 Each IC contains 128 words each of receive and transmit FIFO