Searched refs:sc_debug (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_debug.h95 #define IFF_DUMPPKTS(sc, m) (sc->sc_debug & (m))
97 if (sc->sc_debug & (m)) \
101 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
H A Dif_ath_tx_edma.c248 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
427 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
795 if (sc->sc_debug & ATH_DEBUG_TX_PROC)
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn_debug.h62 if (sc->sc_debug & (m)) \
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm_debug.h51 if (sc->sc_debug & (m)) \
H A Dif_iwmvar.h400 uint32_t sc_debug; member in struct:iwm_softc
/freebsd-11.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h40 if ((sc)->sc_debug >= (level)) \
80 ng_ubt_node_debug_ep sc_debug; /* debug level */ member in struct:ubt_softc
H A Dng_ubt.c550 sc->sc_debug = NG_UBT_WARN_LEVEL;
1588 sc->sc_debug,
1611 sc->sc_debug = *((ng_ubt_node_debug_ep *) (msg->data));
1622 *((ng_ubt_node_debug_ep *) (rsp->data)) = sc->sc_debug;
/freebsd-11.0-release/sys/mips/cavium/
H A Docteon_wdog.c59 int sc_debug; member in struct:octeon_wdog_softc
132 if (sc->sc_debug)
157 "debug", CTLFLAG_RW, &sc->sc_debug, 0,
235 sc->sc_debug = 0;
/freebsd-11.0-release/sys/dev/iwn/
H A Dif_iwn_debug.h54 if (sc->sc_debug & (m)) \
H A Dif_iwnvar.h237 int sc_debug; member in struct:iwn_softc
/freebsd-11.0-release/sys/dev/wpi/
H A Dif_wpi_debug.h52 if (sc->sc_debug & (m)) \
H A Dif_wpivar.h167 int sc_debug; member in struct:wpi_softc
/freebsd-11.0-release/sys/dev/ral/
H A Drt2560var.h118 int sc_debug; member in struct:rt2560_softc
H A Drt2661var.h111 int sc_debug; member in struct:rt2661_softc
H A Drt2860var.h128 int sc_debug; member in struct:rt2860_softc
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dps3disk.c87 if (sc->sc_debug & (m)) \
125 int sc_debug; member in struct:ps3disk_softc
660 debug = sc->sc_debug;
666 sc->sc_debug = debug;
679 sc->sc_debug = ps3disk_debug;
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_urtwvar.h103 int sc_debug; member in struct:urtw_softc
H A Dif_uathvar.h192 uint32_t sc_debug; member in struct:uath_softc
H A Dif_uath.c151 if (sc->sc_debug & (m)) \
338 sc->sc_debug = uath_debug;
699 if (sc->sc_debug & UATH_DEBUG_CMDS) {
702 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
1353 if (sc->sc_debug & UATH_DEBUG_CMDS) {
1356 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
1609 if (sc->sc_debug & UATH_DEBUG_XMIT_DUMP)
2213 if (sc->sc_debug & UATH_DEBUG_CMDS) {
2218 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
H A Dif_upgtvar.h433 int sc_debug; member in struct:upgt_softc
/freebsd-11.0-release/sys/dev/urtwn/
H A Dif_urtwnvar.h143 uint32_t sc_debug; member in struct:urtwn_softc
/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwivar.h104 if ((sc)->sc_debug & (dbg)) \
110 if ((sc)->sc_debug & (dbg)) \
645 uint32_t sc_debug; /* BWI_DBG_ */ member in struct:bwi_softc
/freebsd-11.0-release/sys/dev/spibus/
H A Dspigen.c65 int sc_debug; member in struct:spigen_softc
155 &sc->sc_debug, 0, "debug flags");
/freebsd-11.0-release/sys/dev/mwl/
H A Dif_mwlvar.h251 int sc_debug; member in struct:mwl_softc
/freebsd-11.0-release/sys/arm/xscale/ixp425/
H A Dif_npe.c129 int sc_debug; /* DPRINTF* control */ member in struct:npe_softc
261 if (sc->sc_debug) device_printf(sc->sc_dev, fmt, __VA_ARGS__); \
264 if (sc->sc_debug >= n) device_printf(sc->sc_dev, fmt, __VA_ARGS__);\
333 sc->sc_debug = npe_debug;
373 CTLFLAG_RW, &sc->sc_debug, 0, "control debugging printfs");

Completed in 141 milliseconds

12