Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_xgmac.c305 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_FRAGMENT); in hns_xgmac_update_stats()
307 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERSIZE); in hns_xgmac_update_stats()
309 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERMIN); in hns_xgmac_update_stats()
310 hw_stats->tx_64bytes = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_64OCTETS); in hns_xgmac_update_stats()
312 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_65TO127OCTETS); in hns_xgmac_update_stats()
314 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_128TO255OCTETS); in hns_xgmac_update_stats()
316 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_256TO511OCTETS); in hns_xgmac_update_stats()
318 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_512TO1023OCTETS); in hns_xgmac_update_stats()
320 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1024TO1518OCTETS); in hns_xgmac_update_stats()
322 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1519TOMAXOCTETS); in hns_xgmac_update_stats()
[all …]
Dhns_dsaf_reg.h1092 #define hns_mac_reg_read64(drv, offset) \ macro