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

/freebsd-11.0-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h329 #define IB_CM_ASSIGN_SERVICE_ID __constant_cpu_to_be64(0x0200000000000000ULL) macro
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_cm.h333 #define IB_CM_ASSIGN_SERVICE_ID cpu_to_be64(0x0200000000000000ULL) macro
350 * network-byte order. If set to IB_CM_ASSIGN_SERVICE_ID, the CM will
355 * IB_CM_ASSIGN_SERVICE_ID.
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c967 if ((service_id & IB_SERVICE_ID_AGN_MASK) == IB_CM_ASSIGN_SERVICE_ID &&
968 (service_id != IB_CM_ASSIGN_SERVICE_ID))
989 if (service_id == IB_CM_ASSIGN_SERVICE_ID) {
3927 cm.listen_service_id = be64_to_cpu(IB_CM_ASSIGN_SERVICE_ID);

Completed in 126 milliseconds