Home
last modified time | relevance | path

Searched refs:netif_dormant_off (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/wan/
Dhdlc_raw.c87 netif_dormant_off(dev); in raw_ioctl()
Dhdlc_raw_eth.c105 netif_dormant_off(dev); in raw_eth_ioctl()
Dhdlc_x25.c216 netif_dormant_off(dev); in x25_ioctl()
Dhdlc_cisco.c237 netif_dormant_off(dev); in cisco_rx()
Dhdlc_ppp.c349 netif_dormant_off(dev); in ppp_cp_event()
Dhdlc_fr.c574 netif_dormant_off(dev); in fr_set_link_state()
/linux-4.1.27/Documentation/networking/
Doperstates.txt102 flag, netif_dormant_off() to clear it and netif_dormant() to query.
/linux-4.1.27/include/linux/
Dnetdevice.h3073 static inline void netif_dormant_off(struct net_device *dev) in netif_dormant_off() function
/linux-4.1.27/net/core/
Ddev.c6245 netif_dormant_off(dev); in netif_stacked_transfer_operstate()