Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c1286 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_vdev_stats()
1348 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_bcn_stats()
1415 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_pdev_stats()
H A Dwmi.c7967 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_vdev_stats_dump()
8046 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_bcn_stats_dump()
8084 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_base_stats_dump()
8117 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_tx_stats_dump()
8181 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_pdev_rx_stats_dump()
8248 u32 buf_len = ATH12K_FW_STATS_BUF_SIZE; in ath12k_wmi_fw_stats_dump()
H A Dwmi.h5456 #define ATH12K_FW_STATS_BUF_SIZE (1024 * 1024) macro