Home
last modified time | relevance | path

Searched refs:debug_flags (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_osdep.h113 static const int debug_flags = DBG_RX; variable
117 if ((flag & debug_flags)) \
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h132 u8 debug_flags; member
/freebsd-13.1/libexec/rc/
H A Dnetwork.subr1254 local _list _iflist parent child_wlans child create_args debug_flags
1263 debug_flags="`get_if_var $child wlandebug_IF`"
1280 if [ -n "${debug_flags}" ]; then
1281 wlandebug -i $child ${debug_flags}
1484 local cfg child child_vlans create_args debug_flags ifn i
/freebsd-13.1/sys/dev/cxgbe/
H A Dadapter.h941 int debug_flags; member
1233 if (!(sc->debug_flags & DF_DUMP_MBOX) && !err) in CH_DUMP_MBOX()
H A Dt4_vf.c498 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4vf_attach()
H A Dt4_main.c1135 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4_attach()
3615 const bool verbose = (sc->debug_flags & DF_VERBOSE_SLOWINTR) != 0; in t4_fatal_err()
5055 fallback = sc->debug_flags & DF_DISABLE_CFG_RETRY ? false : true; in partition_resources()
7283 &sc->debug_flags, 0, "flags to enable runtime debugging"); in t4_sysctls()
11598 (sc->debug_flags & DF_LOAD_FW_ANYTIME) == 0) { in load_fw()
H A Dt4_sge.c800 if (sc->debug_flags & DF_DISABLE_TCB_CACHE) { in t4_tweak_chip_settings()
1304 const bool verbose = (sc->debug_flags & DF_VERBOSE_SLOWINTR) != 0; in t4_intr_err()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c805 if (!(sc->debug_flags & DF_DISABLE_TCB_CACHE)) { in fill_tcp_info()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwmreg.h3817 uint8_t debug_flags; member