Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h110 static const int debug_flags = DBG_RX; variable
114 if ((flag & debug_flags)) \
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h136 u8 debug_flags; member
/freebsd/libexec/rc/
H A Dnetwork.subr1276 local _list _iflist parent child_wlans child create_args debug_flags
1285 debug_flags="`get_if_var $child wlandebug_IF`"
1302 if [ -n "${debug_flags}" ]; then
1303 wlandebug -i $child ${debug_flags}
1506 local cfg child child_vlans create_args debug_flags ifn i
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1035 int debug_flags; member
1402 if (!(sc->debug_flags & DF_DUMP_MBOX) && !err) in CH_DUMP_MBOX()
H A Dt4_vf.c534 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4vf_attach()
H A Dt4_main.c1327 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4_attach()
5489 fallback = sc->debug_flags & DF_DISABLE_CFG_RETRY ? false : true; in partition_resources()
7909 &sc->debug_flags, 0, "flags to enable runtime debugging"); in t4_sysctls()
12536 (sc->debug_flags & DF_LOAD_FW_ANYTIME) == 0) { in load_fw()
H A Dt4_sge.c830 if (sc->debug_flags & DF_DISABLE_TCB_CACHE) { in t4_tweak_chip_settings()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c826 if (!(sc->debug_flags & DF_DISABLE_TCB_CACHE)) { in fill_tcp_info()