Searched refs:D_INFO (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-mac.c | 155 D_INFO("hwcrypto: modify ucode station key info\n"); in il3945_set_ccmp_dynamic_key_info() 194 D_INFO("hwcrypto: clear ucode station key info\n"); in il3945_clear_sta_key_info() 250 D_INFO("%d frames on pre-allocated heap on clear.\n", il->frames_count); in il3945_clear_free_frames() 700 D_INFO("Replaced existing measurement: %d\n", in il3945_get_measurement() 727 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n", in il3945_hdl_alive() 731 D_INFO("Initialization Alive received.\n"); in il3945_hdl_alive() 736 D_INFO("Runtime Alive received.\n"); in il3945_hdl_alive() 1006 D_INFO("Failed to allocate SKB buffer.\n"); in il3945_rx_allocate() 1669 D_INFO("ucode inst image size is %u\n", len); in il3945_verify_inst_full() 1691 D_INFO("ucode image in INSTRUCTION memory is good\n"); in il3945_verify_inst_full() [all …]
|
D | 4965.c | 41 D_INFO("ucode inst image size is %u\n", len); in il4965_verify_inst_sparse() 72 D_INFO("ucode inst image size is %u\n", len); in il4965_verify_inst_full() 94 D_INFO("ucode image in INSTRUCTION memory is good\n"); in il4965_verify_inst_full() 115 D_INFO("Bootstrap uCode is good in inst SRAM\n"); in il4965_verify_ucode() 124 D_INFO("Initialize uCode is good in inst SRAM\n"); in il4965_verify_ucode() 133 D_INFO("Runtime uCode is good in inst SRAM\n"); in il4965_verify_ucode() 274 D_INFO("Begin verify bsm\n"); in il4965_verify_bsm() 290 D_INFO("BSM bootstrap uCode image OK\n"); in il4965_verify_bsm() 341 D_INFO("Begin load bsm\n"); in il4965_load_bsm() 392 D_INFO("BSM write complete, poll %d iterations\n", i); in il4965_load_bsm() [all …]
|
D | 3945.c | 169 D_INFO("Disabling selected uCode log events at 0x%x\n", in il3945_disable_events() 176 D_INFO("Selected uCode log events may be disabled\n"); in il3945_disable_events() 177 D_INFO(" by writing \"1\"s into disable bitmap\n"); in il3945_disable_events() 178 D_INFO(" in SRAM at 0x%x, size %d u32s\n", disable_ptr, in il3945_disable_events() 328 D_INFO("Stopped queues - RX waiting on passive channel\n"); in il3945_hdl_tx() 491 D_INFO("Woke queues - frame received on passive channel\n"); in il3945_pass_packet_to_mac80211() 901 D_INFO("HW Revision ID = 0x%X\n", rev_id); in il3945_nic_config() 904 D_INFO("RTP type\n"); in il3945_nic_config() 906 D_INFO("3945 RADIO-MB type\n"); in il3945_nic_config() 910 D_INFO("3945 RADIO-MM type\n"); in il3945_nic_config() [all …]
|
D | common.c | 302 D_INFO("Attempting to send sync command %s\n", in il_send_cmd_sync() 306 D_INFO("Setting HCMD_ACTIVE for command %s\n", in il_send_cmd_sync() 327 D_INFO("Clearing HCMD_ACTIVE for command %s\n", in il_send_cmd_sync() 1178 D_INFO("Defer power set mode while scanning\n"); in il_power_set_mode() 1769 D_INFO("Processing response for adding station %u\n", sta_id); in il_process_add_sta_resp() 1775 D_INFO("C_ADD_STA PASSED\n"); in il_process_add_sta_resp() 1795 D_INFO("%s station id %u addr %pM\n", in il_process_add_sta_resp() 1808 D_INFO("%s station according to cmd buffer %pM\n", in il_process_add_sta_resp() 1839 D_INFO("Adding sta %u (%pM) %ssynchronously\n", sta_id, sta->sta.addr, in il_send_add_sta() 1959 D_INFO("STA %d already in process of being added.\n", sta_id); in il_prep_station() [all …]
|
D | 4965-mac.c | 328 D_INFO("alloc_pages failed, " "order: %d\n", in il4965_rx_allocate() 579 D_INFO("Woke queues - frame received on passive channel\n"); in il4965_pass_packet_to_mac80211() 893 D_INFO("Scanning while associated...\n"); in il4965_request_scan() 2810 D_INFO("Stopped queues - RX waiting on passive channel\n"); in il4965_hdl_tx() 3566 D_INFO("Bcast sta rate scaling has not been initialized.\n"); in il4965_update_bcast_station() 3688 D_INFO("%d frames on pre-allocated heap on clear.\n", il->frames_count); in il4965_clear_free_frames() 4019 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n", in il4965_hdl_alive() 4023 D_INFO("Initialization Alive received.\n"); in il4965_hdl_alive() 4028 D_INFO("Runtime Alive received.\n"); in il4965_hdl_alive() 4688 D_INFO("attempting to load firmware '%s'\n", il->firmware_name); in il4965_request_firmware() [all …]
|
D | 3945-rs.c | 328 D_INFO("enter\n"); in il3945_rs_rate_init() 373 D_INFO("leave\n"); in il3945_rs_rate_init()
|
D | common.h | 3024 #define D_INFO(f, a...) IL_DBG(IL_DL_INFO, f, ## a) macro
|