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