Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c1046 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_vdev_stats()
1107 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_bcn_stats()
1179 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_pdev_stats()
H A Dwmi.c6913 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_vdev_stats_dump()
6992 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_bcn_stats_dump()
7030 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_base_stats_dump()
7063 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_tx_stats_dump()
7127 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_rx_stats_dump()
7194 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_stats_dump()
H A Dwmi.h5044 #define ATH12K_FW_STATS_BUF_SIZE (1024 * 1024) macro