Home
last modified time | relevance | path

Searched refs:IWL_ERROR (Results 1 – 23 of 23) sorted by relevance

/drivers/net/wireless/iwlwifi/
Diwl-hcmd.c112 IWL_ERROR("Error: Response NULL in %s.\n", in iwl_generic_cmd_callback()
119 IWL_ERROR("Bad return from %s (0x%08X)\n", in iwl_generic_cmd_callback()
159 IWL_ERROR("Error sending %s: enqueue_hcmd failed: %d\n", in iwl_send_cmd_async()
177 IWL_ERROR("Error sending %s: Already sending a host command\n", in iwl_send_cmd_sync()
191 IWL_ERROR("Error sending %s: enqueue_hcmd failed: %d\n", in iwl_send_cmd_sync()
201 IWL_ERROR("Error sending %s: time out after %dms.\n", in iwl_send_cmd_sync()
224 IWL_ERROR("Error: Response NULL in '%s'\n", in iwl_send_cmd_sync()
Diwl-core.c173 IWL_ERROR("Can not allocate network device\n"); in iwl_alloc_all()
213 IWL_ERROR("Unable to initialize Rx queue\n"); in iwl_hw_nic_init()
682 IWL_ERROR("invalid mimo ps mode %d\n", in iwl_get_idle_rx_chain_count()
834 IWL_ERROR("Failed to register hw (error %d)\n", ret); in iwl_setup_mac()
906 IWL_ERROR("initializing regulatory failed: %d\n", ret); in iwl_init_drv()
912 IWL_ERROR("initializing geos failed: %d\n", ret); in iwl_init_drv()
1063 IWL_ERROR("uCode INST section is invalid at " in iwl_verify_inst_full()
1119 IWL_ERROR("NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n"); in iwl_verify_ucode()
1191 IWL_ERROR("Not valid error log pointer 0x%08X\n", base); in iwl_dump_nic_error_log()
1204 IWL_ERROR("Start IWL Error Log Dump:\n"); in iwl_dump_nic_error_log()
[all …]
Diwl-io.h170 IWL_ERROR("MAC is in deep sleep!\n"); in _iwl_grab_nic_access()
185 IWL_ERROR("Grabbing access while already held %s %d.\n", f, l); in __iwl_grab_nic_access()
210 IWL_ERROR("Release unheld nic access at line %s %d.\n", f, l); in __iwl_release_nic_access()
232 IWL_ERROR("Nic access not held from %s %d\n", f, l); in __iwl_read_direct32()
253 IWL_ERROR("Nic access not held from %s line %d\n", f, line); in __iwl_write_direct32()
311 IWL_ERROR("Nic access not held from %s line %d\n", f, line); in __iwl_read_prph()
334 IWL_ERROR("Nic access not held from %s line %d\n", f, line); in __iwl_write_prph()
352 IWL_ERROR("Nic access not held from %s line %d\n", f, line); in __iwl_set_bits_prph()
370 IWL_ERROR("Nic access not held from %s line %d\n", f, line); in __iwl_set_bits_mask_prph()
Diwl-3945-io.h167 IWL_ERROR("MAC is in deep sleep!\n"); in _iwl3945_grab_nic_access()
208 IWL_ERROR("Release unheld nic access at line %d.\n", l); in __iwl3945_release_nic_access()
230 IWL_ERROR("Nic access not held from %s %d\n", f, l); in __iwl3945_read_direct32()
251 IWL_ERROR("Nic access not held from line %d\n", line); in __iwl3945_write_direct32()
308 IWL_ERROR("Nic access not held from line %d\n", line); in __iwl3945_read_prph()
331 IWL_ERROR("Nic access from line %d\n", line); in __iwl3945_write_prph()
348 IWL_ERROR("Nic access not held from line %d\n", line); in __iwl3945_set_bits_prph()
366 IWL_ERROR("Nic access not held from line %d\n", line); in __iwl3945_set_bits_mask_prph()
Diwl-sta.c90 IWL_ERROR("ACTIVATE a non DRIVER active station %d\n", sta_id); in iwl_sta_ucode_activate()
108 IWL_ERROR("Error: Response NULL in REPLY_ADD_STA.\n"); in iwl_add_sta_callback()
114 IWL_ERROR("Bad return from REPLY_ADD_STA (0x%08X)\n", in iwl_add_sta_callback()
158 IWL_ERROR("Bad return from REPLY_ADD_STA (0x%08X)\n", in iwl_send_add_sta()
310 IWL_ERROR("removed non active STA %d\n", sta_id); in iwl_sta_ucode_deactivate()
327 IWL_ERROR("Error: Response NULL in REPLY_REMOVE_STA.\n"); in iwl_remove_sta_callback()
333 IWL_ERROR("Bad return from REPLY_REMOVE_STA (0x%08X)\n", in iwl_remove_sta_callback()
343 IWL_ERROR("REPLY_REMOVE_STA failed\n"); in iwl_remove_sta_callback()
381 IWL_ERROR("Bad return from REPLY_REMOVE_STA (0x%08X)\n", in iwl_send_remove_station()
394 IWL_ERROR("REPLY_REMOVE_STA failed\n"); in iwl_send_remove_station()
[all …]
Diwl3945-base.c215 IWL_ERROR("kmalloc for auxiliary BD " in iwl3945_tx_queue_alloc()
229 IWL_ERROR("pci_alloc_consistent(%zd) failed\n", in iwl3945_tx_queue_alloc()
612 IWL_ERROR("No space for Tx\n"); in iwl3945_enqueue_hcmd()
680 IWL_ERROR("Error sending %s: iwl3945_enqueue_hcmd failed: %d\n", in iwl3945_send_cmd_async()
698 IWL_ERROR("Error sending %s: Already sending a host command\n", in iwl3945_send_cmd_sync()
712 IWL_ERROR("Error sending %s: iwl3945_enqueue_hcmd failed: %d\n", in iwl3945_send_cmd_sync()
722 IWL_ERROR("Error sending %s: time out after %dms.\n", in iwl3945_send_cmd_sync()
745 IWL_ERROR("Error: Response NULL in '%s'\n", in iwl3945_send_cmd_sync()
920 IWL_ERROR("Not a valid iwl3945_rxon_assoc_cmd field values\n"); in iwl3945_check_rxon_cmd()
1003 IWL_ERROR("Bad return from REPLY_RXON_ASSOC command\n"); in iwl3945_send_rxon_assoc()
[all …]
Diwl-agn.c184 IWL_ERROR("Invalid RXON configuration. Not committing.\n"); in iwl_commit_rxon()
194 IWL_ERROR("Error setting RXON_ASSOC (%d)\n", ret); in iwl_commit_rxon()
221 IWL_ERROR("Error clearing ASSOC_MSK (%d)\n", ret); in iwl_commit_rxon()
245 IWL_ERROR("Error setting new RXON (%d)\n", ret); in iwl_commit_rxon()
259 IWL_ERROR("Error adding BROADCAST address for transmit.\n"); in iwl_commit_rxon()
270 IWL_ERROR("Error adding AP address for TX.\n"); in iwl_commit_rxon()
276 IWL_ERROR("Could not send WEP static key.\n"); in iwl_commit_rxon()
285 IWL_ERROR("Error setting new RXON (%d)\n", ret); in iwl_commit_rxon()
297 IWL_ERROR("Error sending TX power (%d)\n", ret); in iwl_commit_rxon()
353 IWL_ERROR("Could not allocate frame!\n"); in iwl_get_free_frame()
[all …]
Diwl-eeprom.c148 IWL_ERROR("EEPROM not found, EEPROM_GP=0x%08x\n", gp); in iwlcore_eeprom_verify_signature()
226 IWL_ERROR("EEPROM not found, EEPROM_GP=0x%08x\n", gp); in iwl_eeprom_init()
234 IWL_ERROR("Failed to acquire EEPROM semaphore.\n"); in iwl_eeprom_init()
250 IWL_ERROR("Time out reading EEPROM[%d]\n", addr); in iwl_eeprom_init()
288 IWL_ERROR("Unsupported EEPROM VER=0x%x < 0x%x CALIB=0x%x < 0x%x\n", in iwl_eeprom_check_version()
453 IWL_ERROR("Could not allocate channel_info\n"); in iwl_init_channel_map()
Diwl-tx.c141 IWL_ERROR("Too many chunks: %i\n", num_tbs); in iwl_hw_txq_free_tfd()
174 IWL_ERROR("Error can not send more than %d chunks\n", in iwl_hw_txq_attach_buf_to_tfd()
181 IWL_ERROR("Unaligned address = %llx\n", in iwl_hw_txq_attach_buf_to_tfd()
398 IWL_ERROR("kmalloc for auxiliary BD " in iwl_tx_queue_alloc()
412 IWL_ERROR("pci_alloc_consistent(%zd) failed\n", in iwl_tx_queue_alloc()
560 IWL_ERROR("Scheduler BC Table allocation failed\n"); in iwl_txq_ctx_reset()
566 IWL_ERROR("Keep Warm allocation failed\n"); in iwl_txq_ctx_reset()
592 IWL_ERROR("Tx %d queue init failed\n", txq_id); in iwl_txq_ctx_reset()
853 IWL_ERROR("ERROR: No TX rate available.\n"); in iwl_tx_skb()
1089 IWL_ERROR("No space for Tx\n"); in iwl_enqueue_hcmd()
[all …]
Diwl-rfkill.c84 IWL_ERROR("Unable to allocate RFKILL device.\n"); in iwl_rfkill_init()
100 IWL_ERROR("Unable to register RFKILL: %d\n", ret); in iwl_rfkill_init()
Diwl-5000.c292 IWL_ERROR("illegal indirect type: 0x%X\n", in eeprom_indirect_address()
387 IWL_ERROR("Could not send REPLY_PHY_CALIBRATION_CMD\n"); in iwl5000_chain_noise_reset()
510 IWL_ERROR("Unknown calibration notification %d\n", in iwl5000_rx_calib_result()
591 IWL_ERROR("Could not load the INST uCode section due " in iwl5000_load_given_ucode()
596 IWL_ERROR("Could not load the INST uCode section\n"); in iwl5000_load_given_ucode()
612 IWL_ERROR("Could not load the INST uCode section due " in iwl5000_load_given_ucode()
616 IWL_ERROR("Could not load the DATA uCode section\n"); in iwl5000_load_given_ucode()
827 IWL_ERROR("invalid queues_num, should be between %d and %d\n", in iwl5000_hw_set_hw_params()
1200 IWL_ERROR("BUG_ON idx doesn't match seq control" in iwl5000_tx_status_reply_tx()
1257 IWL_ERROR("Read index for DMA queue txq_id (%d) index %d " in iwl5000_rx_reply_tx()
[all …]
Diwl-3945.c153 IWL_ERROR("Invalid event log pointer 0x%08X\n", base); in iwl3945_disable_events()
225 IWL_ERROR("Bad antenna selector value (0x%x)\n", priv->antenna); in iwl3945_get_antenna_flags()
345 IWL_ERROR("Read index for DMA queue txq_id (%d) index %d " in iwl3945_rx_reply_tx()
377 IWL_ERROR("TODO: Implement Tx ABORT REQUIRED!!!\n"); in iwl3945_rx_reply_tx()
735 IWL_ERROR("Error can not send more than %d chunks\n", in iwl3945_hw_txq_attach_buf_to_tfd()
772 IWL_ERROR("Too many chunks: %i\n", counter); in iwl3945_hw_txq_free_tfd()
1079 IWL_ERROR("Tx %d queue init failed\n", txq_id); in iwl3945_txq_ctx_reset()
1191 IWL_ERROR("Unable to initialize Rx queue\n"); in iwl3945_hw_nic_init()
1391 IWL_ERROR("Error bad temperature value %d\n", temperature); in iwl3945_hw_reg_txpower_get_temperature()
1699 IWL_ERROR in iwl3945_hw_reg_send_txpower()
[all …]
Diwl-4965.c88 IWL_ERROR("BSM uCode verification failed at " in iwl4965_verify_bsm()
206 IWL_ERROR("BSM write did not complete!\n"); in iwl4965_load_bsm()
526 IWL_ERROR("Could not send REPLY_PHY_CALIBRATION_CMD\n"); in iwl4965_chain_noise_reset()
807 IWL_ERROR("invalid queues_num, should be between %d and %d\n", in iwl4965_hw_set_hw_params()
905 IWL_ERROR("Can't find txatten group for channel %d.\n", channel); in iwl4965_get_tx_atten_grp()
959 IWL_ERROR("Tx Power can not find channel %d\n", channel); in iwl4965_interpolate_chan()
1728 IWL_ERROR("Calibration conflict R1 == R3\n"); in iwl4965_hw_get_temperature()
2070 IWL_ERROR("BUG_ON idx doesn't match seq control" in iwl4965_tx_status_reply_tx()
2132 IWL_ERROR("Read index for DMA queue txq_id (%d) index %d " in iwl4965_rx_reply_tx()
2150 IWL_ERROR("Station not known\n"); in iwl4965_rx_reply_tx()
[all …]
Diwl-debugfs.c304 IWL_ERROR("EEPROM size is not multiple of 16.\n"); in iwl_dbgfs_eeprom_read()
311 IWL_ERROR("Can not allocate Buffer\n"); in iwl_dbgfs_eeprom_read()
368 IWL_ERROR("Can not allocate Buffer\n"); in iwl_dbgfs_channels_read()
472 IWL_ERROR("Can't open the debugfs directory\n"); in iwl_dbgfs_register()
Diwl-agn-hcmd-check.c103 IWL_ERROR("Not a valid iwl4965_rxon_assoc_cmd field values\n"); in iwl_agn_check_rxon_cmd()
Diwl-spectrum.c149 IWL_ERROR("Bad return from REPLY_RX_ON_ASSOC command\n");
Diwl-3945-debug.h131 #define IWL_ERROR(f, a...) printk(KERN_ERR DRV_NAME ": " f, ## a) macro
Diwl-debug.h160 #define IWL_ERROR(f, a...) printk(KERN_ERR DRV_NAME ": " f, ## a) macro
Diwl-agn-rs.c478 IWL_ERROR("invalid HT rate index %d\n", index); in rate_n_flags_from_tbl()
490 IWL_ERROR("Invalid tbl->lq_type %d\n", tbl->lq_type); in rate_n_flags_from_tbl()
510 IWL_ERROR("GF was set with SGI:SISO\n"); in rate_n_flags_from_tbl()
1433 IWL_ERROR("SGI was set in GF+SISO\n"); in rs_move_siso_to_other()
1748 IWL_ERROR("Current Rate is not valid\n"); in rs_rate_scale_perform()
1754 IWL_ERROR("tbl->expected_tpt is NULL\n"); in rs_rate_scale_perform()
Diwl-calib.c105 IWL_ERROR("Error %d iteration %d\n", ret, i); in iwl_send_calib_results()
486 IWL_ERROR("SENSITIVITY_CMD failed\n"); in iwl_sensitivity_write()
Diwl-3945-led.c222 IWL_ERROR("Error: failed to register led handler.\n"); in iwl3945_led_register_led()
Diwl-rx.c898 IWL_ERROR("MPDU frame without a PHY data\n"); in iwl_pass_packet_to_mac80211()
1024 IWL_ERROR("MPDU frame without a PHY data\n"); in iwl_rx_reply_rx()
Diwl-led.c257 IWL_ERROR("Error: failed to register led handler.\n"); in iwl_leds_register_led()