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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h213 #define IB_DEFAULT_SUBNET_PREFIX (CL_HTON64(0xFE80000000000000ULL))
2255 CL_HTON64(0xFFC0000000000000ULL)) == IB_DEFAULT_SUBNET_PREFIX);
2287 CL_HTON64(0xFFFFFFFFFFFF0000ULL)) ==
2288 CL_HTON64(0xFEC0000000000000ULL));
2418 #define IB_PR_COMPMASK_SERVICEID_MSB (CL_HTON64(((uint64_t)1)<<0))
2419 #define IB_PR_COMPMASK_SERVICEID_LSB (CL_HTON64(((uint64_t)1)<<1))
2420 #define IB_PR_COMPMASK_DGID (CL_HTON64(((uint64_t)1)<<2))
2421 #define IB_PR_COMPMASK_SGID (CL_HTON64(((uint64_t)1)<<3))
2422 #define IB_PR_COMPMASK_DLID (CL_HTON64(((uint64_t)1)<<4))
2423 #define IB_PR_COMPMASK_SLID (CL_HTON64(((uint64_
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_byteswap.h75 * CL_NTOH16, CL_HTON16, CL_NTOH32, CL_HTON32, CL_NTOH64, CL_HTON64
151 * Byte Swapping, CL_NTOH16, CL_HTON32, CL_HTON64,
269 * Byte Swapping, CL_NTOH32, CL_HTON16, CL_HTON64,
359 * This macro is analogous to CL_HTON64.
362 * Byte Swapping, CL_HTON64, CL_NTOH16, CL_NTOH32,
365 /****d* Component Library: Byte Swapping/CL_HTON64
367 * CL_HTON64
370 * The CL_HTON64 macro converts a 64-bit value from host byte order to
371 * network byte order. The CL_HTON64 macro will cause constant values to be
372 * swapped by the pre-processor. For variables, CL_HTON64 i
405 #define CL_HTON64 macro
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_base.h115 #define OSM_DEFAULT_SM_KEY CL_HTON64(1)
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_mcmember_record.c962 #define PREFIX_MASK CL_HTON64(0xff10ffff0000ffffULL)
963 #define PREFIX_SIGNATURE CL_HTON64(0xff10601b00000000ULL)
964 #define INT_ID_MASK CL_HTON64(0xfffffff1ff000000ULL)
965 #define INT_ID_SIGNATURE CL_HTON64(0x00000001ff000000ULL)
H A Dmain.c979 if (opt.guid == 0 || cl_hton64(opt.guid) == CL_HTON64(INVALID_GUID))
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c5343 mgid.unicast.prefix = CL_HTON64(0xff12401bffff0000ULL);
5344 mgid.unicast.interface_id = CL_HTON64(0x00000000ffffffffULL);
5368 mgid.unicast.prefix = CL_HTON64(0xff15401bffff0000ULL); /* site local */
5369 mgid.unicast.interface_id = CL_HTON64(0x00000000ffffffffULL);
5429 request.gids[1].unicast.prefix = CL_HTON64(0xff12401bffff0000ULL);
5430 request.gids[1].unicast.interface_id = CL_HTON64(0x00000000ffffffffULL);
5451 request.gids[0].unicast.prefix = CL_HTON64(0xff12401bffff0000ULL);
5452 request.gids[0].unicast.interface_id = CL_HTON64(0x00000000ffffffffULL);
H A Dosmt_multicast.c406 p_mc_req->port_gid.unicast.prefix = CL_HTON64(0xFE80000000000000ULL);
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c128 ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffllu));

Completed in 97 milliseconds