Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/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.c346 struct debug_htt_stats_req *stats_req; in ath11k_dbg_sta_open_htt_peer_stats() local
355 stats_req = vzalloc(sizeof(*stats_req) + ATH11K_HTT_STATS_BUF_SIZE); in ath11k_dbg_sta_open_htt_peer_stats()
356 if (!stats_req) in ath11k_dbg_sta_open_htt_peer_stats()
360 ar->debug.htt_stats.stats_req = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
361 stats_req->type = type; in ath11k_dbg_sta_open_htt_peer_stats()
362 memcpy(stats_req->peer_addr, sta->addr, ETH_ALEN); in ath11k_dbg_sta_open_htt_peer_stats()
368 file->private_data = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
371 vfree(stats_req); in ath11k_dbg_sta_open_htt_peer_stats()
372 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_open_htt_peer_stats()
385 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_release_htt_peer_stats()
[all …]
H A Dcore.h607 struct debug_htt_stats_req *stats_req; member
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.c157 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv()
5067 stats_req); in ath12k_dbg_htt_ext_stats_parse()
5275 stats_req); in ath12k_dbg_htt_ext_stats_parse()
5321 stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_ext_stats_handler()
5322 if (!stats_req) in ath12k_debugfs_htt_ext_stats_handler()
5342 stats_req); in ath12k_debugfs_htt_ext_stats_handler()
5419 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_stats_req() local
5488 if (!stats_req) { in ath12k_open_htt_stats()
5493 ar->debug.htt_stats.stats_req = stats_req; in ath12k_open_htt_stats()
5499 stats_req->override_cfg_param = !!stats_req->cfg_param[0] || in ath12k_open_htt_stats()
[all …]
H A Dcore.h574 struct debug_htt_stats_req *stats_req; member
/linux-6.15/drivers/net/wireless/silabs/wfx/
H A Dbh.c236 int stats_req = 0, stats_cnf = 0, stats_ind = 0; in bh_work() local
243 stats_req += num_tx; in bh_work()
259 _trace_bh_stats(stats_ind, stats_req, stats_cnf, wdev->hif.tx_buffers_used, release_chip); in bh_work()
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c181 struct bfi_enet_stats_req *stats_req = &bna->stats_mod.stats_get; in bna_bfi_stats_get_rsp() local
184 u32 tx_enet_mask = ntohl(stats_req->tx_enet_mask); in bna_bfi_stats_get_rsp()
185 u32 rx_enet_mask = ntohl(stats_req->rx_enet_mask); in bna_bfi_stats_get_rsp()
1842 struct bfi_enet_stats_req *stats_req = &bna->stats_mod.stats_get; in bna_bfi_stats_get() local
1846 bfi_msgq_mhdr_set(stats_req->mh, BFI_MC_ENET, in bna_bfi_stats_get()
1848 stats_req->mh.num_entries = htons( in bna_bfi_stats_get()
1850 stats_req->stats_mask = htons(BFI_ENET_STATS_ALL); in bna_bfi_stats_get()
1851 stats_req->tx_enet_mask = htonl(bna->tx_mod.rid_mask); in bna_bfi_stats_get()
1852 stats_req->rx_enet_mask = htonl(bna->rx_mod.rid_mask); in bna_bfi_stats_get()
1853 stats_req->host_buffer.a32.addr_hi = bna->stats.hw_stats_dma.msb; in bna_bfi_stats_get()
[all …]
H A Dbfi_cna.h142 struct bfi_cee_stats_req stats_req; member
/linux-6.15/drivers/net/wireless/ath/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.h1694 struct htt_stats_req stats_req; member