Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c4836 struct bwn_mac *up_dev = NULL; in bwn_switch_band() local
4847 up_dev = mac; in bwn_switch_band()
4851 up_dev = mac; in bwn_switch_band()
4857 if (up_dev != NULL) in bwn_switch_band()
4860 if (up_dev == NULL) { in bwn_switch_band()
4864 if (up_dev == sc->sc_curmac && sc->sc_curmac->mac_phy.gmode == gmode) in bwn_switch_band()
4878 if (down_dev != up_dev) { in bwn_switch_band()
4884 up_dev->mac_phy.gmode = gmode; in bwn_switch_band()
4886 err = bwn_core_init(up_dev); in bwn_switch_band()
4895 bwn_core_start(up_dev); in bwn_switch_band()
[all …]