Searched refs:DIFF_64 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.h | 361 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ macro 390 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \ 400 DIFF_64(diff.hi, new->s##_hi, old->s##_hi, \ 526 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
|