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

/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c388 netdev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL;
/linux-master/net/hsr/
H A Dhsr_device.c501 dev->priv_flags |= IFF_NO_QUEUE | IFF_DISABLE_NETPOLL;
/linux-master/net/core/
H A Dnetpoll.c632 if (ndev->priv_flags & IFF_DISABLE_NETPOLL) {
/linux-master/include/linux/
H A Dnetdevice.h1618 * @IFF_DISABLE_NETPOLL: disable netpoll at run-time
1660 IFF_DISABLE_NETPOLL = 1<<7, enumerator in enum:netdev_priv_flags
1696 #define IFF_DISABLE_NETPOLL IFF_DISABLE_NETPOLL macro
/linux-master/drivers/net/bonding/
H A Dbond_main.c2547 bond_dev->priv_flags |= IFF_DISABLE_NETPOLL;

Completed in 161 milliseconds