Searched refs:HILO_64_REGPAIR (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1787 HILO_64_REGPAIR(pstats.sent_ucast_bytes);
1789 HILO_64_REGPAIR(pstats.sent_mcast_bytes);
1791 HILO_64_REGPAIR(pstats.sent_bcast_bytes);
1793 HILO_64_REGPAIR(pstats.sent_ucast_pkts);
1795 HILO_64_REGPAIR(pstats.sent_mcast_pkts);
1797 HILO_64_REGPAIR(pstats.sent_bcast_pkts);
1799 HILO_64_REGPAIR(pstats.error_drop_pkts);
1826 HILO_64_REGPAIR(tstats.mftag_filter_discard);
1828 HILO_64_REGPAIR(tstats.eth_mac_filter_discard);
1864 HILO_64_REGPAIR(ustat
[all...]
H A Decore_utils.h57 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo)) macro

Completed in 292 milliseconds