Home
last modified time | relevance | path

Searched refs:pwake_count_info (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgvendor.c1117 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1127 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1138 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1139 nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1142 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1145 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1147 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1153 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1154 nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1155 nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgvendor.c1319 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1329 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1340 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1341 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1352 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1359 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1361 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1367 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1368 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1373 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgvendor.c1335 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1345 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1356 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1357 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1370 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1377 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1379 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1385 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1386 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1391 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgvendor.c1335 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1345 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1356 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1357 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1370 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1377 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1379 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1385 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1386 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1391 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvendor.c1337 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1347 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1358 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1359 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1370 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1377 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1379 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1385 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1386 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1391 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvendor.c1341 wake_counts_t *pwake_count_info; in wl_cfgvendor_get_wake_reason_stats() local
1351 pwake_count_info = dhd_get_wakecount(dhdp); in wl_cfgvendor_get_wake_reason_stats()
1362 WL_ERR(("pwake_count_info->rcwake %d\n", pwake_count_info->rcwake)); in wl_cfgvendor_get_wake_reason_stats()
1363 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_CMD_EVENT, pwake_count_info->rcwake); in wl_cfgvendor_get_wake_reason_stats()
1374 pwake_count_info->rc_event); in wl_cfgvendor_get_wake_reason_stats()
1381 if (pwake_count_info->rc_event[flowid] != 0) { in wl_cfgvendor_get_wake_reason_stats()
1383 pwake_count_info->rc_event[flowid])); in wl_cfgvendor_get_wake_reason_stats()
1389 WL_ERR(("pwake_count_info->rxwake %d\n", pwake_count_info->rxwake)); in wl_cfgvendor_get_wake_reason_stats()
1390 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_TOTAL_RX_DATA_WAKE, pwake_count_info->rxwake); in wl_cfgvendor_get_wake_reason_stats()
1395 ret = nla_put_u32(skb, WAKE_STAT_ATTRIBUTE_RX_UNICAST_COUNT, pwake_count_info->rx_ucast); in wl_cfgvendor_get_wake_reason_stats()
[all …]