Lines Matching refs:ath11k

270 int ath11k_debugfs_register(struct ath11k *ar);
271 void ath11k_debugfs_unregister(struct ath11k *ar);
272 void ath11k_debugfs_fw_stats_process(struct ath11k *ar, struct ath11k_fw_stats *stats);
274 void ath11k_debugfs_fw_stats_init(struct ath11k *ar);
275 int ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id,
278 static inline bool ath11k_debugfs_is_pktlog_lite_mode_enabled(struct ath11k *ar)
283 static inline bool ath11k_debugfs_is_pktlog_rx_stats_enabled(struct ath11k *ar)
288 static inline bool ath11k_debugfs_is_pktlog_peer_valid(struct ath11k *ar, u8 *addr)
294 static inline int ath11k_debugfs_is_extd_tx_stats_enabled(struct ath11k *ar)
299 static inline int ath11k_debugfs_is_extd_rx_stats_enabled(struct ath11k *ar)
304 static inline int ath11k_debugfs_rx_filter(struct ath11k *ar)
311 void ath11k_debugfs_add_dbring_entry(struct ath11k *ar,
335 static inline int ath11k_debugfs_register(struct ath11k *ar)
340 static inline void ath11k_debugfs_unregister(struct ath11k *ar)
344 static inline void ath11k_debugfs_fw_stats_process(struct ath11k *ar,
349 static inline void ath11k_debugfs_fw_stats_init(struct ath11k *ar)
353 static inline int ath11k_debugfs_is_extd_tx_stats_enabled(struct ath11k *ar)
358 static inline int ath11k_debugfs_is_extd_rx_stats_enabled(struct ath11k *ar)
363 static inline bool ath11k_debugfs_is_pktlog_lite_mode_enabled(struct ath11k *ar)
368 static inline bool ath11k_debugfs_is_pktlog_rx_stats_enabled(struct ath11k *ar)
373 static inline bool ath11k_debugfs_is_pktlog_peer_valid(struct ath11k *ar, u8 *addr)
378 static inline int ath11k_debugfs_rx_filter(struct ath11k *ar)
383 static inline int ath11k_debugfs_get_fw_stats(struct ath11k *ar,
398 ath11k_debugfs_add_dbring_entry(struct ath11k *ar,