Searched refs:IPW_DEBUG_HC (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 737 IPW_DEBUG_HC("Sending %s command (#%d), %d bytes\n", in ipw2100_hw_send_command() 1423 IPW_DEBUG_HC("CARD_DISABLE_PHY_OFF\n"); in ipw2100_hw_phy_off() 1453 IPW_DEBUG_HC("HOST_COMPLETE\n"); in ipw2100_enable_adapter() 1461 IPW_DEBUG_HC("Command aborted due to RF kill active.\n"); in ipw2100_enable_adapter() 1538 IPW_DEBUG_HC("HOST_PRE_POWER_DOWN\n"); in ipw2100_hw_stop_adapter() 1603 IPW_DEBUG_HC("CARD_DISABLE\n"); in ipw2100_disable_adapter() 1665 IPW_DEBUG_HC("SET_SCAN_OPTIONS 0x%04X\n", in ipw2100_set_scan_options() 1680 IPW_DEBUG_HC("START_SCAN\n"); in ipw2100_start_scan() 2098 IPW_DEBUG_HC("SSID: '%*pE'\n", ssid_len, essid); in ipw2100_set_essid() 2277 IPW_DEBUG_HC("Command completed '%s (%d)'\n", in isr_rx_complete_command() [all …]
|
D | ipw2200.c | 2004 IPW_DEBUG_HC("Command completed.\n"); in ipw_irq_tasklet() 2216 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 2222 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n"); in __ipw_send_cmd() 3992 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 6168 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n"); in ipw_abort_scan() 6175 IPW_DEBUG_HC("Request to abort scan failed.\n"); in ipw_abort_scan() 6304 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n"); in ipw_request_scan_helper() 6310 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n"); in ipw_request_scan_helper() 6318 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n"); in ipw_request_scan_helper() 6325 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n"); in ipw_request_scan_helper() [all …]
|
D | ipw2100.h | 123 #define IPW_DEBUG_HC(f...) IPW_DEBUG(IPW_DL_HC, ## f) macro
|
D | ipw2200.h | 1485 #define IPW_DEBUG_HC(f, a...) IPW_LL_DEBUG(IPW_DL_HOST_COMMAND, f, ## a) macro
|