Home
last modified time | relevance | path

Searched refs:D_MAC80211 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommon.c1589 D_MAC80211("enter\n"); in il_mac_hw_scan()
1605 D_MAC80211("leave ret %d\n", ret); in il_mac_hw_scan()
2472 D_MAC80211("enter station %pM\n", sta->addr); in il_mac_sta_remove()
2478 D_MAC80211("leave ret %d\n", ret); in il_mac_sta_remove()
4515 D_MAC80211("enter\n"); in il_mac_conf_tx()
4518 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4523 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4543 D_MAC80211("leave\n"); in il_mac_conf_tx()
4554 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4558 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
D3945-mac.c2791 D_MAC80211("enter\n"); in il3945_mac_start()
2833 D_MAC80211("leave\n"); in il3945_mac_start()
2838 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2847 D_MAC80211("enter\n"); in il3945_mac_stop()
2850 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2864 D_MAC80211("leave\n"); in il3945_mac_stop()
2874 D_MAC80211("enter\n"); in il3945_mac_tx()
2882 D_MAC80211("leave\n"); in il3945_mac_tx()
2937 D_MAC80211("enter\n"); in il3945_mac_set_key()
2940 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
D4965-mac.c5816 D_MAC80211("enter\n"); in il4965_mac_start()
5848 D_MAC80211("leave\n"); in il4965_mac_start()
5857 D_MAC80211("enter\n"); in il4965_mac_stop()
5873 D_MAC80211("leave\n"); in il4965_mac_stop()
5901 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5905 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5918 D_MAC80211("enter\n"); in il4965_mac_set_key()
5921 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5931 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5964 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
Dcommon.h3056 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro