Searched refs:m_lo (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_stats.h | 423 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument 425 if (m_lo < s_lo) { \ 431 d_lo = m_lo + (UINT_MAX - s_lo) + 1; \ 445 d_lo = m_lo - s_lo; \ 585 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument 587 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \ 591 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument 594 SUB_64(m_hi, s_hi, m_lo, s); \
|