Searched refs:LE_HTOLE16 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/le/
H A Dlancevar.h134 #define LE_HTOLE16(v) (((sc)->sc_flags & LE_BSWAP) ? htole16(v) : (v)) macro
H A Dlance.c596 ctx->af[crc >> 4] |= LE_HTOLE16(1 << (crc & 0xf));

Completed in 102 milliseconds