Searched refs:DEFAULT_MSG_ENABLE (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 26 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro 1018 priv->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in encx24j600_spi_probe()
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 49 #define DEFAULT_MSG_ENABLE \ macro 1762 mac->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in pasemi_mac_probe()
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 104 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 403 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgb_probe()
|
/drivers/net/ethernet/cavium/liquidio/ |
D | lio_vf_main.c | 40 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro 2094 lio->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in setup_nic_devices()
|
D | lio_main.c | 56 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro 3576 lio->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in setup_nic_devices()
|
/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 33 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 2748 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igbvf_probe()
|
/drivers/net/ethernet/cortina/ |
D | gemini.c | 48 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro 2405 port->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in gemini_ethernet_port_probe()
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 83 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 4567 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbevf_probe()
|
/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 34 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | \ macro 4232 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ena_probe()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 196 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 968 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in e1000_probe()
|
/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 23 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro 5241 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igc_probe()
|
/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 33 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 7374 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in e1000_probe()
|
/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 239 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 3217 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igb_probe()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 159 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro 10741 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbe_probe()
|