| /device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/asdma_mst/ |
| D | asdma_mst_api.h | 87 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/ |
| D | wifi_host_ping.h | 49 uint32_t tx_bytes; member
|
| D | wifi_host_tg.h | 102 uint32_t tx_bytes; member
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_beamforming.c | 1296 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()
|
| D | rtw_mlme.c | 3772 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/ |
| D | led.h | 79 local->tpt_led_trigger->tx_bytes += bytes; in ieee80211_tpt_led_trig_tx()
|
| D | iface.c | 1187 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()
|
| D | ethtool.c | 89 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
|
| D | led.c | 247 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/uart/ |
| D | sunxi-uart.h | 67 unsigned int rx_bytes, tx_bytes; member
|
| D | sunxi-uart.c | 509 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/ |
| D | dngl_stats.h | 42 unsigned long tx_bytes; /* total bytes transmitted */ member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | dngl_stats.h | 42 unsigned long tx_bytes; /* total bytes transmitted */ member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dngl_stats.h | 41 unsigned long tx_bytes; /* total bytes transmitted */ member
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
| D | rtw_cfgvendor.c | 1161 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/ |
| D | dngl_stats.h | 38 unsigned long tx_bytes; /* total bytes transmitted */ member
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
| D | rtw_beamforming.h | 120 u64 tx_bytes; member
|
| D | sta_info.h | 147 u64 tx_bytes; member
|
| /device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/ |
| D | net_adpater.c | 212 devStat.txBytes = kdevStat->tx_bytes; in hdf_netdev_getstats()
|
| /device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/ |
| D | net_adpater.c | 208 devStat.txBytes = kdevStat->tx_bytes; in hdf_netdev_getstats()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_event.c | 943 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/ |
| D | hal_dm.c | 469 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/ |
| D | net_bdh_adpater.c | 482 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
|
| /device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
| D | net_bdh_adpater.c | 460 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
|
| /device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/ |
| D | net_adapter.c | 174 devStat.txBytes = kdevStat->tx_bytes; in hdf_rtl8822cs_netdev_getstats()
|