Searched refs:cl_hton64 (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap_osd.h65 #define cl_hton64(x) (uint64_t)bswap_64(x) macro
72 #define cl_hton64(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
269 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
331 * Byte Swapping, cl_ntoh32, cl_hton16, cl_hton64, cl_ntoh
372 * than the cl_hton64 function.
389 * cl_hton16, cl_hton32, cl_hton64, cl_ntoh
426 * This function is analogous to cl_hton64.
429 * Byte Swapping, cl_hton64, cl_ntoh16, cl_ntoh32, cl_ntoh
431 /****f* Component Library: Byte Swapping/cl_hton64
459 #define cl_hton64 macro
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_req.c126 dest_port_guid = cl_hton64(dest_port_guid);
133 m_key = cl_hton64(m_key);
189 tid = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
192 tid = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
272 tid = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
275 tid = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
402 smp->trans_id = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
405 smp->trans_id = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
H A Dosm_ucast_file.c188 sw_guid = cl_hton64(sw_guid);
252 port_guid = cl_hton64(port_guid);
323 guid = cl_hton64(guid);
389 guid = cl_hton64(guid);
H A Dmain.c461 cl_hton64(attr_array[0].port_guid));
472 cl_hton64(attr_array[i].port_guid));
793 opt.guid = cl_hton64(strtoull(optarg, NULL, 16));
800 cl_hton64(opt.guid));
1002 sm_key = cl_hton64(strtoull(optarg, NULL, 16));
1003 printf(" SM Key <0x%" PRIx64 ">\n", cl_hton64(sm_key));
1203 if (opt.guid == 0 || cl_hton64(opt.guid) == CL_HTON64(INVALID_GUID))
H A Dosm_ucast_updn.c526 sw = osm_get_switch_by_guid(&osm->subn, cl_hton64(guid));
553 sw = osm_get_switch_by_guid(&updn->p_osm->subn, cl_hton64(guid));
H A Dosm_ucast_mgr.c450 osm_node_t *node = osm_get_node_by_guid(m->p_subn, cl_hton64(guid));
502 osm_node_t *node = osm_get_node_by_guid(p_subn, cl_hton64(guid));
719 osm_port_t *port = osm_get_port_by_guid(m->p_subn, cl_hton64(guid));
756 osm_node_t *node = osm_get_node_by_guid(m->p_subn, cl_hton64(guid));
H A Dosm_prtn_config.c413 cl_hton64(guid));
498 cl_hton64(guid), TRUE, conf->indx0) != IB_SUCCESS)
503 cl_hton64(guid), FALSE, conf->indx0) != IB_SUCCESS)
H A Dosm_congestion_control.c88 cl_hton64((uint64_t) cl_atomic_inc(&p_cc->trans_id) &
92 cl_hton64((uint64_t) cl_atomic_inc(&p_cc->trans_id) &
H A Dosm_inform.c345 tid = cl_hton64((uint64_t) cl_atomic_inc(&trap_fwd_trans_id) &
348 tid = cl_hton64((uint64_t) cl_atomic_inc(&trap_fwd_trans_id) &
H A Dosm_perfmgr.c418 cl_hton64((uint64_t) cl_atomic_inc(&perfmgr->trans_id) &
422 cl_hton64((uint64_t) cl_atomic_inc(&perfmgr->trans_id) &
710 node = osm_get_node_by_guid(pm->subn, cl_hton64(mon_node->guid));
1313 osm_get_node_by_guid(pm->subn, cl_hton64(mon_node->guid));
1412 osm_get_node_by_guid(pm->subn, cl_hton64(mon_node->guid));
H A Dosm_subnet.c331 if (cl_hton64(val) != *p_val1) {
1717 route->prefix = cl_hton64(prefix);
1718 route->guid = cl_hton64(guid);
H A Dosm_ucast_dfsssp.c1082 osm_port_t *port = osm_get_port_by_guid(m->p_subn, cl_hton64(guid));
1139 item->guid = cl_hton64(guid); /* internal: network byte order */
2606 guid = cl_hton64(adj_list[i].guid);
H A Dosm_console.c1163 p_sw = osm_get_switch_by_guid(&p_osm->subn, cl_hton64(guid));
1363 p_sw = osm_get_switch_by_guid(&p_osm->subn, cl_hton64(guid));
H A Dosm_sa_guidinfo_record.c373 return cl_hton64(((uint64_t) uniq_count) |
H A Dosm_qos_parser_y.y3017 osm_get_port_by_guid(p_qos_policy->p_subn, cl_hton64(guid_ho));
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c84 p_mad->trans_id = cl_hton64(key);
341 p_mad->trans_id = cl_hton64(key);
380 p_mad->trans_id = cl_hton64(key);
H A Dosm_vendor_mlx_hca_pfs.c495 p_ca_info->guid = cl_hton64(pfs_ca_info.guid);
541 cl_hton64(port_guid);
718 if (cl_hton64(port_guid) == guid) {
H A Dosm_vendor_mlx_hca_sim.c541 p_ca_info->guid = cl_hton64(sim_ca_info.guid);
587 cl_hton64(port_guid);
764 if (cl_hton64(port_guid) == guid) {
H A Dosm_vendor_mlx_dispatcher.c273 p_mad_buf->trans_id = cl_hton64(osmv_txn_get_tid(p_txn));
626 p_mad_buf->trans_id = cl_hton64(tid);
H A Dosm_vendor_ibumad_sa.c389 cl_hton64((uint64_t) trans_id), /* tid */
H A Dosm_vendor_mlx_sa.c481 cl_hton64((uint64_t) trans_id), /* tid */
H A Dosm_vendor_ibumad.c698 attr->p_gid_table[0].unicast.prefix = cl_hton64(ca.ports[j]->gid_prefix);
699 attr->p_gid_table[0].unicast.interface_id = cl_hton64(ca.ports[j]->port_guid);
H A Dosm_vendor_umadt.c358 cl_hton64((uint64_t) pPortAttributesList->GUID);
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c83 n->data_details.ntc_145.new_sys_guid = cl_hton64(0x1234567812345678);

Completed in 126 milliseconds

12