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

12

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_debug.h52 if ((_sc)->sc_debug & (_m)) \
H A Dif_rtwn_efuse.c209 if (sc->sc_debug & RTWN_DEBUG_ROM)
H A Dif_rtwnvar.h178 uint32_t sc_debug; member in struct:rtwn_softc
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.h98 #define IFF_DUMPPKTS(sc, m) (sc->sc_debug & (m))
100 if (sc->sc_debug & (m)) \
104 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
H A Dif_ath_tx_edma.c257 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
441 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
833 if (sc->sc_debug & ATH_DEBUG_TX_PROC)
H A Dif_ath_rx.c1165 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
1410 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {
1425 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL))
H A Dif_ath_rx_edma.c471 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
896 if (sc->sc_debug & ATH_DEBUG_RECV_DESC)
H A Dif_ath_tx_ht.c759 if (sc->sc_debug & ATH_DEBUG_XMIT)
H A Dif_ath.c637 sc->sc_debug = ath_debug;
4429 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
4432 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4988 if (sc->sc_debug & ATH_DEBUG_RESET) {
5063 if ((sc->sc_debug & ATH_DEBUG_RESET)
5111 if (! (sc->sc_debug & ATH_DEBUG_RESET))
5149 if (sc->sc_debug & ATH_DEBUG_RESET)
5181 if (sc->sc_debug & ATH_DEBUG_RESET) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn_debug.h55 if (sc->sc_debug & (m)) \
H A Dif_iwnvar.h242 int sc_debug; member in struct:iwn_softc
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi_debug.h52 if (sc->sc_debug & (m)) \
H A Dif_wpivar.h168 int sc_debug; member in struct:wpi_softc
H A Dif_wpi.c343 device_get_unit(sc->sc_dev), "debug", &(sc->sc_debug));
345 sc->sc_debug = 0;
347 sc->sc_debug = 0;
555 if (sc->sc_debug & WPI_DEBUG_HW)
591 "debug", CTLFLAG_RW, &sc->sc_debug, sc->sc_debug,
4184 if (sc->sc_debug & WPI_DEBUG_SCAN) {
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661var.h112 int sc_debug; member in struct:rt2661_softc
H A Drt2560var.h119 int sc_debug; member in struct:rt2560_softc
H A Drt2860var.h129 int sc_debug; member in struct:rt2860_softc
H A Drt2661.c73 if (sc->sc_debug > 0) \
77 if (sc->sc_debug >= (n)) \
316 "debug", CTLFLAG_RW, &sc->sc_debug, 0, "debug msgs");
H A Drt2560.c76 if (sc->sc_debug > 0) \
80 if (sc->sc_debug >= (n)) \
316 "debug", CTLFLAG_RW, &sc->sc_debug, 0, "debug msgs");
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwivar.h106 if ((sc)->sc_debug & (dbg)) \
112 if ((sc)->sc_debug & (dbg)) \
647 uint32_t sc_debug; /* BWI_DBG_ */ member in struct:bwi_softc
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_chan.c139 if (sc->sc_debug & RTWN_DEBUG_TXPWR) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h253 int sc_debug; member in struct:mwl_softc
H A Dif_mwl.c233 ((sc->sc_debug & MWL_DEBUG_RECV) && \
234 ((sc->sc_debug & MWL_DEBUG_RECV_ALL) || !IS_BEACON(wh)))
236 (sc->sc_debug & MWL_DEBUG_XMIT)
239 if (sc->sc_debug & (m)) \
243 if (sc->sc_debug & MWL_DEBUG_KEYCACHE) \
2653 if (sc->sc_debug & MWL_DEBUG_RECV_DESC)
3354 if (sc->sc_debug & MWL_DEBUG_XMIT_DESC)
3464 if (sc->sc_debug & MWL_DEBUG_RESET) {
4772 debug = sc->sc_debug | (mwl_hal_getdebug(sc->sc_mh) << 24);
4777 sc->sc_debug
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_chan.c230 if (sc->sc_debug & RTWN_DEBUG_TXPWR) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_chan.c246 if (sc->sc_debug & RTWN_DEBUG_TXPWR) {

Completed in 172 milliseconds

12