Searched refs:IPW_DEBUG_HC (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2100.c | 723 IPW_DEBUG_HC("Sending %s command (#%d), %d bytes\n", in ipw2100_hw_send_command() 1409 IPW_DEBUG_HC("CARD_DISABLE_PHY_OFF\n"); in ipw2100_hw_phy_off() 1439 IPW_DEBUG_HC("HOST_COMPLETE\n"); in ipw2100_enable_adapter() 1447 IPW_DEBUG_HC("Command aborted due to RF kill active.\n"); in ipw2100_enable_adapter() 1524 IPW_DEBUG_HC("HOST_PRE_POWER_DOWN\n"); in ipw2100_hw_stop_adapter() 1589 IPW_DEBUG_HC("CARD_DISABLE\n"); in ipw2100_disable_adapter() 1651 IPW_DEBUG_HC("SET_SCAN_OPTIONS 0x%04X\n", in ipw2100_set_scan_options() 1666 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 | 1981 IPW_DEBUG_HC("Command completed.\n"); in ipw_irq_tasklet() 2193 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 2199 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n"); in __ipw_send_cmd() 3967 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 6143 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n"); in ipw_abort_scan() 6150 IPW_DEBUG_HC("Request to abort scan failed.\n"); in ipw_abort_scan() 6279 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n"); in ipw_request_scan_helper() 6285 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n"); in ipw_request_scan_helper() 6293 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n"); in ipw_request_scan_helper() 6300 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 | 1471 #define IPW_DEBUG_HC(f, a...) IPW_LL_DEBUG(IPW_DL_HOST_COMMAND, f, ## a) macro
|