Searched refs:NETIF_MSG_DRV (Results 1 – 25 of 90) sorted by relevance
1234
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 396 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_init_pci() 513 DP_VERBOSE(cdev, NETIF_MSG_DRV, "Omitting Power state change\n"); in qed_set_power_state() 1063 DP_VERBOSE(p_hwfn, NETIF_MSG_DRV, "zlib init failed, rc = %d\n", in qed_unzip_data() 1072 DP_VERBOSE(p_hwfn, NETIF_MSG_DRV, "FW unzip error: %s, rc=%d\n", in qed_unzip_data() 1884 DP_VERBOSE(hwfn->cdev, NETIF_MSG_DRV, in qed_fill_link_capability() 2354 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_nvm_flash_image_access() 2402 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_nvm_flash_image_access() 2442 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_nvm_flash_image_file_start() 2481 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_nvm_flash_image_file_data() 2573 DP_VERBOSE(cdev, NETIF_MSG_DRV, in qed_nvm_flash_cfg_write() [all …]
|
D | qed_hw.c | 837 NETIF_MSG_DRV, in qed_hw_err_notify()
|
D | qed_mng_tlv.c | 1290 DP_VERBOSE(p_hwfn, NETIF_MSG_DRV, in qed_mfw_process_tlv_req()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | spider_net.h | 419 #define SPIDER_NET_DEFAULT_MSG ( NETIF_MSG_DRV | \
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | netif-msg.rst | 82 0 NETIF_MSG_DRV 0x0001
|
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 45 #define BDX_DEF_MSG_ENABLE (NETIF_MSG_DRV | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
D | apne.c | 216 if ((apne_msg_enable & NETIF_MSG_DRV) && (version_printed++ == 0)) in apne_probe1()
|
D | wd.c | 190 if ((wd_msg_enable & NETIF_MSG_DRV) && (version_printed++ == 0)) in wd_probe1()
|
D | smc-ultra.c | 236 if ((ultra_msg_enable & NETIF_MSG_DRV) && (version_printed++ == 0)) in ultra_probe1()
|
D | ne2k-pci.c | 67 static const int default_msg_level = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
|
D | ne.c | 328 if ((ne_msg_enable & NETIF_MSG_DRV) && (version_printed++ == 0)) in ne_probe1()
|
D | lib8390.c | 117 static const int default_msg_level = (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_RX_ERR |
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
D | cpsw_priv.h | 12 NETIF_MSG_DRV | NETIF_MSG_LINK | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice.h | 92 #define ICE_DFLT_NETIF_M (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
D | emac.c | 23 #define EMAC_MSG_DEFAULT (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.h | 28 #define MTK_DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | \
|
/kernel/linux/linux-5.10/drivers/net/ |
D | rionet.c | 35 (NETIF_MSG_DRV | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
D | ks8851_common.c | 1126 ks->msg_enable = netif_msg_init(msg_en, NETIF_MSG_DRV | in ks8851_probe_common()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 81 #define MPC52xx_MESSAGES_DEFAULT ( NETIF_MSG_DRV | NETIF_MSG_PROBE | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 27 static unsigned int debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
|
D | efx.c | 89 static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 61 #define AU1000_DEF_MSG_ENABLE (NETIF_MSG_DRV | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 26 #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 79 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | pegasus.c | 1197 pegasus->msg_enable = netif_msg_init(msg_level, NETIF_MSG_DRV in pegasus_probe()
|
1234