Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h4752 #define __NETIF_MSG(name) __NETIF_MSG_BIT(NETIF_MSG_ ## name ## _BIT)
4754 #define NETIF_MSG_DRV __NETIF_MSG(DRV)
4755 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
4756 #define NETIF_MSG_LINK __NETIF_MSG(LINK)
4757 #define NETIF_MSG_TIMER __NETIF_MSG(TIMER)
4758 #define NETIF_MSG_IFDOWN __NETIF_MSG(IFDOWN)
4759 #define NETIF_MSG_IFUP __NETIF_MSG(IFUP)
4760 #define NETIF_MSG_RX_ERR __NETIF_MSG(RX_ERR)
4761 #define NETIF_MSG_TX_ERR __NETIF_MSG(TX_ERR)
4762 #define NETIF_MSG_TX_QUEUED __NETIF_MSG(TX_QUEUE
4734 #define __NETIF_MSG(name) __NETIF_MSG_ global() macro
[all...]