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

12

/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_debug.h94 ((sc->sc_debug & (m)) || \
97 if (sc->sc_debug & (m)) \
101 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
H A Dif_ath_tx_edma.c200 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
259 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
637 if (sc->sc_debug & ATH_DEBUG_TX_PROC)
H A Dif_ath_rx.c973 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
1137 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {
1152 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL))
H A Dif_ath_rx_edma.c373 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
804 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
H A Dif_ath.c325 sc->sc_debug = ath_debug;
4128 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
4131 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4666 if (sc->sc_debug & ATH_DEBUG_RESET) {
4741 if ((sc->sc_debug & ATH_DEBUG_RESET)
4789 if (! (sc->sc_debug & ATH_DEBUG_RESET))
4828 if (sc->sc_debug & ATH_DEBUG_RESET)
4860 if (sc->sc_debug & ATH_DEBUG_RESET) {
/freebsd-10-stable/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;
1592 sc->sc_debug,
1615 sc->sc_debug = *((ng_ubt_node_debug_ep *) (msg->data));
1626 *((ng_ubt_node_debug_ep *) (rsp->data)) = sc->sc_debug;
/freebsd-10-stable/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-10-stable/sys/dev/ral/
H A Drt2560var.h119 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
H A Drt2661.c72 if (sc->sc_debug > 0) \
76 if (sc->sc_debug >= (n)) \
328 "debug", CTLFLAG_RW, &sc->sc_debug, 0, "debug msgs");
/freebsd-10-stable/sys/powerpc/ps3/
H A Dps3disk.c88 if (sc->sc_debug & (m)) \
126 int sc_debug; member in struct:ps3disk_softc
661 debug = sc->sc_debug;
667 sc->sc_debug = debug;
680 sc->sc_debug = ps3disk_debug;
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_urtwvar.h102 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.c147 if (sc->sc_debug & (m)) \
345 sc->sc_debug = uath_debug;
726 if (sc->sc_debug & UATH_DEBUG_CMDS) {
729 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
1407 if (sc->sc_debug & UATH_DEBUG_CMDS) {
1410 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
1687 if (sc->sc_debug & UATH_DEBUG_XMIT_DUMP)
2294 if (sc->sc_debug & UATH_DEBUG_CMDS) {
2299 if (sc->sc_debug & UATH_DEBUG_CMDS_DUMP)
H A Dif_upgtvar.h433 int sc_debug; member in struct:upgt_softc
H A Dif_upgt.c93 if (sc->sc_debug & (m)) \
252 sc->sc_debug = upgt_debug;
/freebsd-10-stable/sys/dev/bwi/
H A Dif_bwivar.h104 if ((sc)->sc_debug & (dbg)) \
110 if ((sc)->sc_debug & (dbg)) \
644 uint32_t sc_debug; /* BWI_DBG_ */ member in struct:bwi_softc
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwlvar.h249 int sc_debug; member in struct:mwl_softc
H A Dif_mwl.c237 (((sc->sc_debug & MWL_DEBUG_RECV) && \
238 ((sc->sc_debug & MWL_DEBUG_RECV_ALL) || !IS_BEACON(wh))) || \
241 ((sc->sc_debug & MWL_DEBUG_XMIT) || \
244 if (sc->sc_debug & (m)) \
248 if (sc->sc_debug & MWL_DEBUG_KEYCACHE) \
2759 if (sc->sc_debug & MWL_DEBUG_RECV_DESC)
3482 if (sc->sc_debug & MWL_DEBUG_XMIT_DESC)
3606 if (sc->sc_debug & MWL_DEBUG_RESET) {
4991 debug = sc->sc_debug | (mwl_hal_getdebug(sc->sc_mh) << 24);
4996 sc->sc_debug
[all...]
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnvar.h239 int sc_debug; member in struct:iwn_softc
H A Dif_iwn.c358 if (sc->sc_debug & (m)) \
463 device_get_unit(sc->sc_dev), "debug", &(sc->sc_debug));
465 sc->sc_debug = 0;
467 sc->sc_debug = 0;
892 "debug", CTLFLAG_RW, &sc->sc_debug, sc->sc_debug,
1800 if (sc->sc_debug & IWN_DEBUG_ANY) {
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c129 int sc_debug; /* DPRINTF* control */ member in struct:npe_softc
262 if (sc->sc_debug) device_printf(sc->sc_dev, fmt, __VA_ARGS__); \
265 if (sc->sc_debug >= n) device_printf(sc->sc_dev, fmt, __VA_ARGS__);\
337 sc->sc_debug = npe_debug;
377 CTLFLAG_RW, &sc->sc_debug, 0, "control debugging printfs");
/freebsd-10-stable/sys/dev/bwn/
H A Dif_bwnvar.h905 unsigned sc_debug; member in struct:bwn_softc

Completed in 498 milliseconds

12