Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.h525 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
527 if (m_lo < s_lo) { \
533 d_lo = m_lo + (UINT_MAX - s_lo) + 1; \
547 d_lo = m_lo - s_lo; \
687 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
689 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
693 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
695 SUB_64(m_hi, 0, m_lo, s); \