Home
last modified time | relevance | path

Searched refs:sta_stats (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Dsta_info.h274 sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \
275 sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \
276 sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \
277 sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \
278 sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \
279 sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \
280 sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \
281 sta->sta_stats.last_rx_data_pkts = sta->sta_stats.rx_data_pkts; \
295 sta->sta_stats.rx_mgnt_pkts - sta->sta_stats.last_rx_mgnt_pkts \
296 , sta->sta_stats.rx_ctrl_pkts - sta->sta_stats.last_rx_ctrl_pkts \
[all …]
/linux-6.3-rc2/drivers/staging/rtl8712/
A Dsta_info.h66 struct stainfo_stats sta_stats; member
/linux-6.3-rc2/drivers/staging/rtl8723bs/os_dep/
A Dioctl_linux.c958 psta_data->rx_pkts = psta->sta_stats.rx_data_pkts; in rtw_ioctl_get_sta_data()
959 psta_data->rx_bytes = psta->sta_stats.rx_bytes; in rtw_ioctl_get_sta_data()
960 psta_data->rx_drops = psta->sta_stats.rx_drops; in rtw_ioctl_get_sta_data()
962 psta_data->tx_pkts = psta->sta_stats.tx_pkts; in rtw_ioctl_get_sta_data()
963 psta_data->tx_bytes = psta->sta_stats.tx_bytes; in rtw_ioctl_get_sta_data()
964 psta_data->tx_drops = psta->sta_stats.tx_drops; in rtw_ioctl_get_sta_data()
A Dioctl_cfg80211.c1033 sinfo->tx_packets = psta->sta_stats.tx_pkts; in cfg80211_rtw_get_station()
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_recv.c637 pstats = &psta->sta_stats; in count_rx_stats()
911 psta->sta_stats.rx_ctrl_pkts++; in validate_recv_ctrl_frame()
1206 psta->sta_stats.rx_mgnt_pkts++; in validate_recv_mgnt_frame()
1208 psta->sta_stats.rx_beacon_pkts++; in validate_recv_mgnt_frame()
1210 psta->sta_stats.rx_probereq_pkts++; in validate_recv_mgnt_frame()
1213 psta->sta_stats.rx_probersp_pkts++; in validate_recv_mgnt_frame()
1216 psta->sta_stats.rx_probersp_bm_pkts++; in validate_recv_mgnt_frame()
1218 psta->sta_stats.rx_probersp_uo_pkts++; in validate_recv_mgnt_frame()
A Drtw_ap.c395 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_bmc_sta()
555 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_sta_info_apmode()
A Drtw_xmit.c1387 pstats = &psta->sta_stats; in rtw_count_tx_stats()

Completed in 27 milliseconds