/freebsd/sys/dev/ath/ |
H A D | if_ath_debug.h | 96 #define IFF_DUMPPKTS(sc, m) (sc->sc_debug & (m)) 98 if (sc->sc_debug & (m)) \ 102 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
|
H A D | if_ath_tx_edma.c | 255 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC) in ath_tx_edma_push_staging_list() 439 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC) in ath_edma_dma_restart() 831 if (sc->sc_debug & ATH_DEBUG_TX_PROC) in ath_edma_tx_processq()
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 79 uint32_t sc_debug; member 171 if (((sc)->sc_debug & (dbg)) || \ 172 ((sc)->sc_debug == ARSWITCH_DBG_ANY)) { \
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_var.h | 41 if ((sc)->sc_debug >= (level)) \ 114 ng_ubt_node_debug_ep sc_debug; /* debug level */ member
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 86 if (sc->sc_debug & (m)) \ 124 int sc_debug; member 672 debug = sc->sc_debug; in ps3disk_sysctl_debug() 678 sc->sc_debug = debug; in ps3disk_sysctl_debug() 691 sc->sc_debug = ps3disk_debug; in ps3disk_sysctlattach()
|
/freebsd/sys/dev/qcom_mdio/ |
H A D | qcom_mdio_debug.h | 36 if ((sc)->sc_debug & (flags)) \
|
H A D | qcom_mdio_ipq4018.c | 97 "debug", CTLFLAG_RW, &sc->sc_debug, 0, in qcom_mdio_sysctl_attach() 111 sc->sc_debug = 0; in qcom_mdio_ipq4018_attach()
|
H A D | qcom_mdio_ipq4018_var.h | 65 uint32_t sc_debug; member
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_debug.h | 35 if ((sc)->sc_debug & flags) \
|
H A D | qcom_tlmm_debug.c | 61 "debug", CTLFLAG_RW, &sc->sc_debug, 0, in qcom_tlmm_debug_sysctl_attach()
|
H A D | qcom_tlmm_var.h | 155 uint32_t sc_debug; member
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_debug.h | 40 if ((sc)->sc_debug & (flags)) \
|
H A D | ar40xx_var.h | 61 uint32_t sc_debug; member
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi_debug.h | 43 if ((sc)->sc_debug & flags) \
|
/freebsd/sys/dev/qcom_ess_edma/ |
H A D | qcom_ess_edma_debug.h | 48 if ((sc)->sc_debug & (flags)) \
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_debug.h | 50 if ((_sc)->sc_debug & (_m)) \
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_debug.h | 53 if (sc->sc_debug & (m)) \
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_debug.h | 61 if (sc->sc_debug & (m)) \
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_bscvar.h | 45 int sc_debug; member
|
H A D | bcm2835_bsc.c | 114 if ((lvl) <= (sc)->sc_debug) \ 118 if ((lvl) <= (sc)->sc_debug) \ 265 CTLFLAG_RWTUN, &sc->sc_debug, 0, in bcm_bsc_sysctl_init()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel_var.h | 311 if ((sc)->sc_debug >= (lvl)) \ 405 int sc_debug; member
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn_debug.h | 53 if (sc->sc_debug & (m)) \
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwivar.h | 105 if ((sc)->sc_debug & (dbg)) \ 111 if ((sc)->sc_debug & (dbg)) \ 646 uint32_t sc_debug; /* BWI_DBG_ */ member
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi_debug.h | 50 if (sc->sc_debug & (m)) \
|
/freebsd/sys/dev/ral/ |
H A D | rt2560var.h | 118 int sc_debug; member
|