Home
last modified time | relevance | path

Searched refs:sc_softled (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_led.c132 if (sc->sc_softled) { in ath_led_config()
Dif_ath_sysctl.c191 int softled = sc->sc_softled; in ath_sysctl_softled()
198 if (softled != sc->sc_softled) { in ath_sysctl_softled()
203 sc->sc_softled = softled; in ath_sysctl_softled()
220 if (sc->sc_softled) { in ath_sysctl_ledpin()
Dif_ath.c899 sc->sc_softled = (devid == AR5212_DEVID_IBM || devid == AR5211_DEVID); in ath_attach()
2742 if (sc->sc_softled) { in ath_stop()
4565 if (sc->sc_softled) in ath_tx_proc_q0()
4622 if (sc->sc_softled) in ath_tx_proc_q0123()
4670 if (sc->sc_softled) in ath_tx_proc()
Dif_ath_rx.c1029 if (sc->sc_softled) { in ath_rx_pkt()
Dif_athvar.h623 sc_softled : 1,/* enable LED gpio status */ member
/freebsd-12-stable/sys/dev/iwi/
Dif_iwivar.h201 sc_softled : 1, /* enable LED gpio status */ member
Dif_iwi.c1280 if (sc->sc_softled) { in iwi_frame_intr()
1631 if (sc->sc_softled) in iwi_tx_intr()
3195 if (sc->sc_softled) { in iwi_stop_locked()
3483 int softled = sc->sc_softled; in iwi_sysctl_softled()
3490 if (softled != sc->sc_softled) { in iwi_sysctl_softled()
3496 sc->sc_softled = softled; in iwi_sysctl_softled()
3527 sc->sc_softled = 1; in iwi_ledattach()