Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h342 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
346 d_hi = m_hi - s_hi; \
358 if (m_hi < s_hi) { \
363 d_hi = m_hi - s_hi; \
502 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
504 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
508 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
510 SUB_64(m_hi, 0, m_lo, s); \