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

12

/freebsd-13-stable/contrib/ofed/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,
151 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
211 * Byte Swapping, cl_ntoh16, cl_hton32, cl_hton64, cl_ntoh
252 * than the cl_hton32 function.
269 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
302 * This function is analogous to cl_hton32.
305 * Byte Swapping, cl_hton32, cl_ntoh16, cl_ntoh64, cl_ntoh
307 /****f* Component Library: Byte Swapping/cl_hton32
309 * cl_hton32
312 * The cl_hton32 functio
335 #define cl_hton32 macro
[all...]
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c93 n->data_details.ntc_144.new_cap_mask = cl_hton32(get_cap_mask(port));
163 n->data_details.ntc_257_258.key = cl_hton32(0x12345678);
164 n->data_details.ntc_257_258.qp1 = cl_hton32(0x010101);
165 n->data_details.ntc_257_258.qp2 = cl_hton32(0x020202);
H A Dsaquery.c1086 (pr.hop_flow_raw & cl_hton32(~0x0FFFFF00)) | flow;
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_guid_mgr.c76 cl_hton32((uint32_t)block_num), FALSE,
H A Dosm_link_mgr.c467 attr_mod = cl_hton32(port_num);
469 attr_mod |= cl_hton32(1 << 31); /* AM SMSupportExtendedSpeeds */
490 cl_hton32(port_num), FALSE, m_key,
H A Dosm_sw_info_rcv.c96 cl_hton32(block_id_ho), TRUE, 0,
178 cl_hton32(attr_mod_ho), TRUE, 0,
H A Dosm_sminfo_rcv.c98 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
173 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
H A Dosm_port_info_rcv.c242 IB_MAD_ATTR_PORT_INFO, cl_hton32(port),
340 cl_hton32(port_num), FALSE, m_key,
524 cl_hton32(attr_mod_ho), FALSE,
H A Dosm_congestion_control.c105 cl_hton32(IB_QP1_WELL_KNOWN_Q_KEY);
346 IB_MAD_ATTR_CC_TBL, cl_hton32(index));
H A Dosm_node_info_rcv.c350 IB_MAD_ATTR_PORT_INFO, cl_hton32(port),
360 cl_hton32(port),
H A Dosm_pkey_mgr.c249 cl_hton32(attr_mod), FALSE, m_key,
311 cl_hton32(osm_physp_get_port_num(p_physp)),
H A Dosm_sa_path_record.c915 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
919 p_pr->hop_flow_raw |= cl_hton32(IB_HOPLIMIT_MAX);
1702 cl_hton32(hop_limit) | (flow_label << 8);
H A Dosm_qos.c129 attr_id, cl_hton32(attr_mod),
H A Dosm_trap_rcv.c263 cl_hton32(osm_physp_get_port_num(p)),
H A Dosm_lid_mgr.c1081 cl_hton32(osm_physp_get_port_num(p_physp)),
H A Dosm_mcast_mgr.c379 cl_hton32(block_id_ho), FALSE,
H A Dosm_subnet.c367 if (cl_hton32(val) != *p_val1) {
371 *p_val1 = *p_val2 = cl_hton32(val);
H A Dosm_sa_multipath_record.c851 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
H A Dosm_ucast_mgr.c1023 cl_hton32(block_id_ho), FALSE,
H A Dosm_state_mgr.c998 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
/freebsd-13-stable/contrib/ofed/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.c105 p_mad_addr->addr_type.gsi.remote_qp = cl_hton32(p_rcv_desc->qp);
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3586 cl_hton32(val & IB_CLASS_RESP_TIME_MASK);
3651 cl_hton32(cap_mask2 << IB_CLASS_CAPMASK2_SHIFT);
7692 return cl_hton32(tmp);
8070 return cl_hton32(pt);
8170 return cl_hton32(vi);
8297 *p_qpn = cl_hton32((tmp & 0xffffff00) >> 8);
8336 cl_hton32((tmp & 0x000000ff) | ((qpn_h << 8) & 0xffffff00)
8366 return cl_hton32(nt);
8399 return cl_hton32(vi);
8975 p_ioc_profile->vend_id = (cl_hton32(vend_i
[all...]

Completed in 128 milliseconds

12