Home
last modified time | relevance | path

Searched refs:IFF_DISABLE_NETPOLL (Results 1 – 7 of 7) 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/hsr/
H A Dhsr_device.c640 dev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in hsr_dev_setup()
/linux/net/core/
H A Dnetpoll.c637 if (ndev->priv_flags & IFF_DISABLE_NETPOLL) { in __netpoll_setup()
/linux/drivers/net/
H A Dnetkit.c275 dev->priv_flags |= IFF_DISABLE_NETPOLL; in netkit_setup()
H A Dveth.c1699 dev->priv_flags |= IFF_DISABLE_NETPOLL; in veth_setup()
/linux/include/linux/
H A Dnetdevice.h1694 IFF_DISABLE_NETPOLL = 1<<7, enumerator
/linux/drivers/net/bonding/
H A Dbond_main.c2683 bond_dev->priv_flags |= IFF_DISABLE_NETPOLL; in bond_release_and_destroy()