/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.c | 128 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_ptt_acquire() 177 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_ptt_set_win() 232 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_wr() 244 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_rd() 287 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_memcpy_from() 297 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_memcpy_to() 495 NETIF_MSG_HW, in qed_dmae_post_command()
|
D | qed_dev.c | 741 NETIF_MSG_HW, in qed_dp_init_qm_params() 750 NETIF_MSG_HW, in qed_dp_init_qm_params() 758 NETIF_MSG_HW, in qed_dp_init_qm_params() 772 NETIF_MSG_HW, in qed_dp_init_qm_params() 785 NETIF_MSG_HW, in qed_dp_init_qm_params() 791 NETIF_MSG_HW, in qed_dp_init_qm_params() 793 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, "]\n"); in qed_dp_init_qm_params() 800 NETIF_MSG_HW, in qed_dp_init_qm_params() 1568 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, "Configuring LLH_FUNC_TAG\n"); in qed_hw_init_pf() 1573 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_hw_init_pf() [all …]
|
D | qed_init_fw_funcs.c | 764 DP_VERBOSE(p_hwfn, NETIF_MSG_HW, in qed_poll_on_qm_cmd_ready()
|
D | qed_mcp.c | 1210 (NETIF_MSG_HW | QED_MSG_SP), in qed_mcp_handle_transceiver_change()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 715 DP(NETIF_MSG_HW, "Setting parity mask " in bnx2x_disable_blocks_parity() 748 DP(NETIF_MSG_HW, in bnx2x_clear_blocks_parity() 758 DP(NETIF_MSG_HW, "Parity error in MCP: 0x%x\n", in bnx2x_clear_blocks_parity()
|
D | bnx2x_main.c | 1730 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 1735 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 1753 DP(NETIF_MSG_HW | NETIF_MSG_IFUP, in bnx2x_trylock_hw_lock() 2267 DP(NETIF_MSG_HW, "Set SPIO 0x%x -> output low\n", spio); in bnx2x_set_spio() 2274 DP(NETIF_MSG_HW, "Set SPIO 0x%x -> output high\n", spio); in bnx2x_set_spio() 2281 DP(NETIF_MSG_HW, "Set SPIO 0x%x -> input\n", spio); in bnx2x_set_spio() 4011 DP(NETIF_MSG_HW, "aeu_mask %x newly asserted %x\n", in bnx2x_attn_int_asserted() 4014 DP(NETIF_MSG_HW, "new mask %x\n", aeu_mask); in bnx2x_attn_int_asserted() 4019 DP(NETIF_MSG_HW, "attn_state %x\n", bp->attn_state); in bnx2x_attn_int_asserted() 4021 DP(NETIF_MSG_HW, "new state %x\n", bp->attn_state); in bnx2x_attn_int_asserted() [all …]
|
D | bnx2x_init_ops.h | 481 DP(NETIF_MSG_HW, "read order of %d order adjusted to %d\n", in bnx2x_init_pxp_arb() 486 DP(NETIF_MSG_HW, "write order of %d order adjusted to %d\n", in bnx2x_init_pxp_arb() 491 DP(NETIF_MSG_HW, "write order adjusted to 1 for FPGA\n"); in bnx2x_init_pxp_arb() 494 DP(NETIF_MSG_HW, "read order %d write order %d\n", r_order, w_order); in bnx2x_init_pxp_arb()
|
D | bnx2x_cmn.h | 57 DP(NETIF_MSG_HW, \ 67 DP(NETIF_MSG_HW, \
|
D | bnx2x_sriov.c | 100 DP(NETIF_MSG_HW, "write 0x%08x to IGU(via GRC) addr 0x%x\n", in bnx2x_vf_igu_ack_sb() 106 DP(NETIF_MSG_HW, "write 0x%08x to IGU(via GRC) addr 0x%x\n", in bnx2x_vf_igu_ack_sb()
|
/Linux-v4.19/drivers/net/ethernet/toshiba/ |
D | spider_net.h | 445 NETIF_MSG_HW | \
|
D | tc35815.c | 811 lp->msg_enable = NETIF_MSG_TX_ERR | NETIF_MSG_HW | NETIF_MSG_DRV | NETIF_MSG_LINK; in tc35815_init_one()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1050 if ((level & NETIF_MSG_HW) != (adapter->msg_enable & NETIF_MSG_HW)) in be_set_msg_level() 1052 be_cmd_set_fw_log_level(adapter, level & NETIF_MSG_HW ? in be_set_msg_level()
|
/Linux-v4.19/drivers/net/ethernet/ |
D | jme.h | 43 NETIF_MSG_HW)
|
/Linux-v4.19/include/linux/ |
D | netdevice.h | 3759 NETIF_MSG_HW = 0x2000, enumerator 3776 #define netif_msg_hw(p) ((p)->msg_enable & NETIF_MSG_HW)
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 95 NETIF_MSG_HW | \
|
D | netcp_core.c | 46 #define NETCP_DEBUG (NETIF_MSG_HW | NETIF_MSG_WOL | \
|
D | cpsw.c | 51 #define CPSW_DEBUG (NETIF_MSG_HW | NETIF_MSG_WOL | \
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 1350 if ((msglvl ^ lio->msg_enable) & NETIF_MSG_HW) { in lio_set_msglevel() 1351 if (msglvl & NETIF_MSG_HW) in lio_set_msglevel()
|
D | lio_main.c | 3641 if ((debug != -1) && (debug & NETIF_MSG_HW)) in setup_nic_devices()
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | netsec.c | 1577 priv->msg_enable = NETIF_MSG_TX_ERR | NETIF_MSG_HW | NETIF_MSG_DRV | in netsec_probe()
|
/Linux-v4.19/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1750 alx->msg_enable = NETIF_MSG_LINK | NETIF_MSG_HW | NETIF_MSG_IFUP | in alx_probe()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 187 NETIF_MSG_TX_ERR | NETIF_MSG_HW);
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | pcnet32.c | 1633 if ((pcnet32_debug & NETIF_MSG_PROBE) && (pcnet32_debug & NETIF_MSG_HW)) in pcnet32_probe1()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.c | 210 NETIF_MSG_TX_ERR | NETIF_MSG_HW);
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 64 NETIF_MSG_HW | NETIF_MSG_WOL | 0;
|