Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/drivers/net/wan/
H 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 …]
H 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 …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
52 2. the transmit result of an earlier non-blocking transmit (the ``sequence``
66 idea to fully fill up the transmit queue.
74 transmit.
128 the transmit result for a non-blocking transmit. This allows the application
134 received message with the original transmit.
172 this field will be 0 if the transmit started, or non-0 if the transmit
174 to transmit a Poll message to yourself. That results in a
251 the transmit was eventually successful.
266 returned when the transmit failed.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/ata/
H 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.
/openbmc/linux/Documentation/ABI/testing/
H 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 values 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
/openbmc/linux/drivers/usb/musb/
H 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()
/openbmc/linux/Documentation/networking/
H A Dtc-queue-filters.rst8 to a single queue on both the transmit and receive side.
10 On the transmit side:
17 2) TC filter directs traffic to a transmit queue with the action
19 for transmit queue is executed in software only and cannot be
H 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 …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H 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
/openbmc/linux/Documentation/devicetree/bindings/sound/
H 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.
/openbmc/linux/net/caif/
H 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()
H 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()
H A Dcfdbgl.c28 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create()
54 return layr->dn->transmit(layr->dn, pkt); in cfdbgl_transmit()
H A Dcfvidl.c31 vid->layer.transmit = cfvidl_transmit; in cfvidl_create()
64 return layr->dn->transmit(layr->dn, pkt); in cfvidl_transmit()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8qm-lvds-phy.yaml16 transmit clock is transmitted in parallel with each group of
17 data streams over a fifth LVDS link. Every cycle of the transmit
20 transmit clocks, the two groups of LVDS data streams form two
H A Dtransmit-amplitude.yaml4 $id: http://devicetree.org/schemas/phy/transmit-amplitude.yaml#
7 title: Common PHY and network PCS transmit amplitude property
10 Binding describing the peak-to-peak transmit amplitude for common PHYs
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst192 To transmit a new message::
198 attempts for the transmit.
210 To pass on the result of a canceled non-blocking transmit::
216 non-blocking transmit with sequence number msg->sequence. This is
217 called if the transmit was aborted, the transmit timed out (i.e. the
218 hardware never signaled that the transmit finished), or the transmit
241 When a transmit finished (successfully or otherwise)::
254 the transmit was successful.
273 result of a transmit, i.e. there is no way to differentiate
278 could not transmit the message after trying multiple times.
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-dms-ba16.dts115 fsl,transmit-atten-16ths = <12>;
116 fsl,transmit-boost-mdB = <3330>;
117 fsl,transmit-level-mV = <1133>;
H A Dimx6q-cubox-i.dts55 fsl,transmit-level-mV = <1104>;
56 fsl,transmit-boost-mdB = <0>;
57 fsl,transmit-atten-16ths = <9>;
H 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>;
H A Dimx6q-cubox-i-som-v15.dts55 fsl,transmit-level-mV = <1104>;
56 fsl,transmit-boost-mdB = <0>;
57 fsl,transmit-atten-16ths = <9>;
/openbmc/linux/Documentation/networking/devlink/
H A Docteontx2.rst41 - Use to set the quantum which hardware uses for scheduling among transmit queues.
42 Hardware uses weighted DWRR algorithm to schedule among all transmit queues.
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-send-mode.rst14 LIRC_GET_SEND_MODE/LIRC_SET_SEND_MODE - Get/set current transmit mode.
39 Get/set current transmit mode.
H A Dlirc-set-send-duty-cycle.rst14 IR transmit.
36 Get/set the duty cycle of the carrier signal for IR transmit.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst110 - mlx5_esw_vport_qos_create: trace creation of transmit scheduler arbiter for vport::
117 - mlx5_esw_vport_qos_config: trace configuration of transmit scheduler arbiter for vport::
124 - mlx5_esw_vport_qos_destroy: trace deletion of transmit scheduler arbiter for vport::
131 - mlx5_esw_group_qos_create: trace creation of transmit scheduler arbiter for rate group::
138 - mlx5_esw_group_qos_config: trace configuration of transmit scheduler arbiter for rate group::
145 - mlx5_esw_group_qos_destroy: trace deletion of transmit scheduler arbiter for group::

12345678910>>...13