Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/networking/
Doperstates.rst125 flag, netif_dormant_off() to clear it and netif_dormant() to query.
129 to netif_carrier_ok() and !netif_dormant().
141 netif_carrier_ok() && netif_dormant():
144 netif_carrier_ok() && !netif_dormant():
157 netif_carrier_ok() && !netif_dormant() is set by the
/Linux-v6.6/net/core/
Dlink_watch.c59 if (netif_dormant(dev)) in default_operstate()
99 if (!netif_carrier_ok(dev) || netif_dormant(dev) || in linkwatch_init_dev()
Dnet-sysfs.c288 return sysfs_emit(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
Drtnetlink.c868 !netif_dormant(dev) && !netif_testing(dev)) in set_operstate()
Ddev.c8580 if (netif_dormant(dev)) in dev_get_flags()
/Linux-v6.6/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c793 if (netif_dormant(ndev)) { in am65_cpsw_nuss_rx_packets()
/Linux-v6.6/include/linux/
Dnetdevice.h4202 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function