Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c4702 struct bwn_mac *up_dev = NULL; in bwn_switch_band() local
4713 up_dev = mac; in bwn_switch_band()
4717 up_dev = mac; in bwn_switch_band()
4723 if (up_dev != NULL) in bwn_switch_band()
4726 if (up_dev == NULL) { in bwn_switch_band()
4744 if (down_dev != up_dev) in bwn_switch_band()
4747 up_dev->mac_phy.gmode = gmode; in bwn_switch_band()
4749 err = bwn_core_init(up_dev); in bwn_switch_band()
4758 bwn_core_start(up_dev); in bwn_switch_band()
4759 KASSERT(up_dev->mac_status == status, ("%s: fail", __func__)); in bwn_switch_band()
[all …]