Home
last modified time | relevance | path

Searched refs:D_INFO (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c171 D_INFO("hwcrypto: modify ucode station key info\n"); in il3945_set_ccmp_dynamic_key_info()
210 D_INFO("hwcrypto: clear ucode station key info\n"); in il3945_clear_sta_key_info()
268 D_INFO("%d frames on pre-allocated heap on clear.\n", il->frames_count); in il3945_clear_free_frames()
718 D_INFO("Replaced existing measurement: %d\n", in il3945_get_measurement()
745 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n", in il3945_hdl_alive()
749 D_INFO("Initialization Alive received.\n"); in il3945_hdl_alive()
754 D_INFO("Runtime Alive received.\n"); in il3945_hdl_alive()
1024 D_INFO("Failed to allocate SKB buffer.\n"); in il3945_rx_allocate()
1686 D_INFO("ucode inst image size is %u\n", len); in il3945_verify_inst_full()
1708 D_INFO("ucode image in INSTRUCTION memory is good\n"); in il3945_verify_inst_full()
[all …]
D4965.c55 D_INFO("ucode inst image size is %u\n", len); in il4965_verify_inst_sparse()
86 D_INFO("ucode inst image size is %u\n", len); in il4965_verify_inst_full()
108 D_INFO("ucode image in INSTRUCTION memory is good\n"); in il4965_verify_inst_full()
129 D_INFO("Bootstrap uCode is good in inst SRAM\n"); in il4965_verify_ucode()
138 D_INFO("Initialize uCode is good in inst SRAM\n"); in il4965_verify_ucode()
147 D_INFO("Runtime uCode is good in inst SRAM\n"); in il4965_verify_ucode()
288 D_INFO("Begin verify bsm\n"); in il4965_verify_bsm()
304 D_INFO("BSM bootstrap uCode image OK\n"); in il4965_verify_bsm()
355 D_INFO("Begin load bsm\n"); in il4965_load_bsm()
406 D_INFO("BSM write complete, poll %d iterations\n", i); in il4965_load_bsm()
[all …]
D3945.c184 D_INFO("Disabling selected uCode log events at 0x%x\n", in il3945_disable_events()
191 D_INFO("Selected uCode log events may be disabled\n"); in il3945_disable_events()
192 D_INFO(" by writing \"1\"s into disable bitmap\n"); in il3945_disable_events()
193 D_INFO(" in SRAM at 0x%x, size %d u32s\n", disable_ptr, in il3945_disable_events()
343 D_INFO("Stopped queues - RX waiting on passive channel\n"); in il3945_hdl_tx()
506 D_INFO("Woke queues - frame received on passive channel\n"); in il3945_pass_packet_to_mac80211()
916 D_INFO("HW Revision ID = 0x%X\n", rev_id); in il3945_nic_config()
919 D_INFO("RTP type\n"); in il3945_nic_config()
921 D_INFO("3945 RADIO-MB type\n"); in il3945_nic_config()
925 D_INFO("3945 RADIO-MM type\n"); in il3945_nic_config()
[all …]
Dcommon.c320 D_INFO("Attempting to send sync command %s\n", in il_send_cmd_sync()
324 D_INFO("Setting HCMD_ACTIVE for command %s\n", in il_send_cmd_sync()
345 D_INFO("Clearing HCMD_ACTIVE for command %s\n", in il_send_cmd_sync()
1196 D_INFO("Defer power set mode while scanning\n"); in il_power_set_mode()
1788 D_INFO("Processing response for adding station %u\n", sta_id); in il_process_add_sta_resp()
1794 D_INFO("C_ADD_STA PASSED\n"); in il_process_add_sta_resp()
1814 D_INFO("%s station id %u addr %pM\n", in il_process_add_sta_resp()
1827 D_INFO("%s station according to cmd buffer %pM\n", in il_process_add_sta_resp()
1858 D_INFO("Adding sta %u (%pM) %ssynchronously\n", sta_id, sta->sta.addr, in il_send_add_sta()
1978 D_INFO("STA %d already in process of being added.\n", sta_id); in il_prep_station()
[all …]
D4965-mac.c343 D_INFO("alloc_pages failed, " "order: %d\n", in il4965_rx_allocate()
594 D_INFO("Woke queues - frame received on passive channel\n"); in il4965_pass_packet_to_mac80211()
908 D_INFO("Scanning while associated...\n"); in il4965_request_scan()
2828 D_INFO("Stopped queues - RX waiting on passive channel\n"); in il4965_hdl_tx()
3585 D_INFO("Bcast sta rate scaling has not been initialized.\n"); in il4965_update_bcast_station()
3707 D_INFO("%d frames on pre-allocated heap on clear.\n", il->frames_count); in il4965_clear_free_frames()
4040 D_INFO("Alive ucode status 0x%08X revision " "0x%01X 0x%01X\n", in il4965_hdl_alive()
4044 D_INFO("Initialization Alive received.\n"); in il4965_hdl_alive()
4049 D_INFO("Runtime Alive received.\n"); in il4965_hdl_alive()
4708 D_INFO("attempting to load firmware '%s'\n", il->firmware_name); in il4965_request_firmware()
[all …]
D3945-rs.c343 D_INFO("enter\n"); in il3945_rs_rate_init()
388 D_INFO("leave\n"); in il3945_rs_rate_init()
Dcommon.h3055 #define D_INFO(f, a...) IL_DBG(IL_DL_INFO, f, ## a) macro