Searched refs:a_hi_le (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe_stats.h | 516 #define ADD_64_LE(s_hi, a_hi_le, s_lo, a_lo_le) \ argument 517 ADD_64(s_hi, le32toh(a_hi_le), \ 520 #define ADD_64_LE16(s_hi, a_hi_le, s_lo, a_lo_le) \ argument 521 ADD_64(s_hi, le16toh(a_hi_le), \
|