Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c68 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
2999 adapter->msg_enable = DFLT_MSG_ENABLE; in cxgb4vf_pci_probe()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c79 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
110 static int dflt_msg_enable = DFLT_MSG_ENABLE;
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c97 #define DFLT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | \ macro
6663 adapter->msg_enable = DFLT_MSG_ENABLE; in init_one()