/linux/Documentation/sound/soc/ |
H A D | dai.rst | 38 MSB is transmitted on the falling edge of the first BCLK after LRC 42 MSB is transmitted on transition of LRC. 45 MSB is transmitted sample size BCLKs before LRC transition. 61 MSB is transmitted on falling edge of first BCLK after FRAME/SYNC. 64 MSB is transmitted on rising edge of FRAME/SYNC.
|
/linux/Documentation/w1/masters/ |
H A D | w1-uart.rst | 21 combination of baud-rate and transmitted byte, which corresponds to a 25 the baud-rate 9600, i.e. 104.2 us per bit. The transmitted byte 0xf0 over 32 115200, i.e. 8.7 us per bit. The transmitted byte 0x80 is used for a 38 is different from the requested one, the transmitted byte is adapted
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 153 - The number of packets transmitted on ring i. 157 - The number of bytes transmitted on ring i. 173 - The number of TSO packets transmitted on ring i [#accel]_. 177 - The number of TSO bytes transmitted on ring i [#accel]_. 182 encapsulation transmitted on ring i [#accel]_. 187 encapsulation transmitted on ring i [#accel]_. 290 - Packets transmitted with a `CHECKSUM_PARTIAL` on ring i [#accel]_. 294 - Packets transmitted with inner encapsulation with a `CHECKSUM_PARTIAL` on 299 - Packets transmitted with no hardware checksum acceleration on ring i. 312 - Packets transmitted that were dropped due to DMA mapping failure on [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 140 Indicates the number of bytes transmitted by a network 143 transmitted packets or all packets that have been queued for 151 Indicates the number of packets that could not be transmitted 160 Indicates the number of transmitted compressed packets. Note 196 Indicates the number of packets transmitted that have been 205 Indicates the number of packets transmitted by a network 214 Indicates the number of packets not successfully transmitted
|
H A D | configfs-most | 45 transmitted via USB (this is used for USB 100 transmitted via USB (this is used for USB 155 transmitted via USB (this is used for USB 221 transmitted via USB (this is used for USB
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | cx2341x-uapi.rst | 19 and from top to bottom. Each block is transmitted in turn, line-by-line. 24 first block is transmitted, etc. 27 to right, top to bottom. Each block is transmitted in turn, line-by-line. 33 transmitted, etc. 66 // Each block in transmitted in turn, line-by-line. 85 // Each block in transmitted in turn, line-by-line.
|
/linux/Documentation/translations/zh_CN/core-api/irq/ |
H A D | irq-affinity.rst | 43 6029 packets transmitted, 6027 packets received, 0% packet loss 61 2779 packets transmitted, 2777 packets received, 0% packet loss
|
/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 160 transmitted. 179 successfully transmitted from the interface. 187 transmitted from the network controller. 198 is a count of the number of packets that could not be transmitted due to errors. 213 statistic is the number of outbound packets not transmitted even though an 218 statistic counts the number of packets transmitted that were not addressed to 222 statistic counts the number of packets transmitted that were addressed to a 226 statistic counts the number of packets transmitted that were addressed to a
|
/linux/Documentation/networking/device_drivers/ethernet/netronome/ |
H A D | nfp.rst | 346 - Total number of bytes transmitted. 350 - Unicast bytes transmitted. 354 - Multicast bytes transmitted. 358 - Broadcast bytes transmitted. 362 - Total number of packets transmitted. 366 - Multicast packets transmitted. 370 - Broadcast packets transmitted.
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-sliced-vbi-cap.rst | 146 run-in and framing code, lsb first transmitted. 152 first transmitted. 158 transmitted.
|
/linux/Documentation/core-api/irq/ |
H A D | irq-affinity.rst | 35 6029 packets transmitted, 6027 packets received, 0% packet loss 54 2779 packets transmitted, 2777 packets received, 0% packet loss
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 102 - Timestamp in ns of when the last byte of the message was transmitted. 127 for all transmitted messages. It is used by the CEC framework when it queues 169 - The status bits of the transmitted message. See 229 then no validation takes place and the message is transmitted as-is. 263 - The message was transmitted successfully. This is mutually 337 - The reply to an earlier transmitted message timed out. 344 was the reply to an earlier transmitted message. 349 - The wait for a reply to an earlier transmitted message was aborted
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-write.rst | 51 samples. The write function blocks until the data has been transmitted 63 is transmitted by the hardware.
|
/linux/Documentation/networking/ |
H A D | x25-iface.rst | 20 All messages are held in sk_buff's just like real data to be transmitted 30 This indicates that the rest of the skbuff contains data to be transmitted
|
H A D | iso15765-2.rst | 56 is transmitted at once using a so-called Single Frame (SF). In the second case, 58 First Frame - FF) the PDU length which is to be transmitted and also asks for a 167 * ``CAN_ISOTP_TX_PADDING``: enable padding for transmitted frames, using 216 * ``txpad_content``: byte used as padding value for transmitted frames. 278 * ``tx_dl``: maximum payload length for transmitted frames, can have one value
|
H A D | representors.rst | 69 fast-path rules in the virtual switch. Packets transmitted on the 71 transmitted by the representee which fail to match any switching rule should 83 netdevice, while in hardware offload it would apply to packets transmitted by 189 hardware, applying it to packets transmitted by the representee. 242 ``skip_hw`` rules and applying any ``skip_sw`` rules) and were transmitted or
|
/linux/net/sctp/ |
H A D | outqueue.c | 215 while ((lchunk = sctp_list_dequeue(&transport->transmitted)) != NULL) { in __sctp_outq_teardown() 440 &transport->transmitted, in sctp_prsctp_prune() 458 list_for_each_safe(lchunk, ltemp, &transport->transmitted) { in sctp_retransmit_mark() 652 &transport->transmitted); in __sctp_outq_flush_rtx() 717 &transport->transmitted); in __sctp_outq_flush_rtx() 1142 &ctx->transport->transmitted); in sctp_outq_flush_data() 1338 sctp_check_transmitted(q, &transport->transmitted, in sctp_outq_sack() 1362 sctp_mark_missing(q, &transport->transmitted, transport, in sctp_outq_sack()
|
H A D | associola.c | 548 if (!list_empty(&peer->transmitted)) { in sctp_assoc_rm_peer() 552 list_for_each_entry(ch, &peer->transmitted, in sctp_assoc_rm_peer() 558 list_splice_tail_init(&peer->transmitted, in sctp_assoc_rm_peer() 559 &active->transmitted); in sctp_assoc_rm_peer() 950 list_for_each_entry(chunk, &active->transmitted, in sctp_assoc_lookup_tsn() 965 list_for_each_entry(chunk, &transport->transmitted, in sctp_assoc_lookup_tsn()
|
/linux/Documentation/networking/mac80211_hwsim/ |
H A D | mac80211_hwsim.rst | 43 radio and copying all transmitted frames to all other radios that are 50 mac80211. This interface can be used to monitor all transmitted frames
|
/linux/Documentation/ABI/removed/ |
H A D | dv1394 | 7 could be received by read() or transmitted by write(). A few
|
/linux/drivers/net/can/peak_canfd/ |
H A D | Kconfig | 10 1 Mbit/s, the data bytes of CAN-FD frames can be transmitted with
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 109 Packets to be transmitted by the SSAM core are represented via |ssh_packet| 115 be transmitted (i.e. the message wrapped in |ssh_frame|). Most notably, it 160 All packets to be transmitted by the transport layer must be submitted to 170 been transmitted, but wait for acknowledgment (e.g. the corresponding ACK 182 next packet on the queue (if any) can be transmitted and, if so, removes it 196 this). Control packets (i.e. ACK and NAK) can always be transmitted. 327 transmitted by the packet transport layer (i.e. from within the packet 364 All requests to be transmitted by the request transport layer must be 384 transmitted and, if so, submits its underlying packet to the packet 399 If the request expects a response, it is marked as transmitted and the [all …]
|
/linux/Documentation/networking/caif/ |
H A D | caif.rst | 76 * last_tx_msg: Binary blob Prints the last transmitted frame. 110 * last_rx_msg: Prints the last transmitted frame.
|
/linux/drivers/parisc/ |
H A D | README.dino | 9 ** when data is transmitted through PCI I/O expansion cards on the
|
/linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
H A D | netvsc.rst | 93 packets are usually transmitted via copy to the send buffer. However, 94 if the buffer is temporarily exhausted, or the packet to be transmitted is
|