Home
last modified time | relevance | path

Searched refs:NETIF_F_BUSY_POLL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h126 #define NETIF_F_BUSY_POLL __NETIF_F(BUSY_POLL) macro
/linux-4.4.14/net/core/
Ddev.c6403 features |= NETIF_F_BUSY_POLL; in netdev_fix_features()
6406 features &= ~NETIF_F_BUSY_POLL; in netdev_fix_features()