Searched refs:HILO_64_REGPAIR (Results 1 – 2 of 2) sorted by relevance
1750 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __ecore_get_vport_pstats()1752 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __ecore_get_vport_pstats()1754 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __ecore_get_vport_pstats()1756 HILO_64_REGPAIR(pstats.error_drop_pkts); in __ecore_get_vport_pstats()1821 HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in __ecore_get_vport_ustats()1823 HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in __ecore_get_vport_ustats()1827 HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in __ecore_get_vport_ustats()1829 HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in __ecore_get_vport_ustats()1831 HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in __ecore_get_vport_ustats()1870 HILO_64_REGPAIR(mstats.ttl0_discard); in __ecore_get_vport_mstats()[all …]
33 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo)) macro