Searched refs:IPW_DEBUG_INFO (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 593 IPW_DEBUG_INFO("wrong size\n"); in ipw2100_set_ordinal() 607 IPW_DEBUG_INFO("wrong table\n"); in ipw2100_set_ordinal() 681 IPW_DEBUG_INFO("%s: Scheduling firmware restart (%llds).\n", in schedule_reset() 697 IPW_DEBUG_INFO("%s: Firmware restart already in progress.\n", in schedule_reset() 720 IPW_DEBUG_INFO in ipw2100_hw_send_command() 727 IPW_DEBUG_INFO in ipw2100_hw_send_command() 734 IPW_DEBUG_INFO in ipw2100_hw_send_command() 741 IPW_DEBUG_INFO("no available msg buffers\n"); in ipw2100_hw_send_command() 788 IPW_DEBUG_INFO("Command completion failed out after %dms.\n", in ipw2100_hw_send_command() 876 IPW_DEBUG_INFO("Query of CARD_DISABLED ordinal " in ipw2100_wait_for_card_state() [all …]
|
H A D | ipw2200.c | 1140 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n", in ipw_led_init() 1431 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n", in rtap_filter_store() 1462 IPW_DEBUG_INFO("enter\n"); in scan_age_store() 1468 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name); in scan_age_store() 1471 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age); in scan_age_store() 1474 IPW_DEBUG_INFO("exit\n"); in scan_age_store() 1492 IPW_DEBUG_INFO("enter\n"); in led_store() 1507 IPW_DEBUG_INFO("exit\n"); in led_store() 2281 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n", in ipw_send_adapter_address() 2683 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n"); in ipw_eeprom_init_sram() [all …]
|
H A D | ipw2100.h | 99 #define IPW_DEBUG_INFO(f...) IPW_DEBUG(IPW_DL_INFO, ## f) macro
|
H A D | ipw2200.h | 1457 #define IPW_DEBUG_INFO(f, a...) IPW_DEBUG(IPW_DL_INFO, f, ## a) macro
|