Searched refs:per_chspec_stats (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvendor.c | 6856 cca_congest_ext_channel_req_v2_t *per_chspec_stats = NULL; in wl_cfgvendor_lstats_get_info() local 7055 per_chspec_stats = (cca_congest_ext_channel_req_v2_t *) in wl_cfgvendor_lstats_get_info() 7057 if (per_chspec_stats == NULL) { in wl_cfgvendor_lstats_get_info() 7061 (void) memcpy_s(per_chspec_stats, per_chspec_stats_size, in wl_cfgvendor_lstats_get_info() 7067 if (per_chspec_stats[i].num_secs != 1) { in wl_cfgvendor_lstats_get_info() 7069 per_chspec_stats[i].num_secs)); in wl_cfgvendor_lstats_get_info() 7073 fill_chanspec_to_channel_info(per_chspec_stats[i].chanspec, in wl_cfgvendor_lstats_get_info() 7077 per_chspec_stats[i].secs[0].radio_on_time; in wl_cfgvendor_lstats_get_info() 7079 per_chspec_stats[i].secs[0].cca_busy_time; in wl_cfgvendor_lstats_get_info() 7082 per_chspec_stats[i].chanspec, per_chspec_stats[i].num_secs, in wl_cfgvendor_lstats_get_info() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvendor.c | 6860 cca_congest_ext_channel_req_v2_t *per_chspec_stats = NULL; in wl_cfgvendor_lstats_get_info() local 7067 per_chspec_stats = (cca_congest_ext_channel_req_v2_t *) in wl_cfgvendor_lstats_get_info() 7069 if (per_chspec_stats == NULL) { in wl_cfgvendor_lstats_get_info() 7073 (void) memcpy_s(per_chspec_stats, per_chspec_stats_size, in wl_cfgvendor_lstats_get_info() 7079 if (per_chspec_stats[i].num_secs != 1) { in wl_cfgvendor_lstats_get_info() 7081 per_chspec_stats[i].num_secs)); in wl_cfgvendor_lstats_get_info() 7085 fill_chanspec_to_channel_info(per_chspec_stats[i].chanspec, in wl_cfgvendor_lstats_get_info() 7089 per_chspec_stats[i].secs[0].radio_on_time; in wl_cfgvendor_lstats_get_info() 7091 per_chspec_stats[i].secs[0].cca_busy_time; in wl_cfgvendor_lstats_get_info() 7094 per_chspec_stats[i].chanspec, per_chspec_stats[i].num_secs, in wl_cfgvendor_lstats_get_info() [all …]
|