| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | imx-sata.txt | 18 - fsl,transmit-level-mV : transmit voltage level, in millivolts. 19 - fsl,transmit-boost-mdB : transmit boost level, in milli-decibels 20 - fsl,transmit-atten-16ths : transmit attenuation, in 16ths
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A 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
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | adi,axi-i2s.txt | 3 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.
|
| H A 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.
|
| H A D | allwinner,sun4i-a10-i2s.yaml | 82 Some controllers cannot receive but can only transmit 92 Some controllers cannot receive but can only transmit
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6q-dms-ba16.dts | 114 fsl,transmit-atten-16ths = <12>; 115 fsl,transmit-boost-mdB = <3330>; 116 fsl,transmit-level-mV = <1133>;
|
| H A D | imx6q-hummingboard.dts | 56 fsl,transmit-level-mV = <1025>; 57 fsl,transmit-boost-mdB = <3330>; 58 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-hummingboard-som-v15.dts | 56 fsl,transmit-level-mV = <1025>; 57 fsl,transmit-boost-mdB = <3330>; 58 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-cubox-i-som-v15.dts | 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; 57 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-cubox-i.dts | 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; 57 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-cubox-i-emmc-som-v15.dts | 56 fsl,transmit-level-mV = <1104>; 57 fsl,transmit-boost-mdB = <0>; 58 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-hummingboard2-emmc-som-v15.dts | 59 fsl,transmit-level-mV = <1104>; 60 fsl,transmit-boost-mdB = <0>; 61 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-hummingboard2.dts | 57 fsl,transmit-level-mV = <1104>; 58 fsl,transmit-boost-mdB = <0>; 59 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-hummingboard2-som-v15.dts | 58 fsl,transmit-level-mV = <1104>; 59 fsl,transmit-boost-mdB = <0>; 60 fsl,transmit-atten-16ths = <9>;
|
| H A D | imx6q-hummingboard-emmc-som-v15.dts | 57 fsl,transmit-level-mV = <1025>; 58 fsl,transmit-boost-mdB = <3330>; 59 fsl,transmit-atten-16ths = <9>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | microchip,spi-pic32.txt | 7 of <fault-irq>, <receive-irq>, <transmit-irq>. 18 named "spi-tx" for transmit and named "spi-rx" for receive.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | poll_mode_drv.rst | 38 * Send pending output packets through the PMD transmit API 83 * Receive, process immediately and transmit packets one at a time in a piecemeal fashion. 199 Each transmit queue is independently configured with the following information: 201 * The number of descriptors of the transmit ring 205 * The values of the Prefetch, Host and Write-Back threshold registers of the transmit queue 207 * The *minimum* transmit packets to free threshold (tx_free_thresh). 213 … threshold. The minimum number of transmit descriptors to use before setting the Report Status (RS… 216 …up to the first descriptor used to transmit the packet, exceeds the transmit RS bit threshold (tx_… 291 with their appropriate handling by the receive/transmit functions 354 … most fields of rte_mbuf structures are used by the PMD transmit function to initialize transmit d… [all …]
|
| H A D | event_ethernet_tx_adapter.rst | 14 transmit stage of the application allowing the same application code to use eventdev 121 The application needs to notify the adapter about the transmit port and queue used 122 to send the packet. The transmit port is set in the ``struct rte mbuf::port`` field 123 and the transmit queue is set using the ``rte_event_eth_tx_adapter_txq_set()``
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | brcm,systemport.txt | 10 interrupts, and the second cell should be for the transmit queues. An 21 - systemport,num-txq: number of HW transmit queues, an integer
|
| H A 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.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ntb.rst | 13 * ``file-trans``: transmit files between two systems. The sample will 16 * ``rxonly``: NTB receives packets but doesn't transmit them. 63 Set the transmit free threshold of TX rings to N, where 0 <= N <=
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A 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
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | avp.rst | 22 use the standard device configuration functions and packet receive/transmit 40 * Receive and transmit of both simple and chained mbuf packets, 44 * Up to 8 receive and transmit queues per device,
|
| H A D | txgbe.rst | 59 Toggle display of transmit fast path run-time messages. 63 Toggle display of transmit descriptor clean messages.
|
| /f-stack/freebsd/i386/include/ |
| H A D | cserial.h | 448 int (*transmit) (chan_t *h, struct sk_buff *skb); member 480 int (*transmit) (chan_t *h, lysap_buf_t *b); member 497 void (*transmit) (chan_t *h); member
|