Searched refs:__NETIF_MSG_BIT (Results 1 - 1 of 1) sorted by last modified time

/linux-master/include/linux/
H A Dnetdevice.h4299 #define __NETIF_MSG_BIT(bit) ((u32)1 << (bit)) macro
4300 #define __NETIF_MSG(name) __NETIF_MSG_BIT(NETIF_MSG_ ## name ## _BIT)

Completed in 142 milliseconds