Searched refs:bprc (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 356 AQ_SDELTA(bprc, rx_broadcast_frames); in aq_a2_fill_a0_stats() 398 AQ_SDELTA(bprc, rx_broadcast_frames); in aq_a2_fill_b0_stats()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils.h | 59 u32 bprc; member
|
H A D | hw_atl_utils.c | 888 AQ_SDELTA(bprc); in hw_atl_utils_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 | 6777 adapter->stats.bprc += rd32(E1000_BPRC); in igb_update_stats()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 176 mac_stats->BroadcastFramesReceivedOK = hwstats->bprc; in wx_get_mac_stats()
|
H A D | wx_type.h | 1006 u64 bprc; member
|
H A D | wx_hw.c | 2339 hwstats->bprc += rd64(wx, WX_RX_BC_FRAMES_GOOD_L); in wx_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 408 u64 bprc; member
|
H A D | ethtool.c | 49 E1000_STAT("rx_broadcast", stats.bprc),
|
H A D | netdev.c | 4949 adapter->stats.bprc += er32(BPRC); in e1000e_update_stats()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.c | 1035 data[i] = stats->uprc + stats->mprc + stats->bprc; in aq_nic_get_stats() 1038 data[++i] = stats->bprc; in aq_nic_get_stats()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 30 IGC_STAT("rx_broadcast", stats.bprc), 259 regs_buff[57] = adapter->stats.bprc; in igc_ethtool_get_regs()
|
H A D | igc_main.c | 5075 adapter->stats.bprc += rd32(IGC_BPRC); in igc_update_stats()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 7473 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local 7657 bprc = IXGBE_READ_REG(hw, IXGBE_BPRC); in ixgbe_update_stats() 7658 hwstats->bprc += bprc; in ixgbe_update_stats() 7661 hwstats->mprc -= bprc; in ixgbe_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 1278 u64 bprc; member
|
H A D | e1000_ethtool.c | 31 { "rx_broadcast", E1000_STAT(stats.bprc) },
|