Searched refs:cl_hton32 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.2-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_byteswap_osd.h63 #define cl_hton32(x) bswap_32(x) macro
70 #define cl_hton32(x) (x)
H A Dcl_byteswap.h71 * cl_ntoh16, cl_hton16, cl_ntoh32, cl_hton32, cl_ntoh64, cl_hton64,
152 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
212 * Byte Swapping, cl_ntoh16, cl_hton32, cl_hton64, cl_ntoh
253 * than the cl_hton32 function.
270 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
303 * This function is analogous to cl_hton32.
306 * Byte Swapping, cl_hton32, cl_ntoh16, cl_ntoh64, cl_ntoh
308 /****f* Component Library: Byte Swapping/cl_hton32
310 * cl_hton32
313 * The cl_hton32 functio
336 #define cl_hton32 macro
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sw_info_rcv.c94 IB_MAD_ATTR_PORT_INFO, cl_hton32(port_num),
142 cl_hton32(block_id_ho),
225 cl_hton32(attr_mod_ho),
H A Dosm_pkey_mgr.c187 cl_hton32(attr_mod), CL_DISP_MSGID_NONE, &context);
234 cl_hton32(osm_physp_get_port_num(p_physp)),
H A Dosm_qos.c102 cl_hton32(attr_mod), CL_DISP_MSGID_NONE, &context);
189 cl_hton32(attr_mod), CL_DISP_MSGID_NONE, &context);
H A Dosm_sminfo_rcv.c102 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
196 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
H A Dosm_node_info_rcv.c296 cl_hton32(port_num), CL_DISP_MSGID_NONE, &context);
484 cl_hton32(port_num), CL_DISP_MSGID_NONE, &context);
H A Dosm_link_mgr.c323 cl_hton32(port_num),
H A Dosm_sa_path_record.c804 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
808 p_pr->hop_flow_raw |= cl_hton32(IB_HOPLIMIT_MAX);
1800 cl_hton32(hop_limit) | (flow_label << 8);
H A Dosm_port_info_rcv.c424 cl_hton32(attr_mod_ho),
H A Dosm_trap_rcv.c269 cl_hton32(osm_physp_get_port_num(p)),
H A Dosm_lid_mgr.c1134 cl_hton32(osm_physp_get_port_num(p_physp)),
H A Dosm_mcast_mgr.c382 cl_hton32(block_id_ho),
H A Dosm_ucast_mgr.c416 cl_hton32(block_id_ho),
H A Dosm_perfmgr.c398 cl_hton32(IB_QP1_WELL_KNOWN_Q_KEY);
H A Dosm_sa_multipath_record.c773 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
H A Dosm_state_mgr.c780 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
H A Dosm_subnet.c575 if (cl_hton32(val) != *p_val) {
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c269 p_resp_mad->seg_num = cl_hton32(seg_num);
270 p_resp_mad->paylen_newwin = cl_hton32(nwl);
H A Dosm_vendor_mlx_ibmgt.c714 p_mad_addr->addr_type.gsi.remote_qp = cl_hton32(p_rcv_desc->qp);
H A Dosm_vendor_mtl.c106 p_mad_addr->addr_type.gsi.remote_qp = cl_hton32(p_rcv_desc->qp);
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3354 cl_hton32(val & IB_CLASS_RESP_TIME_MASK);
3419 cl_hton32(cap_mask2 << 5);
6943 return cl_hton32(tmp);
7293 return cl_hton32(pt);
7393 return cl_hton32(vi);
7523 *p_qpn = cl_hton32((tmp & 0xffffff00) >> 8);
7562 cl_hton32((tmp & 0x000000ff) | ((cl_ntoh32(qpn) << 8) & 0xffffff00)
7592 return cl_hton32(nt);
7625 return cl_hton32(vi);
8166 p_ioc_profile->vend_id = (cl_hton32(vend_i
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_inform.c222 cl_hton32(p_qp_ctx->qp_bind_hndl.qp_id.
H A Dosmt_service.c1239 cl_hton32(0x00000004), /* IN ib_net32_t service_lease, */
1267 service_data32[instance] = cl_hton32(instance + 3);
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c865 cl_hton32(1 << 31), IB_PIR_COMPMASK_CAPMASK,

Completed in 298 milliseconds

12