Searched refs:IPW_DEBUG_HC (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 722 IPW_DEBUG_HC("Sending %s command (#%d), %d bytes\n", in ipw2100_hw_send_command() 1408 IPW_DEBUG_HC("CARD_DISABLE_PHY_OFF\n"); in ipw2100_hw_phy_off() 1438 IPW_DEBUG_HC("HOST_COMPLETE\n"); in ipw2100_enable_adapter() 1446 IPW_DEBUG_HC("Command aborted due to RF kill active.\n"); in ipw2100_enable_adapter() 1523 IPW_DEBUG_HC("HOST_PRE_POWER_DOWN\n"); in ipw2100_hw_stop_adapter() 1588 IPW_DEBUG_HC("CARD_DISABLE\n"); in ipw2100_disable_adapter() 1650 IPW_DEBUG_HC("SET_SCAN_OPTIONS 0x%04X\n", in ipw2100_set_scan_options() 1665 IPW_DEBUG_HC("START_SCAN\n"); in ipw2100_start_scan() 2084 IPW_DEBUG_HC("SSID: '%*pE'\n", ssid_len, essid); in ipw2100_set_essid() 2263 IPW_DEBUG_HC("Command completed '%s (%d)'\n", in isr_rx_complete_command() [all …]
|
D | ipw2200.c | 1978 IPW_DEBUG_HC("Command completed.\n"); in ipw_irq_tasklet() 2190 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 2196 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n"); in __ipw_send_cmd() 3965 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 6142 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n"); in ipw_abort_scan() 6149 IPW_DEBUG_HC("Request to abort scan failed.\n"); in ipw_abort_scan() 6278 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n"); in ipw_request_scan_helper() 6284 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n"); in ipw_request_scan_helper() 6292 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n"); in ipw_request_scan_helper() 6299 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n"); in ipw_request_scan_helper() [all …]
|
D | ipw2100.h | 109 #define IPW_DEBUG_HC(f...) IPW_DEBUG(IPW_DL_HC, ## f) macro
|
D | ipw2200.h | 1469 #define IPW_DEBUG_HC(f, a...) IPW_LL_DEBUG(IPW_DL_HOST_COMMAND, f, ## a) macro
|