Home
last modified time | relevance | path

Searched refs:DFLT_MSG_ENABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c79 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
93 static int dflt_msg_enable = DFLT_MSG_ENABLE;
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c69 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
3016 adapter->msg_enable = DFLT_MSG_ENABLE; in cxgb4vf_pci_probe()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c80 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
112 static int dflt_msg_enable = DFLT_MSG_ENABLE;
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c98 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
5471 adapter->msg_enable = DFLT_MSG_ENABLE; in init_one()