Searched refs:IPW_DEBUG_INFO (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 604 IPW_DEBUG_INFO("wrong size\n"); in ipw2100_set_ordinal() 618 IPW_DEBUG_INFO("wrong table\n"); in ipw2100_set_ordinal() 692 IPW_DEBUG_INFO("%s: Scheduling firmware restart (%llds).\n", in schedule_reset() 708 IPW_DEBUG_INFO("%s: Firmware restart already in progress.\n", in schedule_reset() 731 IPW_DEBUG_INFO in ipw2100_hw_send_command() 738 IPW_DEBUG_INFO in ipw2100_hw_send_command() 745 IPW_DEBUG_INFO in ipw2100_hw_send_command() 752 IPW_DEBUG_INFO("no available msg buffers\n"); in ipw2100_hw_send_command() 799 IPW_DEBUG_INFO("Command completion failed out after %dms.\n", in ipw2100_hw_send_command() 887 IPW_DEBUG_INFO("Query of CARD_DISABLED ordinal " in ipw2100_wait_for_card_state() [all …]
|
D | ipw2200.c | 1153 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n", in ipw_led_init() 1448 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n", in rtap_filter_store() 1484 IPW_DEBUG_INFO("enter\n"); in scan_age_store() 1497 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name); in scan_age_store() 1500 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age); in scan_age_store() 1503 IPW_DEBUG_INFO("exit\n"); in scan_age_store() 1521 IPW_DEBUG_INFO("enter\n"); in led_store() 1536 IPW_DEBUG_INFO("exit\n"); in led_store() 2310 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n", in ipw_send_adapter_address() 2712 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n"); in ipw_eeprom_init_sram() [all …]
|
D | ipw2100.h | 99 #define IPW_DEBUG_INFO(f...) IPW_DEBUG(IPW_DL_INFO, ## f) macro
|
D | ipw2200.h | 1458 #define IPW_DEBUG_INFO(f, a...) IPW_DEBUG(IPW_DL_INFO, f, ## a) macro
|