Home
last modified time | relevance | path

Searched refs:nrf_wifi_osal_log_dbg (Results 1 – 18 of 18) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c130 nrf_wifi_osal_log_dbg("Signature: 0x%x", info->signature); in nrf_wifi_validate_fw_header()
131 nrf_wifi_osal_log_dbg("num_images: %d", info->num_images); in nrf_wifi_validate_fw_header()
132 nrf_wifi_osal_log_dbg("version: 0x%x", info->version); in nrf_wifi_validate_fw_header()
133 nrf_wifi_osal_log_dbg("feature_flags: %d", info->feature_flags); in nrf_wifi_validate_fw_header()
188 nrf_wifi_osal_log_dbg("===="); in nrf_wifi_fmac_fw_parse()
200 nrf_wifi_osal_log_dbg("image[%d] type: %d", image_id, image->type); in nrf_wifi_fmac_fw_parse()
201 nrf_wifi_osal_log_dbg("image[%d] len: %d", image_id, image->len); in nrf_wifi_fmac_fw_parse()
202 nrf_wifi_osal_log_dbg("===="); in nrf_wifi_fmac_fw_parse()
319 nrf_wifi_osal_log_dbg("%s: UMAC patches loaded\n", in nrf_wifi_fmac_fw_load()
341 nrf_wifi_osal_log_dbg("%s: LMAC patches loaded\n", in nrf_wifi_fmac_fw_load()
[all …]
Dfmac_cmd_common.c74 nrf_wifi_osal_log_dbg("%s: Command %d sent to RPU", in umac_cmd_cfg()
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_event.c133 nrf_wifi_osal_log_dbg("%s: Event %d received from UMAC", in umac_event_ctrl_process()
148 nrf_wifi_osal_log_dbg("%s: No callback registered for event %d", in umac_event_ctrl_process()
154 nrf_wifi_osal_log_dbg("%s: Event %d processed", in umac_event_ctrl_process()
186 nrf_wifi_osal_log_dbg("%s: Event type %d recd", in nrf_wifi_off_raw_tx_fmac_event_callback()
Dfmac_cmd.c80 nrf_wifi_osal_log_dbg("RPU LPM type: %s", in umac_cmd_off_raw_tx_init()
91 nrf_wifi_osal_log_dbg("Keepalive enabled with period %d\n", in umac_cmd_off_raw_tx_init()
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c234 nrf_wifi_osal_log_dbg("%s: Event %d received from UMAC", in umac_event_ctrl_process()
265 nrf_wifi_osal_log_dbg("%s: No callback registered for event %d", in umac_event_ctrl_process()
271 nrf_wifi_osal_log_dbg("%s: Event %d processed", in umac_event_ctrl_process()
303 nrf_wifi_osal_log_dbg("%s: Event type %d recd", in nrf_wifi_rt_fmac_event_callback()
Dfmac_cmd.c80 nrf_wifi_osal_log_dbg("RPU LPM type: %s", in umac_cmd_rt_init()
91 nrf_wifi_osal_log_dbg("Keepalive enabled with period %d\n", in umac_cmd_rt_init()
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_interrupt.c493 nrf_wifi_osal_log_dbg( in is_rpu_recovery_needed()
516 nrf_wifi_osal_log_dbg("Processing watchdog interrupt"); in hal_rpu_process_wdog()
528 nrf_wifi_osal_log_dbg("Ignore watchdog interrupt, RPU recovery not needed"); in hal_rpu_process_wdog()
546 nrf_wifi_osal_log_dbg("RPU recovery needed"); in hal_rpu_process_wdog()
584 nrf_wifi_osal_log_dbg("Received watchdog interrupt"); in hal_rpu_irq_process()
Dhal_fw_patch_loader.c122 nrf_wifi_osal_log_dbg("%s: Copying patch %s-%s: chunk %d/%d, size: %d", in hal_fw_patch_load()
Dhal_api_common.c587 nrf_wifi_osal_log_dbg("%s: caller %p\n", in nrf_wifi_hal_ctrl_cmd_send()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c142 nrf_wifi_osal_log_dbg("%s: No callback handler registered", in nrf_wifi_fmac_if_carr_state_event_proc()
311 nrf_wifi_osal_log_dbg("%s: Event %d received from UMAC", in nrf_wifi_fmac_data_event_process()
558 nrf_wifi_osal_log_dbg("%s: Event %d received from UMAC", in umac_event_ctrl_process()
830 nrf_wifi_osal_log_dbg("%s: Command %d -> status %d", in umac_event_ctrl_process()
891 nrf_wifi_osal_log_dbg("%s: No callback registered for event %d", in umac_event_ctrl_process()
897 nrf_wifi_osal_log_dbg("%s: Event %d processed", in umac_event_ctrl_process()
929 nrf_wifi_osal_log_dbg("%s: Event type %d recd", in nrf_wifi_sys_fmac_event_callback()
Dfmac_cmd.c86 nrf_wifi_osal_log_dbg("RPU LPM type: %s", in umac_cmd_sys_init()
97 nrf_wifi_osal_log_dbg("Keepalive enabled with period %d\n", in umac_cmd_sys_init()
Dtx.c1909 nrf_wifi_osal_log_dbg("%s: Failed to send packet\n", in nrf_wifi_fmac_start_rawpkt_xmit()
1984 nrf_wifi_osal_log_dbg("%s: Failed to send packet", in nrf_wifi_fmac_start_xmit()
Dfmac_api.c1385 nrf_wifi_osal_log_dbg("%s: Sending command to rpu", in nrf_wifi_sys_fmac_chg_bcn()
/nrf_wifi-latest/os_if/inc/
Dosal_api.h251 int nrf_wifi_osal_log_dbg(const char *fmt, ...);
253 #define nrf_wifi_osal_log_dbg(fmt, ...) macro
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c57 nrf_wifi_osal_log_dbg("%s: RPU recovery callback not registered", in hal_rpu_recovery()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c56 nrf_wifi_osal_log_dbg("%s: RPU recovery callback not registered", in hal_rpu_recovery()
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c92 nrf_wifi_osal_log_dbg("%s: RPU recovery callback not registered", in hal_rpu_recovery()
293 nrf_wifi_osal_log_dbg("%s: bounce_buf_addr: 0x%lx, rpu_addr: 0x%lx, buf_len: %d off:%d", in nrf_wifi_sys_hal_buf_map_tx()
/nrf_wifi-latest/os_if/src/
Dosal.c170 int nrf_wifi_osal_log_dbg(const char *fmt, in nrf_wifi_osal_log_dbg() function