Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/net/wan/
A Dhd64570.c102 transmit * rx_buffs + desc; in desc_abs_number()
112 int transmit) in desc_address() argument
116 + desc_offset(port, desc, transmit)); in desc_address()
119 + desc_offset(port, desc, transmit)); in desc_address()
149 int transmit, i; in sca_init_port() local
159 for (transmit = 0; transmit < 2; transmit++) { in sca_init_port()
161 u16 buffs = transmit ? card->tx_ring_buffers in sca_init_port()
167 u32 buff_off = buffer_offset(port, i, transmit); in sca_init_port()
176 sca_out(0, transmit ? DSR_TX(phy_node(port)) : in sca_init_port()
185 if (!transmit) in sca_init_port()
[all …]
A Dhd64572.c84 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() argument
87 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc); in desc_offset()
91 int transmit) in desc_address() argument
94 desc_offset(port, desc, transmit)); in desc_address()
100 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset()
124 int transmit, i; in sca_init_port() local
130 for (transmit = 0; transmit < 2; transmit++) { in sca_init_port()
131 u16 buffs = transmit ? card->tx_ring_buffers in sca_init_port()
135 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port()
136 u16 chain_off = desc_offset(port, i + 1, transmit); in sca_init_port()
[all …]
/linux/Documentation/userspace-api/media/cec/
A Dcec-ioc-receive.rst14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
58 ``CEC_CAP_TRANSMIT`` is set. If there is no more room in the transmit
63 idea to fully fill up the transmit queue.
65 If the file descriptor is in non-blocking mode then the transmit will
66 return 0 and the result of the transmit will be available via
67 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` once the transmit has finished
126 the transmit result (when transmit was called in non-blocking mode). This
128 transmit.
248 the transmit was eventually successful.
263 returned when the transmit failed.
[all …]
/linux/Documentation/ABI/testing/
A 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
52 network device transmit queue. Possible values depend on the
62 of this particular network device transmit queue.
71 network device transmit queue.
79 on this network device transmit queue. This value is clamped
88 queued on this network device transmit queue. See
97 queued on this network device transmit queue. Default value is
/linux/Documentation/devicetree/bindings/ata/
A Dimx-sata.yaml41 fsl,transmit-level-mV:
43 description: transmit voltage level, in millivolts.
45 fsl,transmit-boost-mdB:
47 description: transmit boost level, in milli-decibels.
49 fsl,transmit-atten-16ths:
51 description: transmit attenuation, in 16ths.
/linux/drivers/usb/musb/
A Dmusbhsdma.c61 u8 transmit; member
99 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate() argument
114 musb_channel->transmit = transmit; in dma_channel_allocate()
120 channel->desired_mode = transmit; in dma_channel_allocate()
167 | (musb_channel->transmit in configure_channel()
191 musb_channel->transmit ? "Tx" : "Rx", in dma_channel_program()
231 if (musb_channel->transmit) { in dma_channel_abort()
340 if (musb_channel->transmit && in dma_controller_irq()
367 musb_channel->transmit); in dma_controller_irq()
A Dcppi_dma.c162 controller->tx[i].transmit = true; in cppi_controller_start()
166 controller->rx[i].transmit = false; in cppi_controller_start()
282 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate() argument
300 if (transmit) { in cppi_channel_allocate()
320 index, transmit ? 'T' : 'R', cppi_ch); in cppi_channel_allocate()
342 else if (!c->transmit) in cppi_channel_release()
964 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program()
970 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program()
976 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program()
993 if (cppi_ch->transmit) in cppi_channel_program()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
A 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/net/caif/
A 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()
A 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()
A Dcfdbgl.c28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create()
54 return layr->dn->transmit(layr->dn, pkt); in cfdbgl_transmit()
A Dcfvidl.c31 vid->layer.transmit = cfvidl_transmit; in cfvidl_create()
64 return layr->dn->transmit(layr->dn, pkt); in cfvidl_transmit()
/linux/Documentation/devicetree/bindings/sound/
A Dadi,axi-i2s.txt3 The core can be generated with transmit (playback), only receive
15 the core. The core expects two dma channels if both transmit and receive are
17 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
/linux/Documentation/networking/device_drivers/ethernet/neterion/
A Dvxge.rst54 - Checksum offload (TCP/UDP/IP) on transmit and receive paths
55 - TCP Segmentation Offload (TSO) on transmit path
78 Up to 17 hardware based transmit and receive data channels, with
79 multiple steering options (transmit multiqueue enabled by default).
/linux/Documentation/networking/
A Dscaling.rst27 Contemporary NICs support multiple receive and transmit descriptor queues
402 to hardware transmit queue(s).
407 exclusively to a subset of CPUs, where the transmit completions for
412 transmit queue). Secondly, cache miss rate on transmit completion is
418 This mapping is used to pick transmit queue based on the receive
436 XPS is configured per transmit queue by setting a bitmap of
437 CPUs/receive-queues that may use that queue to transmit. The reverse
438 mapping, from CPUs to transmit queues or from receive-queues to transmit
470 to transmit queue can be inspected and configured using sysfs:
491 with the CPU that processes transmit completions for that queue
[all …]
A Dppp_generic.rst38 responsible for splitting datagrams on transmit and recombining them
154 queue of transmit packets for each attached channel. Normally the
155 transmit queue for the unit will contain at most one packet; the
161 is asked to transmit.
163 Transmit packets are dequeued from the PPP unit transmit queue and
347 SC_COMP_TCP enable transmit TCP header compression
359 SC_MP_XSHORTSEQ transmit short multilink sequence nos.
386 otherwise the transmit path.
425 NPMODE_PASS normal operation, transmit and receive packets
427 NPMODE_ERROR drop packets and return an error on transmit
[all …]
/linux/arch/arm/boot/dts/
A Dimx6q-dms-ba16.dts114 fsl,transmit-atten-16ths = <12>;
115 fsl,transmit-boost-mdB = <3330>;
116 fsl,transmit-level-mV = <1133>;
A Dimx6q-cubox-i-som-v15.dts55 fsl,transmit-level-mV = <1104>;
56 fsl,transmit-boost-mdB = <0>;
57 fsl,transmit-atten-16ths = <9>;
A Dimx6q-hummingboard-som-v15.dts56 fsl,transmit-level-mV = <1025>;
57 fsl,transmit-boost-mdB = <3330>;
58 fsl,transmit-atten-16ths = <9>;
A Dimx6q-hummingboard.dts56 fsl,transmit-level-mV = <1025>;
57 fsl,transmit-boost-mdB = <3330>;
58 fsl,transmit-atten-16ths = <9>;
A Dimx6q-cubox-i-emmc-som-v15.dts56 fsl,transmit-level-mV = <1104>;
57 fsl,transmit-boost-mdB = <0>;
58 fsl,transmit-atten-16ths = <9>;
A Dimx6q-cubox-i.dts55 fsl,transmit-level-mV = <1104>;
56 fsl,transmit-boost-mdB = <0>;
57 fsl,transmit-atten-16ths = <9>;
/linux/Documentation/devicetree/bindings/net/can/
A Drenesas,rcar-canfd.yaml108 - description: CAN0 transmit interrupt
109 - description: CAN0 transmit/receive FIFO receive completion interrupt
111 - description: CAN1 transmit interrupt
112 - description: CAN1 transmit/receive FIFO receive completion interrupt
/linux/net/bluetooth/cmtp/
A Dcore.c223 while ((skb = skb_dequeue(&session->transmit))) { in cmtp_process_transmit()
238 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit()
262 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit()
374 skb_queue_head_init(&session->transmit); in cmtp_add_connection()
435 skb_queue_purge(&session->transmit); in cmtp_del_connection()
/linux/Documentation/networking/caif/
A Dlinux_caif.rst82 CAIF payload with receive and transmit functions.
173 layer->dn->transmit(layer->dn, packet);
183 'struct cflayer', just like the rest of the CAIF stack. In this way, transmit and
184 receive of packets is handled as by the rest of the layers: the 'dn->transmit()'
185 function is called in order to transmit data.

Completed in 34 milliseconds

1234567891011