| /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/intel/igc/ |
| H A D | igc_hw.h | 234 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/aquantia/atlantic/ |
| H A D | aq_hw.h | 87 u64 bprc; member
|
| H A D | aq_nic.c | 1034 data[i] = stats->uprc + stats->mprc + stats->bprc; in aq_nic_get_stats() 1037 data[++i] = stats->bprc; in aq_nic_get_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/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/e1000e/ |
| H A D | hw.h | 406 u64 bprc; member
|
| H A D | ethtool.c | 51 E1000_STAT("rx_broadcast", stats.bprc),
|
| H A D | netdev.c | 4970 adapter->stats.bprc += er32(BPRC); in e1000e_update_stats()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ethtool.c | 200 mac_stats->BroadcastFramesReceivedOK = hwstats->bprc; in wx_get_mac_stats()
|
| H A D | wx_type.h | 1164 u64 bprc; member
|
| H A D | wx_hw.c | 2890 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_ethtool.c | 31 { "rx_broadcast", E1000_STAT(stats.bprc) },
|
| 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_ethtool.c | 54 {"broadcast", IXGBE_STAT(stats.bprc)}, 906 regs_buff[939] = IXGBE_GET_STAT(adapter, bprc); in ixgbe_get_regs()
|
| H A D | ixgbe_main.c | 7670 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local 7854 bprc = IXGBE_READ_REG(hw, IXGBE_BPRC); in ixgbe_update_stats() 7855 hwstats->bprc += bprc; in ixgbe_update_stats() 7858 hwstats->mprc -= bprc; in ixgbe_update_stats()
|
| H A D | ixgbe_type.h | 3420 u64 bprc; member
|