Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/spi/
Dbcm63xx_spi.c110 size_t tx_bytes; member
203 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
225 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()
231 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()
233 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()
245 val = priv->tx_bytes; in bcm63xx_spi_xfer()
247 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
254 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
260 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()
278 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Daccounting.c183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats()
185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats()
193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats()
324 bytes = data.tx_bytes; in accounting_sta_report()
Dctrl_iface_ap.c68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats()
185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats()
193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats()
324 bytes = data.tx_bytes; in accounting_sta_report()
Dctrl_iface_ap.c68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
/third_party/uboot/u-boot-2020.01/include/linux/
Dnetdevice.h33 unsigned long tx_bytes; /* total bytes transmitted */ member
/third_party/libnl/include/linux-private/linux/
Dmpls.h69 __u64 tx_bytes; /* total bytes transmitted */ member
Dif_bridge.h152 __u64 tx_bytes; member
Dif_link.h13 __u32 tx_bytes; /* total bytes transmitted */ member
48 __u64 tx_bytes; /* total bytes transmitted */ member
/third_party/libnl/lib/route/
Dlink.c398 link->l_stats[RTNL_LINK_TX_BYTES] = st->tx_bytes; in rtnl_link_info_parse()
448 link->l_stats[RTNL_LINK_TX_BYTES] = st.tx_bytes; in rtnl_link_info_parse()
3005 __ADD(RTNL_LINK_TX_BYTES, tx_bytes),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c680 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data()
1292 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
Ddriver_hostap.c615 data->tx_bytes = val; in hostap_read_sta_data()
Ddriver.h1795 unsigned long long rx_bytes, tx_bytes; member
Ddriver_bsd.c752 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
Ddriver_nl80211.c6384 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]); in get_sta_handler()
6393 data->tx_bytes = in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_atheros.c680 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data()
1292 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
Ddriver_hostap.c615 data->tx_bytes = val; in hostap_read_sta_data()
Ddriver.h1795 unsigned long long rx_bytes, tx_bytes; member
Ddriver_bsd.c752 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
Ddriver_nl80211.c6384 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]); in get_sta_handler()
6393 data->tx_bytes = in get_sta_handler()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dether.c1637 dev->stats.tx_bytes += req->length; in tx_complete()
/third_party/toybox/toys/pending/
Dip.c773 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors, in print_stats()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers.c4191 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers.c4191 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dmvpp2.c923 u64 tx_bytes; member