Home
last modified time | relevance | path

Searched refs:stats_req (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.c43 u8 *buf = stats_req->buf; in htt_print_stats_string_tlv()
67 stats_req->buf_len = len; in htt_print_stats_string_tlv()
74 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv()
4581 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler()
4582 if (!stats_req) in ath11k_debugfs_htt_ext_stats_handler()
4596 stats_req); in ath11k_debugfs_htt_ext_stats_handler()
4711 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_stats_req() local
4776 stats_req = vzalloc(sizeof(*stats_req) + ATH11K_HTT_STATS_BUF_SIZE); in ath11k_open_htt_stats()
4777 if (!stats_req) { in ath11k_open_htt_stats()
4782 ar->debug.htt_stats.stats_req = stats_req; in ath11k_open_htt_stats()
[all …]
H A Ddebugfs_sta.c345 struct debug_htt_stats_req *stats_req; in ath11k_dbg_sta_open_htt_peer_stats() local
354 stats_req = vzalloc(sizeof(*stats_req) + ATH11K_HTT_STATS_BUF_SIZE); in ath11k_dbg_sta_open_htt_peer_stats()
355 if (!stats_req) in ath11k_dbg_sta_open_htt_peer_stats()
359 ar->debug.htt_stats.stats_req = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
360 stats_req->type = type; in ath11k_dbg_sta_open_htt_peer_stats()
361 memcpy(stats_req->peer_addr, sta->addr, ETH_ALEN); in ath11k_dbg_sta_open_htt_peer_stats()
367 file->private_data = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
370 vfree(stats_req); in ath11k_dbg_sta_open_htt_peer_stats()
371 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_open_htt_peer_stats()
384 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_release_htt_peer_stats()
[all …]
H A Dcore.h579 struct debug_htt_stats_req *stats_req; member
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c641 len += sizeof(cmd->stats_req); in ath10k_htt_h2t_stats_req()
651 req = &cmd->stats_req; in ath10k_htt_h2t_stats_req()
H A Dhtt.h1709 struct htt_stats_req stats_req; member