Symbol: NETIF_MSG_INTR
drivers/net/ethernet/8390/apne.c
537
if (apne_msg_enable & NETIF_MSG_INTR)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
1146
DP(NETIF_MSG_INTR,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
648
DP(NETIF_MSG_INTR, "write 0x%08x to IGU addr 0x%x\n",
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
711
DP(NETIF_MSG_INTR, "read 0x%08x from IGU addr 0x%x\n",
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
1935
DP(NETIF_MSG_INTR, "not our interrupt!\n");
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
1938
DP(NETIF_MSG_INTR, "got an interrupt status 0x%x\n", status);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
1988
DP(NETIF_MSG_INTR, "got an unknown interrupt! (status 0x%x)\n",
drivers/net/ethernet/qlogic/qed/qed_int.c
1030
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1201
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1204
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1267
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, "DPC Called! (hwfn %p %d)\n",
drivers/net/ethernet/qlogic/qed/qed_int.c
1283
DP_VERBOSE(p_hwfn->cdev, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1295
DP_VERBOSE(p_hwfn->cdev, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1394
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1652
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1655
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
1963
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
2063
NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
2156
NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
2248
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
2266
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
265
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, "%s\n", msg);
drivers/net/ethernet/qlogic/qed/qed_int.c
304
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, "%s\n", msg);
drivers/net/ethernet/qlogic/qed/qed_int.c
854
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, "IGU mask: 0x%08x --> 0x%08x\n",
drivers/net/ethernet/qlogic/qed/qed_int.c
859
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_int.c
879
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, "set cmd IGU: 0x%04x\n",
drivers/net/ethernet/qlogic/qed/qed_main.c
1458
DP_VERBOSE(cdev, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_main.c
1496
DP_VERBOSE(cdev, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_main.c
734
DP_VERBOSE(hwfn, NETIF_MSG_INTR,
drivers/net/ethernet/qlogic/qed/qed_main.c
774
DP_VERBOSE(hwfn, (NETIF_MSG_INTR | QED_MSG_SP),
drivers/net/ethernet/qlogic/qede/qede_main.c
1990
DP_VERBOSE(edev, NETIF_MSG_INTR,
drivers/net/ethernet/ti/cpsw_priv.h
16
NETIF_MSG_IFUP | NETIF_MSG_INTR | \
drivers/net/ethernet/ti/davinci_emac.c
75
NETIF_MSG_INTR | \
drivers/net/ethernet/ti/icssg/icssg_common.c
35
NETIF_MSG_INTR | \
drivers/net/ethernet/ti/netcp_core.c
39
NETIF_MSG_IFUP | NETIF_MSG_INTR | \
include/linux/netdevice.h
4726
#define netif_msg_intr(p) ((p)->msg_enable & NETIF_MSG_INTR)