Home
last modified time | relevance | path

Searched refs:disa_err (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/disa/dispatcher/src/
H A Dwlan_disa_obj_mgmt_api.c44 disa_err("unable to allocate disa ctx"); in disa_init()
54 disa_err("unable to register psoc create handler"); in disa_init()
63 disa_err("unable to register psoc destroy handler"); in disa_init()
98 disa_err("unable to unregister psoc create handle"); in disa_deinit()
105 disa_err("unable to unregister psoc create handle"); in disa_deinit()
140 disa_err("Failed to attach disa_priv with psoc"); in disa_psoc_object_created_notification()
178 disa_err("Failed to detach disa_priv with psoc"); in disa_psoc_object_destroyed_notification()
H A Dwlan_disa_tgt_api.c69 disa_err("encrypt/decrypt resp is null"); in tgt_disa_encrypt_decrypt_resp()
75 disa_err("DISA context is NULL!"); in tgt_disa_encrypt_decrypt_resp()
/wlan-driver/qcacld-3.0/components/disa/core/src/
H A Dwlan_disa_main.c50 disa_err("disa ctx is already freed"); in disa_free_ctx()
75 disa_err("DISA context is NULL!"); in disa_core_encrypt_decrypt_req()
90 disa_err("A request is already active!"); in disa_core_encrypt_decrypt_req()
96 disa_err("DISA cannot get the reference out of psoc"); in disa_core_encrypt_decrypt_req()
/wlan-driver/qcacld-3.0/components/disa/core/inc/
H A Dwlan_disa_main.h34 #define disa_err(params...) \ macro