Searched refs:bprc (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 242 u64 bprc; member
|
| H A D | igc_ethtool.c | 31 IGC_STAT("rx_broadcast", stats.bprc), 262 regs_buff[57] = adapter->stats.bprc; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 5218 adapter->stats.bprc += rd32(IGC_BPRC); in igc_update_stats()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 195 u64 bprc; member
|
| H A D | igb_ethtool.c | 37 IGB_STAT("rx_broadcast", stats.bprc), 580 regs_buff[81] = adapter->stats.bprc; in igb_get_regs()
|
| H A D | igb_main.c | 6823 adapter->stats.bprc += rd32(E1000_BPRC); in igb_update_stats()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 406 u64 bprc; member
|
| H A D | netdev.c | 4982 adapter->stats.bprc += er32(BPRC); in e1000e_update_stats()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 888 AQ_SDELTA(bprc); in hw_atl_utils_update_stats()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ethtool.c | 202 mac_stats->BroadcastFramesReceivedOK = hwstats->bprc; in wx_get_mac_stats()
|
| H A D | wx_type.h | 1190 u64 bprc; member
|
| H A D | wx_hw.c | 2941 hwstats->bprc += rd64(wx, WX_RX_BC_FRAMES_GOOD_L); in wx_update_stats()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.h | 1278 u64 bprc; member
|
| H A D | e1000_main.c | 3620 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 D | ixgbe_main.c | 7686 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()
|