Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dnetdev.c28 struct net_device *ndev_i; in wil_has_other_active_ifaces() local
33 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()