Home
last modified time | relevance | path

Searched refs:netif_dormant_on (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wan/
Dhdlc_cisco.c271 netif_dormant_on(dev); in cisco_timer()
314 netif_dormant_on(dev); in cisco_stop()
381 netif_dormant_on(dev); in cisco_ioctl()
Dhdlc_ppp.c360 netif_dormant_on(dev); in ppp_cp_event()
690 netif_dormant_on(dev); in ppp_ioctl()
Dhdlc_fr.c587 netif_dormant_on(dev); in fr_set_link_state()
/linux-4.1.27/Documentation/networking/
Doperstates.txt39 Driver has signaled netif_dormant_on()
101 complete. Corresponding functions are netif_dormant_on() to set the
135 netif_carrier_off() or netif_dormant_on(). Changes made by userspace
/linux-4.1.27/include/linux/
Dnetdevice.h3061 static inline void netif_dormant_on(struct net_device *dev) in netif_dormant_on() function
/linux-4.1.27/net/core/
Ddev.c6243 netif_dormant_on(dev); in netif_stacked_transfer_operstate()