Searched refs:SRPT_BSWAP_16 (Results 1 – 1 of 1) sorted by relevance
43 #define SRPT_BSWAP_16(x) ((((x) & 0xff) << 8) | ((x) >> 8)) macro46 #define SRPT_BSWAP_16(x) (x) macro232 SRPT_BSWAP_16(ioc.ioc_profile.ioc_send_msg_qdepth)); in srpt_print_ioc()