Home
last modified time | relevance | path

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

123

/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/asdma_mst/
Dasdma_mst_api.h87 void asdma_mst_audio_cfg_frag_len(unsigned short tx_bytes, unsigned short rx_bytes);
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/fhost/application/
Dwifi_host_ping.h49 uint32_t tx_bytes; member
Dwifi_host_tg.h102 uint32_t tx_bytes; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_beamforming.c1296 bfee->tx_bytes = 0; in _bfee_add_entry()
2001 u64 tx_bytes, last_bytes; in rtw_bf_update_traffic() local
2027 last_bytes = bfee->tx_bytes; in rtw_bf_update_traffic()
2029 bfee->tx_bytes = sta->sta_stats.tx_bytes; in rtw_bf_update_traffic()
2031 if (bfee->tx_bytes >= last_bytes) in rtw_bf_update_traffic()
2032 tx_bytes = bfee->tx_bytes - last_bytes; in rtw_bf_update_traffic()
2034 tx_bytes = bfee->tx_bytes + (~last_bytes); in rtw_bf_update_traffic()
2037 tp[i] = toMbps(tx_bytes, time); in rtw_bf_update_traffic()
2040 __FUNCTION__, i, bfee->mac_id, tx_bytes, tp[i], tx_rate[i]); in rtw_bf_update_traffic()
Drtw_mlme.c3772 if (sta->sta_stats.last_tx_bytes > sta->sta_stats.tx_bytes)
3773 sta->sta_stats.last_tx_bytes = sta->sta_stats.tx_bytes;
3781 curr_tx_bytes = sta->sta_stats.tx_bytes - sta->sta_stats.last_tx_bytes;
3803 sta->sta_stats.last_tx_bytes = sta->sta_stats.tx_bytes;
3832 pdvobjpriv->traffic_stat.tx_bytes = 0;
3844 …pdvobjpriv->traffic_stat.cur_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes - pdvobjpriv->traffic_st…
3846 pdvobjpriv->traffic_stat.last_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes;
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dled.h79 local->tpt_led_trigger->tx_bytes += bytes; in ieee80211_tpt_led_trig_tx()
Diface.c1187 unsigned long rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local
1189 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local
1201 tx_bytes = (unsigned long)tstats->tx_bytes; in ieee80211_get_stats64()
1206 tx_bytes = tstats->tx_bytes; in ieee80211_get_stats64()
1213 stats->tx_bytes += tx_bytes; in ieee80211_get_stats64()
Dethtool.c89 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
Dled.c247 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/uart/
Dsunxi-uart.h67 unsigned int rx_bytes, tx_bytes; member
Dsunxi-uart.c509 xmit->tail = (xmit->tail + uart_dma->tx_bytes) & (UART_XMIT_SIZE - 1); in dma_tx_callback()
510 port->icount.tx += uart_dma->tx_bytes; in dma_tx_callback()
542 uart_dma->tx_bytes = count; in sw_uart_start_dma_tx()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddngl_stats.h42 unsigned long tx_bytes; /* total bytes transmitted */ member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddngl_stats.h42 unsigned long tx_bytes; /* total bytes transmitted */ member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddngl_stats.h41 unsigned long tx_bytes; /* total bytes transmitted */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drtw_cfgvendor.c1161 u64 tx_bytes, rx_bytes, trx_total_bytes = 0; in LinkLayerStats() local
1166 tx_bytes = 0; in LinkLayerStats()
1197 tx_bytes = pdvobjpriv->traffic_stat.last_tx_bytes; in LinkLayerStats()
1199 trx_total_bytes = tx_bytes + rx_bytes; in LinkLayerStats()
1211 tmp = (tx_bytes * trx_total_time); in LinkLayerStats()
1229 …RTW_INFO("- tx_bytes : %llu rx_bytes : %llu total bytes : %llu\n", tx_bytes, rx_bytes, trx_total_b… in LinkLayerStats()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Ddngl_stats.h38 unsigned long tx_bytes; /* total bytes transmitted */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_beamforming.h120 u64 tx_bytes; member
Dsta_info.h147 u64 tx_bytes; member
/device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/
Dnet_adpater.c212 devStat.txBytes = kdevStat->tx_bytes; in hdf_netdev_getstats()
/device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/
Dnet_adpater.c208 devStat.txBytes = kdevStat->tx_bytes; in hdf_netdev_getstats()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_event.c943 hmac_vap->station_info.tx_bytes = query_station_reponse_event->tx_bytes; in hmac_proc_query_response_event()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_dm.c469 odm_cmn_info_hook(pDM_Odm, ODM_CMNINFO_TX_UNI, &(dvobj->traffic_stat.tx_bytes)); in Init_ODM_ComInfo()
1294 , psta->sta_stats.tx_bytes - psta->sta_stats.last_tx_bytes in dump_sta_traffic()
1295 , psta->sta_stats.tx_bytes, psta->sta_stats.last_tx_bytes in dump_sta_traffic()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dnet_bdh_adpater.c482 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dnet_bdh_adpater.c460 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/
Dnet_adapter.c174 devStat.txBytes = kdevStat->tx_bytes; in hdf_rtl8822cs_netdev_getstats()

123