Searched refs:ndev_i (Results 1 – 1 of 1) sorted by relevance
28 struct net_device *ndev_i; in wil_has_other_active_ifaces() local33 ndev_i = vif_to_ndev(vif); in wil_has_other_active_ifaces()34 if (ndev_i != ndev) in wil_has_other_active_ifaces()35 if ((up && (ndev_i->flags & IFF_UP)) || in wil_has_other_active_ifaces()36 (ok && netif_carrier_ok(ndev_i))) in wil_has_other_active_ifaces()