Searched refs:IPW_DEBUG_HC (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 711 IPW_DEBUG_HC("Sending %s command (#%d), %d bytes\n", in ipw2100_hw_send_command() 1397 IPW_DEBUG_HC("CARD_DISABLE_PHY_OFF\n"); in ipw2100_hw_phy_off() 1427 IPW_DEBUG_HC("HOST_COMPLETE\n"); in ipw2100_enable_adapter() 1435 IPW_DEBUG_HC("Command aborted due to RF kill active.\n"); in ipw2100_enable_adapter() 1512 IPW_DEBUG_HC("HOST_PRE_POWER_DOWN\n"); in ipw2100_hw_stop_adapter() 1577 IPW_DEBUG_HC("CARD_DISABLE\n"); in ipw2100_disable_adapter() 1639 IPW_DEBUG_HC("SET_SCAN_OPTIONS 0x%04X\n", in ipw2100_set_scan_options() 1654 IPW_DEBUG_HC("START_SCAN\n"); in ipw2100_start_scan() 2073 IPW_DEBUG_HC("SSID: '%*pE'\n", ssid_len, essid); in ipw2100_set_essid() 2252 IPW_DEBUG_HC("Command completed '%s (%d)'\n", in isr_rx_complete_command() [all …]
|
H A D | ipw2200.c | 1949 IPW_DEBUG_HC("Command completed.\n"); in ipw_irq_tasklet() 2161 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 2167 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n"); in __ipw_send_cmd() 3922 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 6099 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n"); in ipw_abort_scan() 6106 IPW_DEBUG_HC("Request to abort scan failed.\n"); in ipw_abort_scan() 6235 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n"); in ipw_request_scan_helper() 6241 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n"); in ipw_request_scan_helper() 6249 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n"); in ipw_request_scan_helper() 6256 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n"); in ipw_request_scan_helper() [all …]
|
H A D | ipw2100.h | 109 #define IPW_DEBUG_HC(f...) IPW_DEBUG(IPW_DL_HC, ## f) macro
|
H A D | ipw2200.h | 1468 #define IPW_DEBUG_HC(f, a...) IPW_LL_DEBUG(IPW_DL_HOST_COMMAND, f, ## a) macro
|