Searched refs:rtw_get_sta_tx_stat (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_phl.h | 113 int rtw_get_sta_tx_stat(_adapter *adapter, struct sta_info *sta);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | hal_com.h | 445 int rtw_get_sta_tx_stat(_adapter *adapter, u8 mac_id, u8 *macaddr);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | hal_com.h | 445 int rtw_get_sta_tx_stat(_adapter *adapter, u8 mac_id, u8 *macaddr);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_phl.c | 2716 int rtw_get_sta_tx_stat(_adapter *adapter, struct sta_info *psta) in rtw_get_sta_tx_stat() function
|
| H A D | rtw_debug.c | 951 ret = rtw_get_sta_tx_stat(adapter, sta); in proc_get_sta_tx_stat() 1022 rtw_get_sta_tx_stat(adapter, psta); in proc_get_tx_stat()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_debug.c | 1186 ret = rtw_get_sta_tx_stat(adapter, sta->cmn.mac_id, sta->cmn.mac_addr); in proc_get_sta_tx_stat() 1265 if (rtw_get_sta_tx_stat(adapter, mac_id[i], &sta_mac[i][0]) == _SUCCESS) { in proc_get_tx_stat()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_debug.c | 1186 ret = rtw_get_sta_tx_stat(adapter, sta->cmn.mac_id, sta->cmn.mac_addr); in proc_get_sta_tx_stat() 1265 if (rtw_get_sta_tx_stat(adapter, mac_id[i], &sta_mac[i][0]) == _SUCCESS) { in proc_get_tx_stat()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_proc.c | 1456 rtw_get_sta_tx_stat(adapter, psta); in proc_get_roku_trx_info_msg()
|
| H A D | ioctl_cfg80211.c | 2722 if (rtw_get_sta_tx_stat(padapter, psta) != -ENOTSUPP) { in cfg80211_rtw_get_station()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2686 if (rtw_get_sta_tx_stat(padapter, psta->cmn.mac_id, psta->cmn.mac_addr) != RTW_NOT_SUPPORT) { in cfg80211_rtw_get_station()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 2692 if (rtw_get_sta_tx_stat(padapter, psta->cmn.mac_id, psta->cmn.mac_addr) != RTW_NOT_SUPPORT) { in cfg80211_rtw_get_station()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 1021 int rtw_get_sta_tx_stat(_adapter *adapter, u8 mac_id, u8 *macaddr) in rtw_get_sta_tx_stat() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 1021 int rtw_get_sta_tx_stat(_adapter *adapter, u8 mac_id, u8 *macaddr) in rtw_get_sta_tx_stat() function
|