Home
last modified time | relevance | path

Searched refs:direct_buf_rx_err (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
Dtarget_if_direct_buf_rx_main.c52 direct_buf_rx_err("psoc is null"); in get_num_dbr_modules_per_pdev()
58 direct_buf_rx_err("target_psoc_info is null"); in get_num_dbr_modules_per_pdev()
88 direct_buf_rx_err("psoc is null"); in populate_dbr_cap_mod_param()
94 direct_buf_rx_err("target_psoc_info is null"); in populate_dbr_cap_mod_param()
117 direct_buf_rx_err("No cap found for module %d in pdev %d", in populate_dbr_cap_mod_param()
131 direct_buf_rx_err("dir buf rx object is null"); in target_if_get_dbr_mod_debug_from_dbr_pdev_obj()
136 direct_buf_rx_err("Invalid module id"); in target_if_get_dbr_mod_debug_from_dbr_pdev_obj()
141 direct_buf_rx_err("dbr_pdev_obj->dbr_mod_debug is NULL"); in target_if_get_dbr_mod_debug_from_dbr_pdev_obj()
146 direct_buf_rx_err("Module %d not supported in target", mod_id); in target_if_get_dbr_mod_debug_from_dbr_pdev_obj()
160 direct_buf_rx_err("pdev is null"); in target_if_get_dbr_mod_debug_from_pdev()
[all …]
Dtarget_if_direct_buf_rx_api.c40 direct_buf_rx_err("error while creating direct_buf rx debugfs dir"); in target_if_direct_buf_rx_debugfs_init()
73 direct_buf_rx_err("Failed to register psoc create handler"); in direct_buf_rx_init()
83 direct_buf_rx_err("Failed to register psoc destroy handler"); in direct_buf_rx_init()
93 direct_buf_rx_err("Failed to register pdev create handler"); in direct_buf_rx_init()
103 direct_buf_rx_err("Failed to register pdev destroy handler"); in direct_buf_rx_init()
147 direct_buf_rx_err("Failed to unregister pdev destroy handler"); in direct_buf_rx_deinit()
155 direct_buf_rx_err("Failed to unregister pdev create handler"); in direct_buf_rx_deinit()
163 direct_buf_rx_err("Failed to unregister psoc destroy handler"); in direct_buf_rx_deinit()
171 direct_buf_rx_err("Failed to unregister psoc create handler"); in direct_buf_rx_deinit()
185 direct_buf_rx_err("hal soc or osdev is null"); in direct_buf_rx_target_attach()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/inc/
Dtarget_if_direct_buf_rx_api.h51 #define direct_buf_rx_err(params...) \ macro