Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1744 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()
1816 HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in __ecore_get_vport_ustats()
1818 HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in __ecore_get_vport_ustats()
1822 HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in __ecore_get_vport_ustats()
1824 HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in __ecore_get_vport_ustats()
1826 HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in __ecore_get_vport_ustats()
1866 HILO_64_REGPAIR(mstats.ttl0_discard); in __ecore_get_vport_mstats()
[all …]
H A Decore_utils.h62 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo)) macro