Home
last modified time | relevance | path

Searched refs:DEFAULT_MSG_ENABLE (Results 1 – 7 of 7) 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
1764 mac->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in pasemi_mac_probe()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c37 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | \ macro
3944 adapter->msg_enable = DEFAULT_MSG_ENABLE; in ena_probe()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c87 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
4598 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbevf_probe()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c193 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
962 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
7150 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igc_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c170 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
11598 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbe_probe()