Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
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 …]
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 …]
A Dcore.h607 struct debug_htt_stats_req *stats_req; member
/linux/drivers/net/wireless/ath/ath12k/
A Ddebugfs_htt_stats.c48 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv()
1499 stats_req); in ath12k_dbg_htt_ext_stats_parse()
1590 stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_ext_stats_handler()
1591 if (!stats_req) in ath12k_debugfs_htt_ext_stats_handler()
1598 if (stats_req->done) in ath12k_debugfs_htt_ext_stats_handler()
1611 stats_req); in ath12k_debugfs_htt_ext_stats_handler()
1688 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_stats_req() local
1757 if (!stats_req) { in ath12k_open_htt_stats()
1762 ar->debug.htt_stats.stats_req = stats_req; in ath12k_open_htt_stats()
1768 stats_req->override_cfg_param = !!stats_req->cfg_param[0] || in ath12k_open_htt_stats()
[all …]
A Dcore.h495 struct debug_htt_stats_req *stats_req; member
/linux/drivers/net/wireless/silabs/wfx/
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/drivers/net/ethernet/brocade/bna/
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 …]
A Dbfi_cna.h142 struct bfi_cee_stats_req stats_req; member
/linux/drivers/net/wireless/ath/ath10k/
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()
A Dhtt.h1694 struct htt_stats_req stats_req; member

Completed in 67 milliseconds