Searched refs:stats_req (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/wireless/ath/ath11k/ |
| A D | debugfs_htt_stats.c | 44 u8 *buf = stats_req->buf; in htt_print_stats_string_tlv() 68 stats_req->buf_len = len; in htt_print_stats_string_tlv() 75 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv() 4582 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler() 4583 if (!stats_req) in ath11k_debugfs_htt_ext_stats_handler() 4597 stats_req); in ath11k_debugfs_htt_ext_stats_handler() 4712 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_stats_req() local 4777 stats_req = vzalloc(sizeof(*stats_req) + ATH11K_HTT_STATS_BUF_SIZE); in ath11k_open_htt_stats() 4778 if (!stats_req) { in ath11k_open_htt_stats() 4783 ar->debug.htt_stats.stats_req = stats_req; in ath11k_open_htt_stats() [all …]
|
| A D | debugfs_sta.c | 347 struct debug_htt_stats_req *stats_req; in ath11k_dbg_sta_open_htt_peer_stats() local 356 stats_req = vzalloc(sizeof(*stats_req) + ATH11K_HTT_STATS_BUF_SIZE); in ath11k_dbg_sta_open_htt_peer_stats() 357 if (!stats_req) in ath11k_dbg_sta_open_htt_peer_stats() 361 ar->debug.htt_stats.stats_req = stats_req; in ath11k_dbg_sta_open_htt_peer_stats() 362 stats_req->type = type; in ath11k_dbg_sta_open_htt_peer_stats() 363 memcpy(stats_req->peer_addr, sta->addr, ETH_ALEN); in ath11k_dbg_sta_open_htt_peer_stats() 369 file->private_data = stats_req; in ath11k_dbg_sta_open_htt_peer_stats() 372 vfree(stats_req); in ath11k_dbg_sta_open_htt_peer_stats() 373 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_open_htt_peer_stats() 386 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_release_htt_peer_stats() [all …]
|
| A D | core.h | 611 struct debug_htt_stats_req *stats_req; member
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | debugfs_htt_stats.c | 157 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv() 5589 stats_req); in ath12k_dbg_htt_ext_stats_parse() 5797 stats_req); in ath12k_dbg_htt_ext_stats_parse() 5871 stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_ext_stats_handler() 5872 if (!stats_req) in ath12k_debugfs_htt_ext_stats_handler() 5892 stats_req); in ath12k_debugfs_htt_ext_stats_handler() 5972 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_stats_req() local 6041 if (!stats_req) { in ath12k_open_htt_stats() 6046 ar->debug.htt_stats.stats_req = stats_req; in ath12k_open_htt_stats() 6052 stats_req->override_cfg_param = !!stats_req->cfg_param[0] || in ath12k_open_htt_stats() [all …]
|
| A D | core.h | 650 struct debug_htt_stats_req *stats_req; member
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | bh.c | 236 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()
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bna_enet.c | 181 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 D | bfi_cna.h | 142 struct bfi_cee_stats_req stats_req; member
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt_tx.c | 643 len += sizeof(cmd->stats_req); in ath10k_htt_h2t_stats_req() 653 req = &cmd->stats_req; in ath10k_htt_h2t_stats_req()
|
| A D | htt.h | 1694 struct htt_stats_req stats_req; member
|
Completed in 72 milliseconds