Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/
H A Dencx24j600.c26 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
1020 priv->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in encx24j600_spi_probe()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c49 #define DEFAULT_MSG_ENABLE \ macro
1763 mac->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in pasemi_mac_probe()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c40 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
2083 lio->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in setup_nic_devices()
H A Dlio_main.c56 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
3558 lio->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in setup_nic_devices()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c35 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
7431 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in e1000_probe()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c26 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
6971 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igc_probe()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c207 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
3232 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igb_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c168 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
11276 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbe_probe()