Searched refs:hns_mac_reg_read64 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_xgmac.c | 321 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_FRAGMENT); in hns_xgmac_update_stats() 323 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERSIZE); in hns_xgmac_update_stats() 325 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_UNDERMIN); in hns_xgmac_update_stats() 326 hw_stats->tx_64bytes = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_64OCTETS); in hns_xgmac_update_stats() 328 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_65TO127OCTETS); in hns_xgmac_update_stats() 330 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_128TO255OCTETS); in hns_xgmac_update_stats() 332 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_256TO511OCTETS); in hns_xgmac_update_stats() 334 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_512TO1023OCTETS); in hns_xgmac_update_stats() 336 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1024TO1518OCTETS); in hns_xgmac_update_stats() 338 = hns_mac_reg_read64(drv, XGMAC_TX_PKTS_1519TOMAXOCTETS); in hns_xgmac_update_stats() [all …]
|
D | hns_dsaf_reg.h | 1095 #define hns_mac_reg_read64(drv, offset) \ macro
|