Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/hsr/
H A Dhsr_device.c642 dev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL; in hsr_dev_setup()
/linux-6.15/net/core/
H A Dnetpoll.c654 if (ndev->priv_flags & IFF_DISABLE_NETPOLL) { in __netpoll_setup()
/linux-6.15/drivers/net/
H A Dnetkit.c274 dev->priv_flags |= IFF_DISABLE_NETPOLL; in netkit_setup()
H A Dveth.c1699 dev->priv_flags |= IFF_DISABLE_NETPOLL; in veth_setup()
/linux-6.15/include/linux/
H A Dnetdevice.h1713 IFF_DISABLE_NETPOLL = 1<<7, enumerator
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c2682 bond_dev->priv_flags |= IFF_DISABLE_NETPOLL; in bond_release_and_destroy()