Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn.c4835 struct bwn_mac *up_dev = NULL; in bwn_switch_band() local
4846 up_dev = mac; in bwn_switch_band()
4850 up_dev = mac; in bwn_switch_band()
4856 if (up_dev != NULL) in bwn_switch_band()
4859 if (up_dev == NULL) { in bwn_switch_band()
4877 if (down_dev != up_dev) { in bwn_switch_band()
4883 up_dev->mac_phy.gmode = gmode; in bwn_switch_band()
4885 err = bwn_core_init(up_dev); in bwn_switch_band()
4894 bwn_core_start(up_dev); in bwn_switch_band()
4895 KASSERT(up_dev->mac_status == status, ("%s: fail", __func__)); in bwn_switch_band()
[all …]