Home
last modified time | relevance | path

Searched refs:cur_user (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c69 int cur_user; in ath12k_htt_tlv_ppdu_stats_parse() local
92 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
94 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
96 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
112 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
114 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
116 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
133 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
135 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
137 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1873 typeset cur_user=
1890 cur_user="given user \"$username\""
1892 cur_user="current user \"`$LOGNAME`\""
1897 "with $cur_user."
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1247 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1274 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1276 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1278 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1297 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1299 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1301 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1322 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1324 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1326 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()