Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.c1571 D_MAC80211("enter\n"); in il_mac_hw_scan()
1587 D_MAC80211("leave ret %d\n", ret); in il_mac_hw_scan()
2454 D_MAC80211("enter station %pM\n", sta->addr); in il_mac_sta_remove()
2460 D_MAC80211("leave ret %d\n", ret); in il_mac_sta_remove()
4499 D_MAC80211("enter\n"); in il_mac_conf_tx()
4502 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4507 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4527 D_MAC80211("leave\n"); in il_mac_conf_tx()
4538 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4542 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
D3945-mac.c2775 D_MAC80211("enter\n"); in il3945_mac_start()
2817 D_MAC80211("leave\n"); in il3945_mac_start()
2822 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2831 D_MAC80211("enter\n"); in il3945_mac_stop()
2834 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2848 D_MAC80211("leave\n"); in il3945_mac_stop()
2858 D_MAC80211("enter\n"); in il3945_mac_tx()
2866 D_MAC80211("leave\n"); in il3945_mac_tx()
2921 D_MAC80211("enter\n"); in il3945_mac_set_key()
2924 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
D4965-mac.c5797 D_MAC80211("enter\n"); in il4965_mac_start()
5829 D_MAC80211("leave\n"); in il4965_mac_start()
5838 D_MAC80211("enter\n"); in il4965_mac_stop()
5854 D_MAC80211("leave\n"); in il4965_mac_stop()
5882 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5886 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5899 D_MAC80211("enter\n"); in il4965_mac_set_key()
5902 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5912 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5945 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
Dcommon.h3028 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro