/nrf_wifi-latest/fw_if/umac_if/src/common/ |
D | fmac_api_common.c | 40 nrf_wifi_osal_log_err("Incompatible RPU version: %d, expected: %d", in nrf_wifi_patch_version_compat() 46 nrf_wifi_osal_log_err("Incompatible RPU major version: %d, expected: %d", in nrf_wifi_patch_version_compat() 53 nrf_wifi_osal_log_err("Incompatible RPU minor version: %d, expected: %d", in nrf_wifi_patch_version_compat() 60 nrf_wifi_osal_log_err("Incompatible RPU patch version: %d, expected: %d", in nrf_wifi_patch_version_compat() 73 nrf_wifi_osal_log_err("Radio test feature flag not set"); in nrf_wifi_patch_feature_flags_compat() 79 nrf_wifi_osal_log_err("Scan only feature flag not set"); in nrf_wifi_patch_feature_flags_compat() 84 nrf_wifi_osal_log_err("System mode feature flag not set"); in nrf_wifi_patch_feature_flags_compat() 89 nrf_wifi_osal_log_err("System with raw modes feature flag not set"); in nrf_wifi_patch_feature_flags_compat() 93 nrf_wifi_osal_log_err("Invalid feature flags: 0x%x or build configuration", in nrf_wifi_patch_feature_flags_compat() 98 nrf_wifi_osal_log_err("Offloaded raw tx feature flag not set"); in nrf_wifi_patch_feature_flags_compat() [all …]
|
D | fmac_cmd_common.c | 26 nrf_wifi_osal_log_err("%s: Failed to allocate UMAC cmd", in umac_cmd_alloc() 50 nrf_wifi_osal_log_err("%s: UMAC buff config not yet done(%d)", in umac_cmd_cfg() 61 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_cfg() 95 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_deinit() 125 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_srcoex() 163 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_prog_stats_reset()
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_event.c | 109 nrf_wifi_osal_log_err("%s: Set mode failed!", in nrf_wifi_fmac_if_mode_set_event_proc() 135 nrf_wifi_osal_log_err("%s: Invalid parameters", in nrf_wifi_fmac_if_carr_state_event_proc() 152 nrf_wifi_osal_log_err("%s: Invalid wdev_id recd from UMAC %d", in nrf_wifi_fmac_if_carr_state_event_proc() 164 nrf_wifi_osal_log_err("%s: IF carrier state change failed for VIF idx = %d", in nrf_wifi_fmac_if_carr_state_event_proc() 183 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_sys_stats_process() 189 nrf_wifi_osal_log_err("%s: Stats recd when req was not sent!", in umac_event_sys_stats_process() 275 nrf_wifi_osal_log_err("%s: Unknown event recd: %d", in umac_event_sys_proc_events() 299 nrf_wifi_osal_log_err("%s: Invalid parameters", in nrf_wifi_fmac_data_event_process() 322 nrf_wifi_osal_log_err("%s: Failed to allocate memory (RX)", in nrf_wifi_fmac_data_event_process() 333 nrf_wifi_osal_log_err("%s: Failed to enqueue RX buffer", in nrf_wifi_fmac_data_event_process() [all …]
|
D | fmac_api.c | 66 nrf_wifi_osal_log_err("%s: No space for TX buf info", in nrf_wifi_sys_fmac_init_tx() 112 nrf_wifi_osal_log_err("%s: No space for RX buf info", in nrf_wifi_sys_fmac_init_rx() 123 nrf_wifi_osal_log_err("%s: RX init failed for desc_id = %d", in nrf_wifi_sys_fmac_init_rx() 132 nrf_wifi_osal_log_err("%s: No space for RX tasklet", in nrf_wifi_sys_fmac_init_rx() 140 nrf_wifi_osal_log_err("%s: No space for RX tasklet event queue", in nrf_wifi_sys_fmac_init_rx() 178 nrf_wifi_osal_log_err("%s: RX deinit failed for desc_id = %d", in nrf_wifi_sys_fmac_deinit_rx() 216 nrf_wifi_osal_log_err("%s: Init TX failed", in nrf_wifi_sys_fmac_fw_init() 225 nrf_wifi_osal_log_err("%s: Init RX failed", in nrf_wifi_sys_fmac_fw_init() 248 nrf_wifi_osal_log_err("%s: UMAC init failed", in nrf_wifi_sys_fmac_fw_init() 266 nrf_wifi_osal_log_err("%s: UMAC init timed out", in nrf_wifi_sys_fmac_fw_init() [all …]
|
D | rx.c | 191 nrf_wifi_osal_log_err("%s: nrf_wifi_fmac_map_desc_to_pool failed", in nrf_wifi_fmac_rx_cmd_send() 202 nrf_wifi_osal_log_err("%s: RX init called for mapped RX buffer(%d)", in nrf_wifi_fmac_rx_cmd_send() 212 nrf_wifi_osal_log_err("%s: No space for allocating RX buffer", in nrf_wifi_fmac_rx_cmd_send() 229 nrf_wifi_osal_log_err("%s: nrf_wifi_sys_hal_buf_map_rx failed", in nrf_wifi_fmac_rx_cmd_send() 255 nrf_wifi_osal_log_err("%s: RX deinit called for unmapped RX buffer(%d)", in nrf_wifi_fmac_rx_cmd_send() 268 nrf_wifi_osal_log_err("%s: nrf_wifi_sys_hal_buf_unmap_rx failed", in nrf_wifi_fmac_rx_cmd_send() 278 nrf_wifi_osal_log_err("%s: Unknown cmd_type (%d)", in nrf_wifi_fmac_rx_cmd_send() 309 nrf_wifi_osal_log_err("%s: No RX config available", in nrf_wifi_fmac_rx_tasklet() 318 nrf_wifi_osal_log_err("%s: nrf_wifi_fmac_rx_event_process failed", in nrf_wifi_fmac_rx_tasklet() 373 nrf_wifi_osal_log_err("%s: Invalid desc_id %d", in nrf_wifi_fmac_rx_event_process() [all …]
|
D | fmac_vif.c | 28 nrf_wifi_osal_log_err("%s: Maximum STA Interface type exceeded", in nrf_wifi_fmac_vif_check_if_limit() 36 nrf_wifi_osal_log_err("%s: Maximum AP Interface type exceeded", in nrf_wifi_fmac_vif_check_if_limit() 42 nrf_wifi_osal_log_err("%s: Interface type not supported", in nrf_wifi_fmac_vif_check_if_limit() 68 nrf_wifi_osal_log_err("%s:Unsupported VIF type", in nrf_wifi_fmac_vif_incr_if_type() 91 nrf_wifi_osal_log_err("%s:Unsupported VIF type", in nrf_wifi_fmac_vif_decr_if_type()
|
D | fmac_ap.c | 31 nrf_wifi_osal_log_err("%s: Invalid params", in sap_client_ps_get_frames() 44 nrf_wifi_osal_log_err("%s: Invalid Peer_ID, Mac Addr =%pM", in sap_client_ps_get_frames() 92 nrf_wifi_osal_log_err("%s: Invalid params", in sap_client_update_pmmode() 106 nrf_wifi_osal_log_err("%s: Invalid Peer_ID, Mac address = %pM", in sap_client_update_pmmode()
|
D | tx.c | 651 nrf_wifi_osal_log_err("%s: Raw init_TX cmd called for already mapped TX buffer(%d)", in rawtx_cmd_prep_callbk_fn() 669 nrf_wifi_osal_log_err("%s: nrf_wifi_sys_hal_buf_map_tx failed", in rawtx_cmd_prep_callbk_fn() 721 nrf_wifi_osal_log_err("%s: Init_TX cmd called for already mapped TX buffer(%d)", in tx_cmd_prep_callbk_fn() 741 nrf_wifi_osal_log_err("%s: nrf_wifi_sys_hal_buf_map_tx failed", in tx_cmd_prep_callbk_fn() 784 nrf_wifi_osal_log_err("%s: txq_len = %d\n", in rawtx_cmd_prepare() 822 nrf_wifi_osal_log_err("%s: failed", in rawtx_cmd_prepare() 862 nrf_wifi_osal_log_err("%s: txq_len = %d", in tx_cmd_prepare() 918 nrf_wifi_osal_log_err("%s: build_mac80211_hdr failed", in tx_cmd_prepare() 974 nrf_wifi_osal_log_err("%s: rawtx_cmd_prepare failed", in rawtx_cmd_init() 1017 nrf_wifi_osal_log_err("%s: tx_cmd_prepare failed", in tx_cmd_init() [all …]
|
/nrf_wifi-latest/hw_if/hal/src/system/ |
D | hal_api.c | 33 nrf_wifi_osal_log_err("%s: pal_rpu_addr_offset_get failed", in nrf_wifi_sys_hal_rpu_pktram_buf_map_init() 77 nrf_wifi_osal_log_err("%s: Event queue processing failed", in event_tasklet_fn() 99 nrf_wifi_osal_log_err("%s: RPU recovery failed", in hal_rpu_recovery() 115 nrf_wifi_osal_log_err("%s: Invalid hal_dev_ctx", in recovery_tasklet_fn() 140 nrf_wifi_osal_log_err("%s: Invalid parameters\n", in nrf_wifi_sys_hal_buf_map_rx() 148 nrf_wifi_osal_log_err("%s: Called for already mapped RX buffer", in nrf_wifi_sys_hal_buf_map_rx() 157 nrf_wifi_osal_log_err("%s: Invalid buf_len (%d) for pool_id (%d)", in nrf_wifi_sys_hal_buf_map_rx() 182 nrf_wifi_osal_log_err("%s: DMA map failed", in nrf_wifi_sys_hal_buf_map_rx() 209 nrf_wifi_osal_log_err("%s: Called for unmapped RX buffer", in nrf_wifi_sys_hal_buf_unmap_rx() 223 nrf_wifi_osal_log_err("%s: DMA unmap failed", in nrf_wifi_sys_hal_buf_unmap_rx() [all …]
|
/nrf_wifi-latest/hw_if/hal/src/common/ |
D | hal_interrupt.c | 32 nrf_wifi_osal_log_err("%s: Reading from Root interrupt register failed", in hal_rpu_irq_enable() 44 nrf_wifi_osal_log_err("%s: Enabling Root interrupt failed", in hal_rpu_irq_enable() 57 nrf_wifi_osal_log_err("%s:Enabling MCU interrupt failed", in hal_rpu_irq_enable() 77 nrf_wifi_osal_log_err("%s: Reading from Root interrupt register failed", in hal_rpu_irq_disable() 89 nrf_wifi_osal_log_err("%s: Disabling Root interrupt failed", in hal_rpu_irq_disable() 101 nrf_wifi_osal_log_err("%s: Disabling MCU interrupt failed", in hal_rpu_irq_disable() 139 nrf_wifi_osal_log_err("%s: Reading from interrupt status register failed\n", in hal_rpu_irq_wdog_chk() 148 nrf_wifi_osal_log_err("%s: Reading from interrupt status register failed 0x%x\n", in hal_rpu_irq_wdog_chk() 154 nrf_wifi_osal_log_err("%s: Reading from interrupt status register failed 0x%x\n", in hal_rpu_irq_wdog_chk() 178 nrf_wifi_osal_log_err("%s: Acknowledging watchdog interrupt failed", in hal_rpu_irq_wdog_ack() [all …]
|
D | hal_api_common.c | 46 nrf_wifi_osal_log_err("%s: Invalid parameters", in hal_rpu_ps_wake() 99 nrf_wifi_osal_log_err("%s: RPU is not ready for more than %d sec," in hal_rpu_ps_wake() 161 nrf_wifi_osal_log_err("%s: Unable to allocate lock", in hal_rpu_ps_init() 171 nrf_wifi_osal_log_err("%s: Unable to allocate timer", in hal_rpu_ps_init() 206 nrf_wifi_osal_log_err("%s: Invalid parameters", in nrf_wifi_hal_get_rpu_ps_state() 231 nrf_wifi_osal_log_err("%s: Read from dequeue address failed, val (0x%X)", in hal_rpu_hpq_is_empty() 254 nrf_wifi_osal_log_err("%s: Invalid msg type %d", in hal_rpu_ready() 283 nrf_wifi_osal_log_err("%s: Timed out waiting (msg_type = %d)", in hal_rpu_ready_wait() 305 nrf_wifi_osal_log_err("%s: Writing to MCU cmd register failed", in hal_rpu_msg_trigger() 325 nrf_wifi_osal_log_err("%s: Invalid queue_id (%d)", in hal_rpu_msg_post() [all …]
|
D | hal_mem.c | 91 nrf_wifi_osal_log_err("%s: pal_rpu_addr_offset_get failed", in rpu_mem_read_ram() 103 nrf_wifi_osal_log_err("%s: RPU wake failed", in rpu_mem_read_ram() 142 nrf_wifi_osal_log_err("%s: pal_rpu_addr_offset_get failed", in rpu_mem_write_ram() 154 nrf_wifi_osal_log_err("%s: RPU wake failed", in rpu_mem_write_ram() 194 nrf_wifi_osal_log_err("%s: Invalid memory address", in rpu_mem_write_core() 200 nrf_wifi_osal_log_err("%s: Address not multiple of 4 bytes", in rpu_mem_write_core() 224 nrf_wifi_osal_log_err("%s: Writing to address reg failed", in rpu_mem_write_core() 237 nrf_wifi_osal_log_err("%s: Writing to data reg failed", in rpu_mem_write_core() 282 nrf_wifi_osal_log_err("%s: Address not in range or not a multiple of 4 bytes", in rpu_mem_write_bev() 302 nrf_wifi_osal_log_err("%s: Writing to BEV reg failed", in rpu_mem_write_bev() [all …]
|
D | hal_reg.c | 47 nrf_wifi_osal_log_err("%s: Invalid params, val = %p, rpu_reg (0x%x)", in hal_rpu_reg_read() 59 nrf_wifi_osal_log_err("%s: pal_rpu_addr_offset_get failed", in hal_rpu_reg_read() 71 nrf_wifi_osal_log_err("%s: RPU wake failed", in hal_rpu_reg_read() 81 nrf_wifi_osal_log_err("%s: Error !! Value read at addr_offset = %lx is = %X", in hal_rpu_reg_read() 115 nrf_wifi_osal_log_err("%s: Invalid params, rpu_reg_addr (0x%X)", in hal_rpu_reg_write() 126 nrf_wifi_osal_log_err("%s: pal_rpu_get_region_offset failed", in hal_rpu_reg_write() 138 nrf_wifi_osal_log_err("%s: RPU wake failed", in hal_rpu_reg_write()
|
D | hal_fw_patch_loader.c | 105 nrf_wifi_osal_log_err("%s: Mem alloc failed for patch " in hal_fw_patch_load() 136 nrf_wifi_osal_log_err("%s: Patch copy %s-%s: chunk %d/%d, size: %d failed", in hal_fw_patch_load() 171 nrf_wifi_osal_log_err("%s: Primary patch missing for RPU (%d)", in nrf_wifi_hal_fw_patch_load() 179 nrf_wifi_osal_log_err("%s: Secondary patch missing for RPU (%d)", in nrf_wifi_hal_fw_patch_load() 199 nrf_wifi_osal_log_err("%s: Invalid RPU processor type[%d]", in nrf_wifi_hal_fw_patch_load() 262 nrf_wifi_osal_log_err("%s: Invalid RPU processor type %d", in nrf_wifi_hal_fw_patch_boot() 278 nrf_wifi_osal_log_err("%s: Clearing of FW pass signature failed for RPU(%d)", in nrf_wifi_hal_fw_patch_boot() 291 nrf_wifi_osal_log_err("%s: Sleep control reg write failed for RPU(%d)\n", in nrf_wifi_hal_fw_patch_boot() 307 nrf_wifi_osal_log_err("%s: Writing boot vector failed for RPU(%d)\n", in nrf_wifi_hal_fw_patch_boot() 321 nrf_wifi_osal_log_err("%s: RPU processor(%d) run failed", in nrf_wifi_hal_fw_patch_boot()
|
D | pal.c | 54 nrf_wifi_osal_log_err("%s: Invalid rpu_addr 0x%X", in pal_rpu_addr_offset_get() 88 nrf_wifi_osal_log_err("%s: Invalid LMAC FW sub-type = %d", in pal_ops_get_fw_loc() 100 nrf_wifi_osal_log_err("%s: Invalid UMAC FW sub-type = %d", in pal_ops_get_fw_loc() 107 nrf_wifi_osal_log_err("%s: Invalid FW type = %d", in pal_ops_get_fw_loc()
|
D | hpqm.c | 27 nrf_wifi_osal_log_err("%s: Writing to enqueue address failed", in hal_rpu_hpq_enqueue() 48 nrf_wifi_osal_log_err("%s: Dequeue failed, val (0x%X)", in hal_rpu_hpq_dequeue() 61 nrf_wifi_osal_log_err("%s: Writing to dequeue address failed, val (0x%X)", in hal_rpu_hpq_dequeue()
|
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/ |
D | hal_api.c | 42 nrf_wifi_osal_log_err("%s: Event queue processing failed", in event_tasklet_fn() 64 nrf_wifi_osal_log_err("%s: RPU recovery failed", in hal_rpu_recovery() 80 nrf_wifi_osal_log_err("%s: Invalid hal_dev_ctx", in recovery_tasklet_fn() 102 nrf_wifi_osal_log_err("%s: Unable to allocate hal_dev_ctx", in nrf_wifi_off_raw_tx_hal_dev_add() 116 nrf_wifi_osal_log_err("%s: Unable to allocate command queue", in nrf_wifi_off_raw_tx_hal_dev_add() 124 nrf_wifi_osal_log_err("%s: Unable to allocate event queue", in nrf_wifi_off_raw_tx_hal_dev_add() 132 nrf_wifi_osal_log_err("%s: Unable to allocate HAL lock", __func__); in nrf_wifi_off_raw_tx_hal_dev_add() 142 nrf_wifi_osal_log_err("%s: Unable to allocate HAL lock", in nrf_wifi_off_raw_tx_hal_dev_add() 152 nrf_wifi_osal_log_err("%s: Unable to allocate event_tasklet", in nrf_wifi_off_raw_tx_hal_dev_add() 163 nrf_wifi_osal_log_err("%s: Unable to allocate recovery_tasklet", in nrf_wifi_off_raw_tx_hal_dev_add() [all …]
|
/nrf_wifi-latest/hw_if/hal/src/radio_test/ |
D | hal_api.c | 41 nrf_wifi_osal_log_err("%s: Event queue processing failed", in event_tasklet_fn() 63 nrf_wifi_osal_log_err("%s: RPU recovery failed", in hal_rpu_recovery() 79 nrf_wifi_osal_log_err("%s: Invalid hal_dev_ctx", in recovery_tasklet_fn() 101 nrf_wifi_osal_log_err("%s: Unable to allocate hal_dev_ctx", in nrf_wifi_rt_hal_dev_add() 115 nrf_wifi_osal_log_err("%s: Unable to allocate command queue", in nrf_wifi_rt_hal_dev_add() 123 nrf_wifi_osal_log_err("%s: Unable to allocate event queue", in nrf_wifi_rt_hal_dev_add() 131 nrf_wifi_osal_log_err("%s: Unable to allocate HAL lock", __func__); in nrf_wifi_rt_hal_dev_add() 141 nrf_wifi_osal_log_err("%s: Unable to allocate HAL lock", in nrf_wifi_rt_hal_dev_add() 151 nrf_wifi_osal_log_err("%s: Unable to allocate event_tasklet", in nrf_wifi_rt_hal_dev_add() 162 nrf_wifi_osal_log_err("%s: Unable to allocate recovery_tasklet", in nrf_wifi_rt_hal_dev_add() [all …]
|
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/ |
D | fmac_api.c | 40 nrf_wifi_osal_log_err("%s: Invalid device context", in nrf_wifi_fmac_off_raw_tx_fw_init() 59 nrf_wifi_osal_log_err("%s: UMAC init failed", in nrf_wifi_fmac_off_raw_tx_fw_init() 74 nrf_wifi_osal_log_err("%s: UMAC init timed out", in nrf_wifi_fmac_off_raw_tx_fw_init() 93 nrf_wifi_osal_log_err("%s: Unable to allocate fpriv", in nrf_wifi_off_raw_tx_fmac_init() 109 nrf_wifi_osal_log_err("%s: Unable to do HAL init", in nrf_wifi_off_raw_tx_fmac_init() 133 nrf_wifi_osal_log_err("%s: Invalid op mode", in nrf_wifi_off_raw_tx_fmac_dev_add() 141 nrf_wifi_osal_log_err("%s: Unable to allocate fmac_dev_ctx", in nrf_wifi_off_raw_tx_fmac_dev_add() 153 nrf_wifi_osal_log_err("%s: nrf_wifi_off_raw_tx_hal_dev_add failed", in nrf_wifi_off_raw_tx_fmac_dev_add() 185 nrf_wifi_osal_log_err("%s: Invalid device context", in nrf_wifi_off_raw_tx_fmac_dev_init() 191 nrf_wifi_osal_log_err("%s: Invalid op mode", in nrf_wifi_off_raw_tx_fmac_dev_init() [all …]
|
D | fmac_cmd.c | 40 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_off_raw_tx_init() 160 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", in umac_cmd_off_raw_tx_prog_stats_get() 190 nrf_wifi_osal_log_err("%s: UMAC buff config not yet done",__func__); in umac_cmd_off_raw_tx_conf() 195 nrf_wifi_osal_log_err("%s: offloaded raw tx control params is NULL", __func__); in umac_cmd_off_raw_tx_conf() 200 nrf_wifi_osal_log_err("%s: offload raw tx params is NULL", __func__); in umac_cmd_off_raw_tx_conf() 211 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", __func__); in umac_cmd_off_raw_tx_conf() 244 nrf_wifi_osal_log_err("%s: UMAC buff config not yet done", __func__); in umac_cmd_off_raw_tx_ctrl() 255 nrf_wifi_osal_log_err("%s: umac_cmd_alloc failed", __func__); in umac_cmd_off_raw_tx_ctrl()
|
D | fmac_event.c | 25 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_off_raw_tx_stats_process() 31 nrf_wifi_osal_log_err("%s: Stats recd when req was not sent!", in umac_event_off_raw_tx_stats_process() 88 nrf_wifi_osal_log_err("%s: Unknown event recd: %d", in umac_event_off_raw_tx_proc_events() 109 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_ctrl_process() 121 nrf_wifi_osal_log_err("%s: Invalid wdev_id recd from UMAC %d", in umac_event_ctrl_process() 198 nrf_wifi_osal_log_err("%s: umac_event_ctrl_process failed", in nrf_wifi_off_raw_tx_fmac_event_callback()
|
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/ |
D | fmac_api.c | 41 nrf_wifi_osal_log_err("%s: Invalid device context", in nrf_wifi_rt_fmac_fw_init() 60 nrf_wifi_osal_log_err("%s: UMAC init failed", in nrf_wifi_rt_fmac_fw_init() 74 nrf_wifi_osal_log_err("%s: UMAC init timed out", in nrf_wifi_rt_fmac_fw_init() 102 nrf_wifi_osal_log_err("%s: Invalid op mode", in nrf_wifi_rt_fmac_dev_add() 110 nrf_wifi_osal_log_err("%s: Unable to allocate fmac_dev_ctx", in nrf_wifi_rt_fmac_dev_add() 122 nrf_wifi_osal_log_err("%s: nrf_wifi_rt_hal_dev_add failed", in nrf_wifi_rt_fmac_dev_add() 154 nrf_wifi_osal_log_err("%s: Invalid device context", in nrf_wifi_rt_fmac_dev_init() 160 nrf_wifi_osal_log_err("%s: Invalid op mode", in nrf_wifi_rt_fmac_dev_init() 168 nrf_wifi_osal_log_err("%s: nrf_wifi_hal_dev_init failed", in nrf_wifi_rt_fmac_dev_init() 187 nrf_wifi_osal_log_err("%s: Fetching of RPU OTP information failed", in nrf_wifi_rt_fmac_dev_init() [all …]
|
D | fmac_event.c | 26 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_rt_stats_process() 32 nrf_wifi_osal_log_err("%s: Stats recd when req was not sent!", in umac_event_rt_stats_process() 67 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_rt_rf_test_process() 75 nrf_wifi_osal_log_err("%s: Invalid event type (%d) recd for RF test type (%d)", in umac_event_rt_rf_test_process() 108 nrf_wifi_osal_log_err("Temperature reading failed"); in umac_event_rt_rf_test_process() 191 nrf_wifi_osal_log_err("%s: Unknown event recd: %d", in umac_event_rt_proc_events() 212 nrf_wifi_osal_log_err("%s: Invalid parameters", in umac_event_ctrl_process() 222 nrf_wifi_osal_log_err("%s: Invalid wdev_id recd from UMAC %d", in umac_event_ctrl_process() 254 nrf_wifi_osal_log_err("%s: Failed to allocate memory for reg_change", in umac_event_ctrl_process() 315 nrf_wifi_osal_log_err("%s: umac_event_ctrl_process failed", in nrf_wifi_rt_fmac_event_callback()
|
/nrf_wifi-latest/utils/src/ |
D | util.c | 29 nrf_wifi_osal_log_err("%s: String length (%d) greater than array size (%d)", in nrf_wifi_utils_hex_str_to_val() 37 nrf_wifi_osal_log_err("%s:String length = %d, is not a multiple of 2", in nrf_wifi_utils_hex_str_to_val() 48 nrf_wifi_osal_log_err("%s: Invalid hex character in string %d", in nrf_wifi_utils_hex_str_to_val() 105 nrf_wifi_osal_log_err("%s: Invalid channel value %d", in nrf_wifi_utils_chan_to_freq() 121 nrf_wifi_osal_log_err("%s: Invalid band value %d", in nrf_wifi_utils_chan_to_freq()
|
/nrf_wifi-latest/bus_if/bal/src/ |
D | bal.c | 41 nrf_wifi_osal_log_err("%s:RPU accessed when it is not ready !!! (Reg val = 0x%X)", in nrf_wifi_rpu_bal_sleep_chk() 59 nrf_wifi_osal_log_err("%s: Unable to allocate bal_dev_ctx", __func__); in nrf_wifi_bal_dev_add() 70 nrf_wifi_osal_log_err("%s: Bus dev_add failed", __func__); in nrf_wifi_bal_dev_add() 106 nrf_wifi_osal_log_err("%s: dev_init failed", __func__); in nrf_wifi_bal_dev_init() 142 nrf_wifi_osal_log_err("%s: Unable to allocate memory for bpriv", __func__); in nrf_wifi_bal_init() 150 nrf_wifi_osal_log_err("%s: Bus ops not available", __func__); in nrf_wifi_bal_init() 160 nrf_wifi_osal_log_err("%s: Failed", __func__); in nrf_wifi_bal_init()
|