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

/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c39 #define SRPT_BSWAP_32(x) (((uint32_t)(x) << 24) | \ macro
45 #define SRPT_BSWAP_32(x) (x) macro
236 SRPT_BSWAP_32(ioc.ioc_profile.ioc_send_msg_sz));
238 SRPT_BSWAP_32(ioc.ioc_profile.ioc_rdma_xfer_sz));

Completed in 54 milliseconds