Searched refs:HILO_64_REGPAIR (Results 1 – 2 of 2) sorted by relevance
1738 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __ecore_get_vport_pstats()1740 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __ecore_get_vport_pstats()1742 HILO_64_REGPAIR(pstats.sent_bcast_bytes); in __ecore_get_vport_pstats()1744 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __ecore_get_vport_pstats()1746 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __ecore_get_vport_pstats()1748 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __ecore_get_vport_pstats()1750 HILO_64_REGPAIR(pstats.error_drop_pkts); in __ecore_get_vport_pstats()1778 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __ecore_get_vport_tstats()1780 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __ecore_get_vport_tstats()1816 HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in __ecore_get_vport_ustats()[all …]
62 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo)) macro