Searched refs:netif_dormant (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 239 milliseconds