Home
last modified time | relevance | path

Searched full:transmitted (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h274 unsigned long tx_ok; /* The number of good packet transmitted. */
275 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
276 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
277 unsigned long tx_pause; /* The number of Pause packet transmitted. */
278 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
279 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding P…
280 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
282 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte l…
283 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 6…
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h166 * @DPMAC_CNT_EGR_UNDERSIZED: counts frames transmitted that was less than 64
171 * @DPMAC_CNT_EGR_VALID_PAUSE_FRAME: counts valid pause frames transmitted
181 * @DPMAC_CNT_EGR_BYTE: counts bytes transmitted except preamble for all valid
182 * frames and valid pause frames transmitted.
183 * @DPMAC_CNT_EGR_MCAST_FRAME: counts transmitted multicast frames.
184 * @DPMAC_CNT_EGR_BCAST_FRAME: counts transmitted broadcast frames.
185 * @DPMAC_CNT_EGR_UCAST_FRAME: counts transmitted unicast frames.
186 * @DPMAC_CNT_EGR_ERR_FRAME: counts frames transmitted with an error.
189 * @DPMAC_CNT_EGR_GOOD_FRAME: counts frames transmitted without error, including
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h327 unsigned long tx_ok; /* The number of good packet transmitted. */
328 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
329 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
330 unsigned long tx_pause; /* The number of Pause packet transmitted. */
331 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
332 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause f…
333 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
335 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. …
336 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 65 …
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h186 #define IXGB_TPTL 0x02100 /* Total Packets Transmitted (Low) */
187 #define IXGB_TPTH 0x02104 /* Total Packets Transmitted (High) */
188 #define IXGB_GPTCL 0x02108 /* Good Packets Transmitted Count (Low) */
189 #define IXGB_GPTCH 0x0210C /* Good Packets Transmitted Count (High) */
190 #define IXGB_BPTCL 0x02110 /* Broadcast Packets Transmitted Count (Low) */
191 #define IXGB_BPTCH 0x02114 /* Broadcast Packets Transmitted Count (High) */
192 #define IXGB_MPTCL 0x02118 /* Multicast Packets Transmitted Count (Low) */
193 #define IXGB_MPTCH 0x0211C /* Multicast Packets Transmitted Count (High) */
194 #define IXGB_UPTCL 0x02120 /* Unicast Packets Transmitted Count (Low) */
195 #define IXGB_UPTCH 0x02124 /* Unicast Packets Transmitted Count (High) */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/cfg/
H A D22000.c321 * so we need to restrict the size of transmitted aggregation to the
333 * so we need to restrict the size of transmitted aggregation to the
383 * so we need to restrict the size of transmitted aggregation to the
396 * so we need to restrict the size of transmitted aggregation to the
409 * so we need to restrict the size of transmitted aggregation to the
421 * so we need to restrict the size of transmitted aggregation to the
434 * so we need to restrict the size of transmitted aggregation to the
447 * so we need to restrict the size of transmitted aggregation to the
459 * so we need to restrict the size of transmitted aggregation to the
473 * so we need to restrict the size of transmitted aggregation to the
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.h182 * boundary timer expires, even if no traffic has been transmitted
187 * been transmitted on this interrupt. (This will only happen once
330 * @tx_frms: Count of data frames transmitted on this Aggregator on all
334 * @tx_data_octets: Count of data and padding octets of frames transmitted
338 * @tx_mcast_frms: Count of data frames transmitted (to a group destination
343 * @tx_bcast_frms: Count of broadcast data frames transmitted on this Aggregator
347 * @tx_discarded_frms: Count of data frames to be transmitted on this Aggregator
351 * @tx_errored_frms: Count of data frames transmitted on this Aggregator that
403 * @tx_ttl_frms: Count of successfully transmitted MAC frames
404 * @tx_ttl_octets: Count of total octets of transmitted frames, not including
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst100 - Timestamp in ns of when the last byte of the message was transmitted.
125 for all transmitted messages. It is used by the CEC framework when it queues
134 - The status bits of the transmitted message. See
136 this message was received, not transmitted.
166 this message was transmitted, not received, unless this is the
167 reply to a transmitted message. In that case both ``rx_status``
171 - The status bits of the transmitted message. See
173 this message was received, not transmitted.
226 then no validation takes place and the message is transmitted as-is.
245 - The message was transmitted successfully. This is mutually
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddai.rst38 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.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics140 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 Dconfigfs-most45 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
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst221 - Total number of bytes transmitted.
225 - Unicast bytes transmitted.
229 - Multicast bytes transmitted.
233 - Broadcast bytes transmitted.
237 - Total number of packets transmitted.
241 - Multicast packets transmitted.
245 - Broadcast packets transmitted.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfield-order.rst13 odd and even field are transmitted, and due to a small delay between
49 captured first (is the older field), the top field is also transmitted
146 Field Order, Top Field First Transmitted
153 Field Order, Top Field First Transmitted
158 Field Order, Bottom Field First Transmitted
165 Field Order, Bottom Field First Transmitted
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst160 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
/OK3568_Linux_fs/kernel/drivers/i2c/algos/
H A Di2c-algo-pca.c136 * Returns after the byte has been transmitted
241 case 0x08: /* A START condition has been transmitted */ in pca_xfer()
242 case 0x10: /* A repeated start condition has been transmitted */ in pca_xfer()
246 case 0x18: /* SLA+W has been transmitted; ACK has been received */ in pca_xfer()
247 case 0x28: /* Data byte in I2CDAT has been transmitted; ACK has been received */ in pca_xfer()
261 case 0x20: /* SLA+W has been transmitted; NOT ACK has been received */ in pca_xfer()
267 case 0x40: /* SLA+R has been transmitted; ACK has been received */ in pca_xfer()
286 case 0x48: /* SLA+R has been transmitted; NOT ACK has been received */ in pca_xfer()
292 case 0x30: /* Data byte in I2CDAT has been transmitted; NOT ACK has been received */ in pca_xfer()
301 * START condition will be transmitted when the in pca_xfer()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst21 and from top to bottom. Each block is transmitted in turn, line-by-line.
26 first block is transmitted, etc.
29 to right, top to bottom. Each block is transmitted in turn, line-by-line.
35 transmitted, etc.
68 // Each block in transmitted in turn, line-by-line.
87 // Each block in transmitted in turn, line-by-line.
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddngl_stats.h41 unsigned long tx_packets; /* total packets transmitted */
43 unsigned long tx_bytes; /* total bytes transmitted */
220 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
231 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
273 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
277 uint32 tx_mcast; /* number of succesfully transmitted multicast
285 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddngl_stats.h41 unsigned long tx_packets; /* total packets transmitted */
43 unsigned long tx_bytes; /* total bytes transmitted */
220 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
231 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
273 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
277 uint32 tx_mcast; /* number of succesfully transmitted multicast
285 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddngl_stats.h41 unsigned long tx_packets; /* total packets transmitted */
43 unsigned long tx_bytes; /* total bytes transmitted */
220 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
231 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
273 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
277 uint32 tx_mcast; /* number of succesfully transmitted multicast
285 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h398 * @DPMAC_CNT_EGR_UNDERSIZED: counts packet transmitted that was less than 64
403 * @DPMAC_CNT_EGR_VALID_PAUSE_FRAME: counts valid pause frame transmitted
413 * @DPMAC_CNT_EGR_BYTE: counts octet transmitted except preamble for all valid
414 * frames and valid pause frames transmitted.
415 * @DPMAC_CNT_EGR_MCAST_FRAME: counts transmitted multicast frame
416 * @DPMAC_CNT_EGR_BCAST_FRAME: counts transmitted broadcast frame
417 * @DPMAC_CNT_EGR_UCAST_FRAME: counts transmitted unicast frame
418 * @DPMAC_CNT_EGR_ERR_FRAME: counts frame transmitted with an error
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddngl_stats.h37 unsigned long tx_packets; /* total packets transmitted */
39 unsigned long tx_bytes; /* total bytes transmitted */
220 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
231 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
273 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
277 uint32 tx_mcast; /* number of succesfully transmitted multicast
285 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddngl_stats.h37 unsigned long tx_packets; /* total packets transmitted */
39 unsigned long tx_bytes; /* total bytes transmitted */
220 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
231 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
273 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
277 uint32 tx_mcast; /* number of succesfully transmitted multicast
285 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddngl_stats.h40 unsigned long tx_packets; /* total packets transmitted */
42 unsigned long tx_bytes; /* total bytes transmitted */
216 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
227 uint32 tx_mpdu; /* number of successfully transmitted data pkts (ACK rcvd) */
269 uint32 tx_mpdu; /* number of successfully transmitted unicast data pkts
273 uint32 tx_mcast; /* number of succesfully transmitted multicast
281 uint32 tx_ampdu; /* number of transmitted unicast a-mpdus */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Ducc_geth.h58 frames) transmitted that were exactly of the
63 frames) transmitted that were between
67 frames) transmitted that were between 128
82 transmitted by this MAC */
84 u32 tmca; /* Total number of frames that were transmitted
87 u32 tbca; /* Total number of frames transmitted
494 u32 frtxok; /* frames transmitted OK */
691 u32 frtxok; /* frames transmitted OK */
744 frames) transmitted that were exactly of the
749 frames) transmitted that were between
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DPointer-Values.html74 <p>Pointers to target data are transmitted as they are. An exception
76 transmitted as part of the function call, namely strings. Strings
77 are transmitted as a pointer/length pair, both as hex values, e.g.
86 at address 0x123456 is transmitted as
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DPointer-Values.html74 <p>Pointers to target data are transmitted as they are. An exception
76 transmitted as part of the function call, namely strings. Strings
77 are transmitted as a pointer/length pair, both as hex values, e.g.
86 at address 0x123456 is transmitted as

12345678910>>...43