Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c34 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
38 d_hi = m_hi - s_hi; \
50 if (m_hi < s_hi) { \
55 d_hi = m_hi - s_hi; \
115 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
117 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
121 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
123 SUB_64(m_hi, 0, m_lo, s); \