Searched refs:coex_err (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/components/coex/core/src/ |
D | wlan_coex_main.c | 44 coex_err("Failed to attach psoc coex component"); in wlan_coex_psoc_created_notification() 67 coex_err("Failed to detach psoc coex component"); in wlan_coex_psoc_destroyed_notification() 93 coex_err("failed to send coex config"); in wlan_coex_config_send() 107 coex_err("Null vdev"); in wlan_coex_multi_config_send() 113 coex_err("failed to get coex_obj"); in wlan_coex_multi_config_send() 131 coex_err("fail to send one coex config"); in wlan_coex_multi_config_send() 147 coex_err("NULL vdev"); in wlan_coex_config_updated() 152 coex_err("config type out of range: %d", type); in wlan_coex_config_updated() 158 coex_err("NULL psoc"); in wlan_coex_config_updated() 194 coex_err("invalid param for getting btc chain mode"); in wlan_coex_psoc_get_btc_chain_mode() [all …]
|
/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/ |
D | wlan_coex_tgt_api.c | 34 coex_err("tx_ops is NULL"); in wlan_psoc_get_coex_txops() 48 coex_err("NULL psoc"); in wlan_vdev_get_coex_txops() 64 coex_err("NULL vdev"); in tgt_send_coex_config() 70 coex_err("NULL psoc"); in tgt_send_coex_config() 76 coex_err("NULL pdev"); in tgt_send_coex_config() 96 coex_err("NULL vdev"); in tgt_send_coex_multi_config() 102 coex_err("NULL psoc"); in tgt_send_coex_multi_config() 108 coex_err("NULL pdev"); in tgt_send_coex_multi_config() 141 coex_err("NULL psoc"); in tgt_send_dbam_config()
|
D | wlan_coex_utils_api.c | 38 coex_err("Failed to register psoc create handler"); in wlan_coex_init() 46 coex_err("Failed to create psoc delete handler"); in wlan_coex_init() 69 coex_err("Failed to unregister psoc delete handler"); in wlan_coex_deinit() 75 coex_err("Failed to unregister psoc create handler"); in wlan_coex_deinit() 98 coex_err("error for getting btc chain mode"); in wlan_coex_set_btc_chain_mode_with_ini() 106 coex_err("invalid ini config %d for btc chain mode", in wlan_coex_set_btc_chain_mode_with_ini() 114 coex_err("error for setting btc init chain mode from ini"); in wlan_coex_set_btc_chain_mode_with_ini()
|
D | wlan_coex_ucfg_api.c | 36 coex_err("invalid coex type: %d", type); in ucfg_coex_register_cfg_updated_handler() 101 coex_err("Null vdev"); in ucfg_coex_send_dbam_config() 107 coex_err("psoc is null"); in ucfg_coex_send_dbam_config() 113 coex_err("failed to get coex_obj"); in ucfg_coex_send_dbam_config() 139 coex_err("invalid cmd %d", apps_args[0]); in ucfg_coex_send_logging_config() 147 coex_err("vdev is null"); in ucfg_coex_send_logging_config()
|
/wlan-driver/qcacld-3.0/os_if/coex/src/ |
D | wlan_cfg80211_coex.c | 64 coex_err("Null vdev"); in __wlan_cfg80211_coex_set_btc_chain_mode() 70 coex_err("NULL psoc"); in __wlan_cfg80211_coex_set_btc_chain_mode() 80 coex_err("failed to get cur BTC chain mode, status %d", status); in __wlan_cfg80211_coex_set_btc_chain_mode() 89 coex_err("unable to set BTC chain mode to %d", mode); in __wlan_cfg80211_coex_set_btc_chain_mode() 97 coex_err("Failed to set btc chain mode to %d for vdev %d", in __wlan_cfg80211_coex_set_btc_chain_mode() 131 coex_err("Invalid btc chain mode ATTR"); in wlan_cfg80211_coex_set_btc_chain_mode() 136 coex_err("btc chain mode - no attr mode"); in wlan_cfg80211_coex_set_btc_chain_mode() 142 coex_err("Invalid btc chain mode %d", mode); in wlan_cfg80211_coex_set_btc_chain_mode() 151 coex_err("Invalid wlan btc chain mode %d", chain_mode); in wlan_cfg80211_coex_set_btc_chain_mode()
|
/wlan-driver/qcacld-3.0/components/coex/core/inc/ |
D | wlan_coex_main.h | 31 #define coex_err(params...) \ macro 84 coex_err("%s:%u, Failed to get coex psoc object", func, line); in wlan_psoc_get_coex_obj_fl() 208 coex_err("rx_ops is NULL"); in wlan_psoc_get_dbam_rx_ops() 222 coex_err("tx_ops is NULL"); in wlan_psoc_get_dbam_tx_ops()
|
/wlan-driver/qcacld-3.0/components/target_if/coex/src/ |
D | target_if_coex.c | 40 coex_err("Invalid PDEV WMI handle"); in target_if_coex_config_send() 63 coex_err("Invalid PDEV WMI handle"); in target_if_coex_multi_config_send() 97 coex_err("target if tx ops is NULL!"); in target_if_coex_register_tx_ops() 119 coex_err("psoc is null"); in target_if_dbam_process_event() 125 coex_err("failed to get coex_obj"); in target_if_dbam_process_event()
|