Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c849 struct bwn_mac *mac = sc->sc_curmac; in bwn_detach()
979 struct bwn_mac *mac = sc->sc_curmac; in bwn_start()
1029 struct bwn_mac *mac = sc->sc_curmac; in bwn_tx_isfull()
1057 struct bwn_mac *mac = sc->sc_curmac; in bwn_tx_start()
1477 if (sc->sc_curmac == NULL) in bwn_attach_core()
1478 sc->sc_curmac = mac; in bwn_attach_core()
1827 struct bwn_mac *mac = sc->sc_curmac; in bwn_raw_xmit()
1864 mac = (struct bwn_mac *)sc->sc_curmac; in bwn_updateslot()
1881 struct bwn_mac *mac = sc->sc_curmac; in bwn_update_promisc()
1884 mac = sc->sc_curmac; in bwn_update_promisc()
[all …]
H A Dif_bwnvar.h1037 struct bwn_mac *sc_curmac; member