Home
last modified time | relevance | path

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

12

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_debug.h101 #define IFF_DUMPPKTS(sc, m) (sc->sc_debug & (m))
103 if (sc->sc_debug & (m)) \
107 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
H A Dif_ath_tx_edma.c208 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC) in ath_edma_tx_fifo_fill()
267 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC) in ath_edma_dma_restart()
640 if (sc->sc_debug & ATH_DEBUG_TX_PROC) in ath_edma_tx_processq()
H A Dif_ath_rx_edma.c437 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_edma_recv_proc_queue()
875 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_edma_rxfifo_flush()
H A Dif_ath_rx.c1113 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_rx_proc()
1358 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()
1373 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL)) in ath_legacy_stoprecv()
H A Dif_ath.c639 sc->sc_debug = ath_debug;
4425 if (sc->sc_debug & ATH_DEBUG_XMIT_DESC)
4428 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4982 if (sc->sc_debug & ATH_DEBUG_RESET) {
5057 if ((sc->sc_debug & ATH_DEBUG_RESET)
5105 if (! (sc->sc_debug & ATH_DEBUG_RESET))
5143 if (sc->sc_debug & ATH_DEBUG_RESET)
5175 if (sc->sc_debug & ATH_DEBUG_RESET) {
H A Dif_ath_tx_ht.c673 if (sc->sc_debug & ATH_DEBUG_XMIT) in ath_buf_set_rate()
/dflybsd-src/sys/netgraph7/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
H A Dng_ubt.c547 sc->sc_debug = NG_UBT_WARN_LEVEL; in ubt_attach()
1588 sc->sc_debug, in ng_ubt_rcvmsg()
1611 sc->sc_debug = *((ng_ubt_node_debug_ep *) (msg->data)); in ng_ubt_rcvmsg()
1622 *((ng_ubt_node_debug_ep *) (rsp->data)) = sc->sc_debug; in ng_ubt_rcvmsg()
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm_debug.h55 if (sc->sc_debug & (m)) \
H A Dif_iwmvar.h408 uint32_t sc_debug; member
/dflybsd-src/sys/dev/netif/bwn/bwn/
H A Dif_bwn_debug.h62 if (sc->sc_debug & (m)) \
/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwn_debug.h54 if (sc->sc_debug & (m)) \
H A Dif_iwnvar.h237 int sc_debug; member
/dflybsd-src/sys/dev/netif/wpi/
H A Dif_wpi_debug.h52 if (sc->sc_debug & (m)) \
H A Dif_wpivar.h170 int sc_debug; member
H A Dif_wpi.c353 device_get_unit(sc->sc_dev), "debug", &(sc->sc_debug)); in wpi_attach()
355 sc->sc_debug = 0; in wpi_attach()
357 sc->sc_debug = 0; in wpi_attach()
574 if (sc->sc_debug & WPI_DEBUG_HW) in wpi_attach()
610 "debug", CTLFLAG_RW, &sc->sc_debug, sc->sc_debug, in wpi_sysctlattach()
4229 if (sc->sc_debug & WPI_DEBUG_SCAN) { in wpi_scan()
/dflybsd-src/sys/dev/netif/nfe/
H A Dif_nfevar.h123 int sc_debug; member
H A Dif_nfe.c181 if ((sc)->sc_debug) { \
188 if ((sc)->sc_debug >= (lv)) { \
478 sc->sc_debug = nfe_debug; in nfe_attach()
596 "debug", CTLFLAG_RW, &sc->sc_debug, in nfe_attach()
/dflybsd-src/sys/dev/netif/ral/
H A Drt2560var.h122 int sc_debug; member
H A Drt2661var.h115 int sc_debug; member
H A Drt2860var.h132 int sc_debug; member
H A Drt2661.c76 if (sc->sc_debug > 0) \
80 if (sc->sc_debug >= (n)) \
320 "debug", CTLFLAG_RW, &sc->sc_debug, 0, "debug msgs"); in rt2661_attach()
H A Drt2560.c79 if (sc->sc_debug > 0) \
83 if (sc->sc_debug >= (n)) \
320 "debug", CTLFLAG_RW, &sc->sc_debug, 0, "debug msgs"); in rt2560_attach()
/dflybsd-src/sys/bus/u4b/wlan/
H A Dif_urtwnvar.h156 uint32_t sc_debug; member
H A Dif_urtwn.c108 if ((_sc)->sc_debug & (_m)) \
514 sc->sc_debug = debug; in urtwn_attach()
682 "debug", CTLFLAG_RW, &sc->sc_debug, sc->sc_debug, in urtwn_sysctlattach()
1839 if (sc->sc_debug & URTWN_DEBUG_ROM) in urtwn_efuse_read()
4614 if (sc->sc_debug & URTWN_DEBUG_TXPWR) { in urtwn_get_txpower()

12