Searched refs:ocb_debug (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/ |
H A D | wlan_ocb_ucfg_api.c | 199 ocb_debug("Set config to vdev%d", config->vdev_id); in ucfg_ocb_config_channel() 212 ocb_debug("Set channel cmd is sent to southbound"); in ucfg_ocb_config_channel() 285 ocb_debug("OCB vdev%d is not up", config->vdev_id); in ucfg_ocb_set_channel_config() 295 ocb_debug("Set config to vdev%d", config->vdev_id); in ucfg_ocb_set_channel_config() 297 ocb_debug("Set channel cmd is sent to southbound"); in ucfg_ocb_set_channel_config() 344 ocb_debug("UTC time is sent to southbound"); in ucfg_ocb_set_utc_time() 376 ocb_debug("Start timing advert is sent to southbound"); in ucfg_ocb_start_timing_advert() 408 ocb_debug("Start timing advert is sent to southbound"); in ucfg_ocb_stop_timing_advert() 454 ocb_debug("Get tsf timer is sent to southbound"); in ucfg_ocb_get_tsf_timer() 499 ocb_debug("Get dcc stats is sent to southbound"); in ucfg_ocb_dcc_get_stats() [all …]
|
H A D | wlan_ocb_tgt_api.c | 261 ocb_debug("Message type is %s", in tgt_ocb_dcc_stats_indicate() 299 ocb_debug("register ocb event, status:%d", status); in tgt_ocb_register_ev_handler() 321 ocb_debug("unregister ocb event, status:%d", status); in tgt_ocb_unregister_ev_handler()
|
/wlan-driver/qcacld-3.0/components/ocb/core/src/ |
H A D | wlan_ocb_main.c | 110 ocb_debug("No channel config to dp"); in ocb_set_chan_info() 113 ocb_debug("Sync channel config to dp"); in ocb_set_chan_info() 211 ocb_debug("TSF timer low=%d, high=%d", in ocb_tsf_timer() 214 ocb_debug("send TSF timer"); in ocb_tsf_timer() 252 ocb_debug("send DCC stats"); in ocb_dcc_stats_response() 289 ocb_debug("NDL update response"); in ocb_ndl_response() 327 ocb_debug("DCC stats indication"); in ocb_dcc_indication() 404 ocb_debug("Start to send OCB vdev start cmd"); in ocb_process_start_vdev_msg() 435 ocb_debug("msg type %d, %s", msg->type, in ocb_process_evt()
|
/wlan-driver/qcacld-3.0/components/ocb/core/inc/ |
H A D | wlan_ocb_main.h | 49 #define ocb_debug(params...) \ macro
|