Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Doperstates.txt102 flag, netif_dormant_off() to clear it and netif_dormant() to query.
105 netif_carrier_ok() and !netif_dormant().
117 netif_carrier_ok() && netif_dormant():
120 netif_carrier_ok() && !netif_dormant():
132 netif_carrier_ok() && !netif_dormant() is set by the
/Linux-v4.19/net/core/
Dlink_watch.c46 if (netif_dormant(dev)) in default_operstate()
82 if (!netif_carrier_ok(dev) || netif_dormant(dev)) in linkwatch_init_dev()
Dnet-sysfs.c257 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
Drtnetlink.c828 !netif_dormant(dev)) in set_operstate()
Ddev.c7424 if (netif_dormant(dev)) in dev_get_flags()
/Linux-v4.19/include/linux/
Dnetdevice.h3708 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c837 if (netif_dormant(ndev)) { in cpsw_rx_handler()