Searched refs:bptc (Results 1 – 22 of 22) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils_fw.c | 361 AQ_SDELTA(bptc, tx_broadcast_frames); in aq_a2_fill_a0_stats() 404 AQ_SDELTA(bptc, tx_broadcast_frames); in aq_a2_fill_b0_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 271 u64 bptc; member
|
| H A D | igc_ethtool.c | 31 IGC_STAT("tx_broadcast", stats.bptc), 263 regs_buff[81] = adapter->stats.bptc; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 3728 adapter->stats.bptc += rd32(IGC_BPTC); in igc_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_hw.h | 91 u64 bptc; member
|
| H A D | aq_nic.c | 893 data[++i] = stats->uptc + stats->mptc + stats->bptc; in aq_nic_get_stats() 896 data[++i] = stats->bptc; in aq_nic_get_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.h | 63 u32 bptc; member
|
| H A D | hw_atl_utils.c | 893 AQ_SDELTA(bptc); in hw_atl_utils_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 219 u64 bptc; member
|
| H A D | igb_ethtool.c | 38 IGB_STAT("tx_broadcast", stats.bptc), 604 regs_buff[109] = adapter->stats.bptc; in igb_get_regs()
|
| H A D | igb_main.c | 6686 adapter->stats.bptc += rd32(E1000_BPTC); in igb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 411 u64 bptc; member
|
| H A D | ethtool.c | 50 E1000_STAT("tx_broadcast", stats.bptc),
|
| H A D | netdev.c | 4988 adapter->stats.bptc += er32(BPTC); in e1000e_update_stats()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.h | 1030 uint64_t bptc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.h | 1310 u64 bptc; member
|
| H A D | e1000_ethtool.c | 32 { "tx_broadcast", E1000_STAT(stats.bptc) },
|
| H A D | e1000_main.c | 3665 adapter->stats.bptc += er32(BPTC); in e1000_update_stats()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 485 {"tx_broadcast_packets", offsetof(struct e1000_hw_stats, bptc)}, 2009 stats->bptc += E1000_READ_REG(hw, E1000_BPTC); in igb_read_stats_registers()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_type.h | 3353 u64 bptc; member
|
| H A D | ixgbe_ethtool.c | 888 regs_buff[972] = IXGBE_GET_STAT(adapter, bptc); in ixgbe_get_regs()
|
| H A D | ixgbe_main.c | 7259 hwstats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC); in ixgbe_update_stats()
|