Searched refs:DEBUG_EVENT (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | event.c | 20 wl1251_debug(DEBUG_EVENT, "status: 0x%x, channels: %d", in wl1251_event_scan_complete() 45 wl1251_debug(DEBUG_EVENT, "ps status: %x", mbox->ps_status); in wl1251_event_ps_report() 78 wl1251_debug(DEBUG_EVENT, "MBOX DUMP:"); in wl1251_event_mbox_dump() 79 wl1251_debug(DEBUG_EVENT, "\tvector: 0x%x", mbox->events_vector); in wl1251_event_mbox_dump() 80 wl1251_debug(DEBUG_EVENT, "\tmask: 0x%x", mbox->events_mask); in wl1251_event_mbox_dump() 91 wl1251_debug(DEBUG_EVENT, "vector: 0x%x", vector); in wl1251_event_process() 100 wl1251_debug(DEBUG_EVENT, "BSS_LOSE_EVENT"); in wl1251_event_process() 111 wl1251_debug(DEBUG_EVENT, "PS_REPORT_EVENT"); in wl1251_event_process() 118 wl1251_debug(DEBUG_EVENT, "SYNCHRONIZATION_TIMEOUT_EVENT"); in wl1251_event_process() 135 wl1251_debug(DEBUG_EVENT, in wl1251_event_process() [all …]
|
D | wl1251.h | 27 DEBUG_EVENT = BIT(5), enumerator
|
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | event.c | 116 wl1271_debug(DEBUG_EVENT, "RSSI trigger metric: %d", metric); in wlcore_event_rssi_trigger() 178 wl1271_debug(DEBUG_EVENT, "PERIODIC_SCAN_COMPLETE_EVENT (status 0x%0x)", in wlcore_event_sched_scan_completed() 194 wl1271_debug(DEBUG_EVENT, "%s: roles=0x%lx allowed=0x%lx", in wlcore_event_ba_rx_constraint() 217 wl1271_debug(DEBUG_EVENT, "%s: roles=0x%lx success=%d", in wlcore_event_channel_switch() 249 wl1271_debug(DEBUG_EVENT, "DUMMY_PACKET_ID_EVENT_ID"); in wlcore_event_dummy_packet() 281 wl1271_debug(DEBUG_EVENT, "remove sta %d", h); in wlcore_disconnect_sta() 290 wl1271_debug(DEBUG_EVENT, "MAX_TX_FAILURE_EVENT_ID"); in wlcore_event_max_tx_failure() 297 wl1271_debug(DEBUG_EVENT, "INACTIVE_STA_EVENT_ID"); in wlcore_event_inactive_sta() 304 wl1271_debug(DEBUG_EVENT, "REMAIN_ON_CHANNEL_COMPLETE_EVENT_ID"); in wlcore_event_roc_complete() 354 wl1271_debug(DEBUG_EVENT, "unmasking event_mask 0x%x", wl->event_mask); in wl1271_event_unmask() [all …]
|
D | debug.h | 27 DEBUG_EVENT = BIT(5), enumerator
|
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/ |
D | event.c | 64 wl1271_debug(DEBUG_EVENT, in wlcore_smart_config_sync_event() 85 wl1271_debug(DEBUG_EVENT, "SMART_CONFIG_DECODE_EVENT_ID"); in wlcore_smart_config_decode_event() 86 wl1271_dump_ascii(DEBUG_EVENT, "SSID:", ssid, ssid_len); in wlcore_smart_config_decode_event() 122 wl1271_debug(DEBUG_EVENT, "MBOX vector: 0x%x", vector); in wl18xx_process_mailbox_events() 125 wl1271_debug(DEBUG_EVENT, "scan results: %d", in wl18xx_process_mailbox_events() 149 wl1271_debug(DEBUG_EVENT, in wl18xx_process_mailbox_events()
|
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/ |
D | event.c | 43 wl1271_debug(DEBUG_EVENT, "MBOX vector: 0x%x", vector); in wl12xx_process_mailbox_events() 46 wl1271_debug(DEBUG_EVENT, "status: 0x%x", in wl12xx_process_mailbox_events() 54 wl1271_debug(DEBUG_EVENT, in wl12xx_process_mailbox_events()
|