Home
last modified time | relevance | path

Searched refs:hns_mac_reg_read64 (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_xgmac.c316 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_FRAGMENT); in hns_xgmac_update_stats()
318 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERSIZE); in hns_xgmac_update_stats()
320 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERMIN); in hns_xgmac_update_stats()
321 hw_stats->tx_64bytes = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_64OCTETS); in hns_xgmac_update_stats()
323 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_65TO127OCTETS); in hns_xgmac_update_stats()
325 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_128TO255OCTETS); in hns_xgmac_update_stats()
327 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_256TO511OCTETS); in hns_xgmac_update_stats()
329 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_512TO1023OCTETS); in hns_xgmac_update_stats()
331 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1024TO1518OCTETS); in hns_xgmac_update_stats()
333 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1519TOMAXOCTETS); in hns_xgmac_update_stats()
[all …]
Dhns_dsaf_reg.h966 #define hns_mac_reg_read64(drv, offset) \ macro