Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
Dcommon.c1569 D_MAC80211("enter\n"); in il_mac_hw_scan()
1585 D_MAC80211("leave ret %d\n", ret); in il_mac_hw_scan()
2451 D_MAC80211("enter station %pM\n", sta->addr); in il_mac_sta_remove()
2457 D_MAC80211("leave ret %d\n", ret); in il_mac_sta_remove()
4491 D_MAC80211("enter\n"); in il_mac_conf_tx()
4494 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4499 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4519 D_MAC80211("leave\n"); in il_mac_conf_tx()
4530 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4534 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
D3945-mac.c2764 D_MAC80211("enter\n"); in il3945_mac_start()
2806 D_MAC80211("leave\n"); in il3945_mac_start()
2811 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2820 D_MAC80211("enter\n"); in il3945_mac_stop()
2823 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2837 D_MAC80211("leave\n"); in il3945_mac_stop()
2847 D_MAC80211("enter\n"); in il3945_mac_tx()
2855 D_MAC80211("leave\n"); in il3945_mac_tx()
2910 D_MAC80211("enter\n"); in il3945_mac_set_key()
2913 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
D4965-mac.c5792 D_MAC80211("enter\n"); in il4965_mac_start()
5824 D_MAC80211("leave\n"); in il4965_mac_start()
5833 D_MAC80211("enter\n"); in il4965_mac_stop()
5849 D_MAC80211("leave\n"); in il4965_mac_stop()
5877 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5881 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5894 D_MAC80211("enter\n"); in il4965_mac_set_key()
5897 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5907 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5940 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
Dcommon.h3026 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro