Home
last modified time | relevance | path

Searched refs:sc_curmac (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bwn/
HDif_bwn.c719 struct bwn_mac *mac = sc->sc_curmac; in bwn_detach()
851 struct bwn_mac *mac = sc->sc_curmac; in bwn_start()
901 struct bwn_mac *mac = sc->sc_curmac; in bwn_tx_isfull()
929 struct bwn_mac *mac = sc->sc_curmac; in bwn_tx_start()
1324 if (sc->sc_curmac == NULL) in bwn_attach_core()
1325 sc->sc_curmac = mac; in bwn_attach_core()
1664 struct bwn_mac *mac = sc->sc_curmac; in bwn_raw_xmit()
1701 mac = (struct bwn_mac *)sc->sc_curmac; in bwn_updateslot()
1718 struct bwn_mac *mac = sc->sc_curmac; in bwn_update_promisc()
1721 mac = sc->sc_curmac; in bwn_update_promisc()
[all …]
HDif_bwnvar.h1016 struct bwn_mac *sc_curmac; member