Home
last modified time | relevance | path

Searched refs:IFF_DISABLE_NETPOLL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c387 netdev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in nfp_repr_init()
/linux/net/core/
H A Dnetpoll.c559 if (ndev->priv_flags & IFF_DISABLE_NETPOLL) { in __netpoll_setup()
/linux/net/hsr/
H A Dhsr_device.c649 dev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in hsr_dev_setup()
/linux/include/linux/
H A Dnetdevice.h1737 IFF_DISABLE_NETPOLL = 1<<7, enumerator
/linux/drivers/net/bonding/
H A Dbond_main.c2520 bond_dev->priv_flags |= IFF_DISABLE_NETPOLL; in bond_release_and_destroy()