Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/microchip/
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-6.14.4/drivers/net/ethernet/pasemi/
Dpasemi_mac.c49 #define DEFAULT_MSG_ENABLE \ macro
1763 mac->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in pasemi_mac_probe()
/linux-6.14.4/drivers/net/ethernet/cavium/liquidio/
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()
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-6.14.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c33 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
2751 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igbvf_probe()
/linux-6.14.4/drivers/net/ethernet/cortina/
Dgemini.c48 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
2433 port->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in gemini_ethernet_port_probe()
/linux-6.14.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c87 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
4568 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in ixgbevf_probe()
/linux-6.14.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.c34 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | \ macro
3958 adapter->msg_enable = DEFAULT_MSG_ENABLE; in ena_probe()
/linux-6.14.4/drivers/net/ethernet/intel/e1000/
De1000_main.c193 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK) macro
967 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in e1000_probe()
/linux-6.14.4/drivers/net/ethernet/intel/igc/
Digc_main.c26 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) macro
7046 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igc_probe()
/linux-6.14.4/drivers/net/ethernet/intel/e1000e/
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-6.14.4/drivers/net/ethernet/intel/igb/
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-6.14.4/drivers/net/ethernet/intel/ixgbe/
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()