Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_osdep.h110 static const int debug_flags = DBG_RX; variable
114 if ((flag & debug_flags)) \
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h132 u8 debug_flags; member
/freebsd-14.2/libexec/rc/
H A Dnetwork.subr1256 local _list _iflist parent child_wlans child create_args debug_flags
1265 debug_flags="`get_if_var $child wlandebug_IF`"
1282 if [ -n "${debug_flags}" ]; then
1283 wlandebug -i $child ${debug_flags}
1486 local cfg child child_vlans create_args debug_flags ifn i
/freebsd-14.2/sys/dev/cxgbe/
H A Dadapter.h963 int debug_flags; member
1326 if (!(sc->debug_flags & DF_DUMP_MBOX) && !err) in CH_DUMP_MBOX()
H A Dt4_vf.c496 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4vf_attach()
H A Dt4_main.c1211 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4_attach()
3710 const bool verbose = (sc->debug_flags & DF_VERBOSE_SLOWINTR) != 0; in t4_fatal_err()
5188 fallback = sc->debug_flags & DF_DISABLE_CFG_RETRY ? false : true; in partition_resources()
7459 &sc->debug_flags, 0, "flags to enable runtime debugging"); in t4_sysctls()
11691 (sc->debug_flags & DF_LOAD_FW_ANYTIME) == 0) { in load_fw()
H A Dt4_sge.c798 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-14.2/sys/dev/cxgbe/tom/
H A Dt4_tom.c819 if (!(sc->debug_flags & DF_DISABLE_TCB_CACHE)) { in fill_tcp_info()