Home
last modified time | relevance | path

Searched refs:CL_NTOH32 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap.h272 #define CL_NTOH32( x ) (uint32_t)( \ macro
278 #define CL_NTOH32( x ) (x)
280 #define CL_HTON32 CL_NTOH32
334 #define cl_ntoh32 CL_NTOH32
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c523 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_CAP_MASK2)) { in is_port_info_extended_supported()
819 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS) && in get_max_msg()
820 rem_cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in get_max_msg()
H A Dibnetdiscover.c394 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in out_switch_port()
460 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in out_ca_port()
718 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in dump_ports_report()
H A Diblinkinfo.c137 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in print_port()
H A Dibportstate.c156 return (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)); in get_port_info()
H A Dibqueryerrors.c209 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in print_port_config()
H A Dperfquery.c586 CL_NTOH32(IB_PORT_EXT_CAP_IS_FEC_MODE_SUPPORTED)) && in is_rsfec_mode_active()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_class_port_info.c129 p_resp_cpi->redir_qp = CL_NTOH32(1); in cpi_rcv_respond()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c181 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in debug_port()
391 if (cap_mask & CL_NTOH32(IB_PORT_CAP_HAS_EXT_SPEEDS)) in recv_port_info()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2051 CL_NTOH32(IB_NOTICE_PRODUCER_TYPE_CLASS_MGR)) in ib_get_producer_type_str()
9035 ib_net32_t tmp_slot_lo_hi = CL_NTOH32(slot_lo_hi); in ib_dm_get_slot_lo_hi()