Searched refs:ath11k_info (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debug.c | 10 void ath11k_info(struct ath11k_base *ab, const char *fmt, ...) in ath11k_info() function 32 EXPORT_SYMBOL(ath11k_info);
|
H A D | debug.h | 76 __printf(2, 3) void ath11k_info(struct ath11k_base *ab, const char *fmt, ...);
|
H A D | pci.c | 471 ath11k_info(ab, "MSI vectors: %d\n", num_vectors); in ath11k_pci_alloc_msi() 708 ath11k_info(ab, "leaving PCI ASPM disabled to avoid MHI M2 problems\n"); in ath11k_pci_start()
|
H A D | core.c | 1444 ath11k_info(ab, "Booting in factory test mode\n"); in ath11k_core_soc_create() 1701 ath11k_info(ab, "invalid crypto_mode: %d\n", ath11k_crypto_mode); in ath11k_core_qmi_firmware_ready() 2026 ath11k_info(ab, "%s\n", ab->hw_params.name); in ath11k_init_hw_params()
|
H A D | debugfs.c | 527 ath11k_info(ab, "simulating firmware assert crash\n"); in ath11k_write_simulate_fw_crash() 532 ath11k_info(ab, "user requested hw restart\n"); in ath11k_write_simulate_fw_crash() 1186 ath11k_info(ab, "pktlog mode %s\n", in ath11k_write_pktlog_filter()
|
H A D | qmi.c | 2294 ath11k_info(ab, "chip_id 0x%x chip_family 0x%x board_id 0x%x soc_id 0x%x\n", in ath11k_qmi_request_target_cap() 2298 ath11k_info(ab, "fw_version 0x%x fw_build_timestamp %s fw_build_id %s", in ath11k_qmi_request_target_cap() 2500 ath11k_info(ab, in ath11k_qmi_load_bdf_qmi()
|
H A D | wmi.c | 8701 ath11k_info(ab, "DFS Radar detected, but ignored as requested\n"); in ath11k_wmi_pdev_dfs_radar_detected_event()
|