Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A 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/net/core/
H A Dlink_watch.c59 if (netif_dormant(dev)) in default_operstate()
94 if (!netif_carrier_ok(dev) || netif_dormant(dev) || in linkwatch_init_dev()
H A Dnet-sysfs.c307 return sysfs_emit(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
H A Drtnetlink.c867 !netif_dormant(dev) && !netif_testing(dev)) in set_operstate()
H A Ddev.c8735 if (netif_dormant(dev)) in dev_get_flags()
/linux/include/linux/
H A Dnetdevice.h4195 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1201 if (netif_dormant(ndev)) { in am65_cpsw_nuss_rx_packets()