Searched refs:mptc (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 360 AQ_SDELTA(mptc, tx_multicast_frames); in aq_a2_fill_a0_stats() 403 AQ_SDELTA(mptc, tx_multicast_frames); in aq_a2_fill_b0_stats()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 258 u64 mptc; member
|
H A D | igc_ethtool.c | 33 IGC_STAT("tx_multicast", stats.mptc), 282 regs_buff[80] = adapter->stats.mptc; in igc_ethtool_get_regs()
|
H A D | igc_main.c | 5000 adapter->stats.mptc += rd32(IGC_MPTC); in igc_update_stats()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 90 u64 mptc; member
|
H A D | aq_nic.c | 1040 data[++i] = stats->uptc + stats->mptc + stats->bptc; in aq_nic_get_stats() 1042 data[++i] = stats->mptc; in aq_nic_get_stats()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 218 u64 mptc; member
|
H A D | igb_ethtool.c | 40 IGB_STAT("tx_multicast", stats.mptc), 603 regs_buff[108] = adapter->stats.mptc; in igb_get_regs()
|
H A D | igb_main.c | 6808 adapter->stats.mptc += rd32(E1000_MPTC); in igb_update_stats()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils.h | 62 u32 mptc; member
|
H A D | hw_atl_utils.c | 892 AQ_SDELTA(mptc); in hw_atl_utils_update_stats()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 431 u64 mptc; member
|
H A D | ethtool.c | 52 E1000_STAT("tx_multicast", stats.mptc),
|
H A D | netdev.c | 4980 adapter->stats.mptc += er32(MPTC); in e1000e_update_stats()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 1028 uint64_t mptc; member
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 34 { "tx_multicast", E1000_STAT(stats.mptc) },
|
H A D | e1000_hw.h | 1306 u64 mptc; member
|
H A D | e1000_main.c | 3664 adapter->stats.mptc += er32(MPTC); in e1000_update_stats()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 3360 u64 mptc; member
|
H A D | ixgbe_ethtool.c | 886 regs_buff[971] = IXGBE_GET_STAT(adapter, mptc); in ixgbe_get_regs()
|
H A D | ixgbe_main.c | 7289 hwstats->mptc += IXGBE_READ_REG(hw, IXGBE_MPTC); in ixgbe_update_stats() 7295 hwstats->mptc -= xon_off_tot; in ixgbe_update_stats()
|