Searched defs:SRPT_BSWAP_16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c43 #define SRPT_BSWAP_16(x) ((((x) & 0xff) << 8) | ((x) >> 8)) macro
46 #define SRPT_BSWAP_16(x) (x) macro
232 SRPT_BSWAP_16(ioc.ioc_profile.ioc_send_msg_qdepth));

Completed in 51 milliseconds