Home
last modified time | relevance | path

Searched refs:SWAP24_LO (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2221 #define SWAP24_LO(_x) ((((uint32_t)(_x) & 0xFF)<<16) | \ macro
2236 #define LE_SWAP24_LO(_x) SWAP24_LO(X)