Searched refs:ndev_i (Results 1 – 1 of 1) sorted by relevance
17 struct net_device *ndev_i; in wil_has_other_active_ifaces() local22 ndev_i = vif_to_ndev(vif); in wil_has_other_active_ifaces()23 if (ndev_i != ndev) in wil_has_other_active_ifaces()24 if ((up && (ndev_i->flags & IFF_UP)) || in wil_has_other_active_ifaces()25 (ok && netif_carrier_ok(ndev_i))) in wil_has_other_active_ifaces()