Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_event_log_filter.c144 wl_if_stats_t if_stat;
1401 (OFFSETOF(EWPF_ifc_elem_t, if_stat) + OFFSETOF(wl_if_stats_t, a))
H A Dwl_cfgvendor.c6874 wl_if_stats_t *if_stats = NULL; in wl_cfgvendor_lstats_get_info()
7201 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(wl_if_stats_t)); in wl_cfgvendor_lstats_get_info()
7303 MFREE(cfg->osh, if_stats, sizeof(wl_if_stats_t)); in wl_cfgvendor_lstats_get_info()
H A Dwl_cfg80211.h2978 extern int wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats);
H A Dwl_android.c3877 wl_if_stats_t *if_stats = NULL; in wl_cfg80211_get_sta_info()
5077 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
5109 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(*if_stats)); in wl_android_get_connection_stats()
5183 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
H A Dwl_cfg80211.c7350 if (len > sizeof(wl_if_stats_t)) { in wl_cfg80211_ifstats_counters_cb()
7352 type, len, (int)sizeof(wl_if_stats_t))); in wl_cfg80211_ifstats_counters_cb()
7354 memcpy(ctx, data, sizeof(wl_if_stats_t)); in wl_cfg80211_ifstats_counters_cb()
7372 wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats) in wl_cfg80211_ifstats_counters()
7540 wl_if_stats_t *if_stats = NULL; in wl_cfg80211_get_station()
7773 if_stats = (wl_if_stats_t *)buf; in wl_cfg80211_get_station()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_event_log_filter.c144 wl_if_stats_t if_stat;
1401 (OFFSETOF(EWPF_ifc_elem_t, if_stat) + OFFSETOF(wl_if_stats_t, a))
H A Dwl_cfgvendor.c6880 wl_if_stats_t *if_stats = NULL; in wl_cfgvendor_lstats_get_info()
7219 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(wl_if_stats_t)); in wl_cfgvendor_lstats_get_info()
7330 MFREE(cfg->osh, if_stats, sizeof(wl_if_stats_t)); in wl_cfgvendor_lstats_get_info()
H A Dwl_cfg80211.h2981 extern int wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats);
H A Dwl_android.c3885 wl_if_stats_t *if_stats = NULL; in wl_cfg80211_get_sta_info()
5093 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
5125 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(*if_stats)); in wl_android_get_connection_stats()
5199 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
H A Dwl_cfg80211.c7398 if (len > sizeof(wl_if_stats_t)) { in wl_cfg80211_ifstats_counters_cb()
7400 type, len, (int)sizeof(wl_if_stats_t))); in wl_cfg80211_ifstats_counters_cb()
7402 memcpy(ctx, data, sizeof(wl_if_stats_t)); in wl_cfg80211_ifstats_counters_cb()
7420 wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats) in wl_cfg80211_ifstats_counters()
7588 wl_if_stats_t *if_stats = NULL; in wl_cfg80211_get_station()
7821 if_stats = (wl_if_stats_t *)buf; in wl_cfg80211_get_station()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c1744 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
1831 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.h2556 extern int wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats);
H A Dwl_cfg80211.c8108 if (len > sizeof(wl_if_stats_t)) {
8110 type, len, (int)sizeof(wl_if_stats_t)));
8112 memcpy(ctx, data, sizeof(wl_if_stats_t));
8130 wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats)
8295 wl_if_stats_t *if_stats = NULL;
8313 buf = MALLOC(cfg->osh, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
8432 if_stats = (wl_if_stats_t *)buf;
8524 MFREE(cfg->osh, buf, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
H A Dwl_android.c4265 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
4295 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(*if_stats)); in wl_android_get_connection_stats()
4367 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.h2620 extern int wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats);
H A Dwl_cfg80211.c8207 if (len > sizeof(wl_if_stats_t)) {
8209 type, len, (int)sizeof(wl_if_stats_t)));
8211 memcpy(ctx, data, sizeof(wl_if_stats_t));
8229 wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats)
8394 wl_if_stats_t *if_stats = NULL;
8412 buf = MALLOC(cfg->osh, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
8531 if_stats = (wl_if_stats_t *)buf;
8623 MFREE(cfg->osh, buf, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
H A Dwl_android.c4351 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
4381 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(*if_stats)); in wl_android_get_connection_stats()
4453 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.h2620 extern int wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats);
H A Dwl_cfg80211.c8209 if (len > sizeof(wl_if_stats_t)) {
8211 type, len, (int)sizeof(wl_if_stats_t)));
8213 memcpy(ctx, data, sizeof(wl_if_stats_t));
8231 wl_cfg80211_ifstats_counters(struct net_device *dev, wl_if_stats_t *if_stats)
8396 wl_if_stats_t *if_stats = NULL;
8414 buf = MALLOC(cfg->osh, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
8533 if_stats = (wl_if_stats_t *)buf;
8625 MFREE(cfg->osh, buf, MAX(sizeof(wl_if_stats_t), WLC_IOCTL_SMLEN));
H A Dwl_android.c3992 wl_if_stats_t* if_stats = NULL; in wl_android_get_connection_stats()
4022 if_stats = (wl_if_stats_t *)MALLOCZ(cfg->osh, sizeof(*if_stats)); in wl_android_get_connection_stats()
4094 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl.h10673 wl_if_stats_t; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h13811 wl_if_stats_t; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwlioctl.h13811 wl_if_stats_t; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwlioctl.h13822 wl_if_stats_t; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h16946 wl_if_stats_t; typedef

12