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.c1738 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 …]
H A Decore_utils.h62 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo)) macro