Searched refs:s_hi (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ |
D | bnx2x_main.c | 2938 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument 2941 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \ 2945 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument 2949 d_hi = m_hi - s_hi; \ 2961 if (m_hi < s_hi) { \ 2966 d_hi = m_hi - s_hi; \ 2991 #define ADD_EXTEND_64(s_hi, s_lo, a) \ argument 2994 s_hi += (s_lo < a) ? 1 : 0; \
|