Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/
Doperstates.rst123 flag, netif_dormant_off() to clear it and netif_dormant() to query.
127 to netif_carrier_ok() and !netif_dormant().
139 netif_carrier_ok() && netif_dormant():
142 netif_carrier_ok() && !netif_dormant():
155 netif_carrier_ok() && !netif_dormant() is set by the
/Linux-v5.10/net/core/
Dlink_watch.c44 if (netif_dormant(dev)) in default_operstate()
84 if (!netif_carrier_ok(dev) || netif_dormant(dev) || in linkwatch_init_dev()
Dnet-sysfs.c265 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
Drtnetlink.c834 !netif_dormant(dev) && !netif_testing(dev)) in set_operstate()
Ddev.c8373 if (netif_dormant(dev)) in dev_get_flags()
/Linux-v5.10/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c820 if (netif_dormant(ndev)) { in am65_cpsw_nuss_rx_packets()
/Linux-v5.10/include/linux/
Dnetdevice.h4025 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function