Searched refs:netif_dormant (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/core/
H A Dlink_watch.c59 if (netif_dormant(dev))
94 if (!netif_carrier_ok(dev) || netif_dormant(dev) ||
H A Dnet-sysfs.c307 return sysfs_emit(buf, fmt_dec, !!netif_dormant(netdev));
H A Drtnetlink.c867 !netif_dormant(dev) && !netif_testing(dev))
H A Ddev.c8646 if (netif_dormant(dev))
/linux-master/include/linux/
H A Dnetdevice.h4214 * netif_dormant - test if device is dormant
4219 static inline bool netif_dormant(const struct net_device *dev) function
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c875 if (netif_dormant(ndev)) {

Completed in 466 milliseconds