Searched refs:netif_dormant (Results 1 – 7 of 7) sorted by relevance
102 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
46 if (netif_dormant(dev)) in default_operstate()82 if (!netif_carrier_ok(dev) || netif_dormant(dev)) in linkwatch_init_dev()
257 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
828 !netif_dormant(dev)) in set_operstate()
7424 if (netif_dormant(dev)) in dev_get_flags()
3708 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function
837 if (netif_dormant(ndev)) { in cpsw_rx_handler()