/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 73 wl1251_debug(DEBUG_CMD, "cmd test"); in wl1251_cmd_test() 115 wl1251_debug(DEBUG_CMD, "cmd interrogate"); in wl1251_cmd_interrogate() 153 wl1251_debug(DEBUG_CMD, "cmd configure"); in wl1251_cmd_configure() 175 wl1251_debug(DEBUG_CMD, "cmd vbm"); in wl1251_cmd_vbm() 211 wl1251_debug(DEBUG_CMD, "cmd data path"); in wl1251_cmd_data_path_rx() 245 wl1251_debug(DEBUG_CMD, "cmd data path"); in wl1251_cmd_data_path_tx() 281 wl1251_debug(DEBUG_CMD, "cmd join%s ch %d %d/%d", in wl1251_cmd_join() 318 wl1251_debug(DEBUG_CMD, "cmd set ps mode"); in wl1251_cmd_ps_mode() 348 wl1251_debug(DEBUG_CMD, "cmd read memory"); in wl1251_cmd_read_memory() 387 wl1251_debug(DEBUG_CMD, "cmd template %d", cmd_id); in wl1251_cmd_template_set() [all …]
|
D | wl1251.h | 34 DEBUG_CMD = BIT(12), enumerator
|
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/ |
D | cmd.c | 78 wl1271_debug(DEBUG_CMD, "cmd smart config start group_bitmap=0x%x", in wl18xx_cmd_smart_config_start() 106 wl1271_debug(DEBUG_CMD, "cmd smart config stop"); in wl18xx_cmd_smart_config_stop() 132 wl1271_debug(DEBUG_CMD, "cmd smart config set group key id=0x%x", in wl18xx_cmd_smart_config_set_group_key() 167 wl1271_debug(DEBUG_CMD, "cmd cac (channel %d) %s", in wl18xx_cmd_set_cac() 198 wl1271_debug(DEBUG_CMD, "cmd radar detection debug (chan %d)", in wl18xx_cmd_radar_detection_debug() 224 wl1271_debug(DEBUG_CMD, "cmd dfs master restart (role %d)", in wl18xx_cmd_dfs_master_restart()
|
D | scan.c | 166 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config"); in wl18xx_scan_sched_scan_config() 302 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in __wl18xx_scan_stop()
|
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 187 wl1271_debug(DEBUG_CMD, "timeout waiting for event %d", in wlcore_cmd_wait_for_event_or_timeout() 230 wl1271_debug(DEBUG_CMD, "cmd role enable"); in wl12xx_cmd_role_enable() 272 wl1271_debug(DEBUG_CMD, "cmd role disable"); in wl12xx_cmd_role_disable() 432 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev() 447 wl1271_debug(DEBUG_CMD, "role start: roleid=%d, hlid=%d, session=%d", in wl12xx_cmd_role_start_dev() 484 wl1271_debug(DEBUG_CMD, "cmd role stop dev"); in wl12xx_cmd_role_stop_dev() 518 wl1271_debug(DEBUG_CMD, "cmd role start sta %d", wlvif->role_id); in wl12xx_cmd_role_start_sta() 555 wl1271_debug(DEBUG_CMD, "role start: roleid=%d, hlid=%d, session=%d " in wl12xx_cmd_role_start_sta() 595 wl1271_debug(DEBUG_CMD, "cmd role stop sta %d", wlvif->role_id); in wl12xx_cmd_role_stop_sta() 624 wl1271_debug(DEBUG_CMD, "cmd role start ap %d", wlvif->role_id); in wl12xx_cmd_role_start_ap() [all …]
|
D | vendor_cmd.c | 36 wl1271_debug(DEBUG_CMD, "vendor cmd smart config start"); in wlcore_vendor_cmd_smart_config_start() 80 wl1271_debug(DEBUG_CMD, "testmode cmd smart config stop"); in wlcore_vendor_cmd_smart_config_stop() 113 wl1271_debug(DEBUG_CMD, "testmode cmd smart config set group key"); in wlcore_vendor_cmd_smart_config_set_group_key()
|
D | debug.h | 34 DEBUG_CMD = BIT(12), enumerator
|
D | rx.c | 149 wl1271_dump((DEBUG_RX|DEBUG_CMD), "PKT: ", data + sizeof(*desc), in wl1271_rx_handle_data()
|
D | scan.c | 378 wl1271_debug((DEBUG_CMD | DEBUG_SCAN), "cmd sched scan ssid list"); in wlcore_scan_sched_scan_ssid_list()
|
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/ |
D | cmd.c | 38 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_EXT_RADIO_PARAM: ", in wl1271_cmd_ext_radio_parms() 103 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl1271_cmd_general_parms() 171 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl128x_cmd_general_parms() 217 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl1271_cmd_radio_parms() 263 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl128x_cmd_radio_parms()
|
D | scan.c | 185 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl12xx_scan_stop() 318 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config"); in wl1271_scan_sched_scan_config() 419 wl1271_debug(DEBUG_CMD, "cmd periodic scan start"); in wl1271_scan_sched_scan_start() 465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl12xx_scan_sched_scan_stop()
|