Home
last modified time | relevance | path

Searched refs:bprc (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h242 u64 bprc; member
H A Digc_ethtool.c31 IGC_STAT("rx_broadcast", stats.bprc),
262 regs_buff[57] = adapter->stats.bprc; in igc_ethtool_get_regs()
H A Digc_main.c5218 adapter->stats.bprc += rd32(IGC_BPRC); in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h195 u64 bprc; member
H A Digb_ethtool.c37 IGB_STAT("rx_broadcast", stats.bprc),
580 regs_buff[81] = adapter->stats.bprc; in igb_get_regs()
H A Digb_main.c6823 adapter->stats.bprc += rd32(E1000_BPRC); in igb_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h406 u64 bprc; member
H A Dnetdev.c4982 adapter->stats.bprc += er32(BPRC); in e1000e_update_stats()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c888 AQ_SDELTA(bprc); in hw_atl_utils_update_stats()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c202 mac_stats->BroadcastFramesReceivedOK = hwstats->bprc; in wx_get_mac_stats()
H A Dwx_type.h1190 u64 bprc; member
H A Dwx_hw.c2941 hwstats->bprc += rd64(wx, WX_RX_BC_FRAMES_GOOD_L); in wx_update_stats()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1278 u64 bprc; member
H A De1000_main.c3620 adapter->stats.bprc += er32(BPRC); in e1000_update_stats()
4055 stats->bprc++; in e1000_tbi_adjust_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7686 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local
7870 bprc = IXGBE_READ_REG(hw, IXGBE_BPRC); in ixgbe_update_stats()
7871 hwstats->bprc += bprc; in ixgbe_update_stats()
7874 hwstats->mprc -= bprc; in ixgbe_update_stats()