Home
last modified time | relevance | path

Searched refs:linuxkpi_debug_80211 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c92 int linuxkpi_debug_80211; variable
821 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_ic_update_mcast_copy()
871 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_mcast_filter()
896 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_dtim_tsf()
927 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_update_dtim_tsf()
2569 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2596 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2619 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
2637 if (linuxkpi_debug_80211 & D80211_TRACE) in lkpi_iv_newstate()
3717 if (linuxkpi_debug_80211 & D80211_TRACE_TX) in lkpi_ic_raw_xmit()
[all …]
H A Dlinux_80211.h78 if (linuxkpi_debug_80211 & D80211_IMPROVE_TXQ) \
82 if (linuxkpi_debug_80211 & D80211_TRACE_MODE_HT) \
H A Dlinux_80211_macops.c43 if (linuxkpi_debug_80211 & D80211_TRACE_MO) \
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h41 extern int linuxkpi_debug_80211;
45 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h47 extern int linuxkpi_debug_80211;
54 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
56 #define IMPROVE(...) if (linuxkpi_debug_80211 & D80211_IMPROVE) \
H A Dmac80211.h1748 if (linuxkpi_debug_80211 & D80211_TODO) in ieee80211_request_smps()