/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 1396 DP(NETIF_MSG_IFUP, in bnx2x_init_rx_rings() 1997 DP(NETIF_MSG_IFUP, "Setting real num queues to (tx, rx) (%d, %d)\n", in bnx2x_set_real_num_queues() 2383 DP(NETIF_MSG_IFUP, "NO MCP - load counts[%d] %d, %d, %d\n", in bnx2x_nic_load_no_mcp() 2388 DP(NETIF_MSG_IFUP, "NO MCP - new load counts[%d] %d, %d, %d\n", in bnx2x_nic_load_no_mcp() 2499 DP(NETIF_MSG_IFUP, "Starting CNIC-related load\n"); in bnx2x_load_cnic() 2526 DP(NETIF_MSG_IFUP, "cnic napi added\n"); in bnx2x_load_cnic() 2560 DP(NETIF_MSG_IFUP, "Ending successfully CNIC-related load\n"); in bnx2x_load_cnic() 2588 DP(NETIF_MSG_IFUP, "Starting NIC load\n"); in bnx2x_nic_load() 2589 DP(NETIF_MSG_IFUP, in bnx2x_nic_load() 2615 DP(NETIF_MSG_IFUP, "num queues: %d", bp->num_queues); in bnx2x_nic_load() [all …]
|
D | bnx2x_main.c | 1569 DP(NETIF_MSG_IFUP, in bnx2x_hc_int_enable() 1581 DP(NETIF_MSG_IFUP, in bnx2x_hc_int_enable() 1647 DP(NETIF_MSG_IFUP, "write 0x%x to IGU mode %s\n", in bnx2x_igu_int_enable() 1721 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 1726 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 1744 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 2338 DP(NETIF_MSG_IFUP | NETIF_MSG_LINK, "dropless_fc is %s\n", in bnx2x_init_dropless_fc() 2473 DP(NETIF_MSG_IFUP, "Fairness will be disabled due to ETS\n"); in bnx2x_calc_vn_min() 2477 DP(NETIF_MSG_IFUP, in bnx2x_calc_vn_min() 2503 DP(NETIF_MSG_IFUP, "vn %d: vn_max_rate %d\n", vn, vn_max_rate); in bnx2x_calc_vn_max() [all …]
|
D | bnx2x_cmn.h | 1113 DP(NETIF_MSG_IFUP, "created tx data cid %d, txq %d\n", in bnx2x_init_txdata() 1231 DP(NETIF_MSG_IFUP | BNX2X_MSG_ETHTOOL, in bnx2x_extract_max_cfg() 1302 DP(NETIF_MSG_IFUP, "drv_flags 0x%08x\n", drv_flags); in bnx2x_update_drv_flags()
|
D | bnx2x_vfpf.c | 859 DP(NETIF_MSG_IFUP, "state is %x, returning\n", bp->state); in bnx2x_vfpf_set_mcast() 868 DP(NETIF_MSG_IFUP, "dev->flags = %x\n", dev->flags); in bnx2x_vfpf_set_mcast() 871 DP(NETIF_MSG_IFUP, "Adding mcast MAC: %pM\n", in bnx2x_vfpf_set_mcast() 881 DP(NETIF_MSG_IFUP, in bnx2x_vfpf_set_mcast() 925 DP(NETIF_MSG_IFUP, "Rx mode is %d\n", mode); in bnx2x_vfpf_storm_rx_mode()
|
/linux-4.1.27/Documentation/networking/ |
D | netif-msg.txt | 71 3 NETIF_MSG_IFUP 0x0008
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | spider_net.h | 437 NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 50 NETIF_MSG_LINK | NETIF_MSG_IFUP |
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 71 NETIF_MSG_IFUP | \ 1821 mac->msg_enable = (NETIF_MSG_IFUP << 1 ) - 1; in pasemi_mac_probe()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 83 NETIF_MSG_LINK | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP)
|
D | gianfar.c | 1443 priv->msg_enable = (NETIF_MSG_IFUP << 1 ) - 1; in gfar_probe()
|
D | ucc_geth.c | 64 #define UGETH_MSG_DEFAULT (NETIF_MSG_IFUP << 1 ) - 1
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2.c | 67 | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN;
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 3128 NETIF_MSG_IFUP = 0x0020, enumerator 3145 #define netif_msg_ifup(p) ((p)->msg_enable & NETIF_MSG_IFUP)
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 62 NETIF_MSG_LINK | NETIF_MSG_IFUP |
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 80 NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP |\
|
/linux-4.1.27/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 40 (NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN | NETIF_MSG_LINK)
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | greth.c | 53 NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1294 alx->msg_enable = NETIF_MSG_LINK | NETIF_MSG_HW | NETIF_MSG_IFUP | in alx_probe()
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | sis190.c | 61 NETIF_MSG_LINK | NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 87 NETIF_MSG_IFUP | \
|
D | netcp_core.c | 47 NETIF_MSG_IFUP | NETIF_MSG_INTR | \
|
D | cpsw.c | 46 NETIF_MSG_IFUP | NETIF_MSG_INTR | \
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 64 NETIF_MSG_LINK | NETIF_MSG_IFUP |
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 83 NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 93 | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN;
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | b44.c | 52 NETIF_MSG_IFUP | \
|
D | tg3.c | 114 NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 70 NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP |\
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 101 NETIF_MSG_LINK | NETIF_MSG_IFUP |
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 189 NETIF_MSG_IFUP | NETIF_MSG_RX_ERR |
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 74 NETIF_MSG_LINK | NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP;
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 246 NETIF_MSG_LINK | NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP;
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 80 NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP |\
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 58 | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN;
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | skge.c | 78 NETIF_MSG_LINK | NETIF_MSG_IFUP |
|
D | sky2.c | 86 | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN;
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | cassini.c | 149 NETIF_MSG_IFUP | \
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 58 NETIF_MSG_IFUP |
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 113 NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP |\
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | r8169.c | 74 (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN)
|