Searched refs:cl_ntoh16 (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_subnet.h938 return p_subn->mgroups[cl_ntoh16(mlid) - IB_LID_MCAST_START_HO];
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c329 mad->method, cl_ntoh16(mad->attr_id),
336 cl_ntoh16(ib_mad_addr->lid));
354 mad->method, cl_ntoh16(mad->attr_id),
378 mad->method, cl_ntoh16((mad)->attr_id),
H A Dosm_vendor_mtl.c153 p_av->dlid = cl_ntoh16(p_mad_addr->dest_lid);
415 cl_ntoh16(((ib_mad_t *) payload_p)->attr_id)
940 cl_ntoh16(av.dlid), av.static_rate,
H A Dosm_vendor_mtl_hca_guid.c600 cl_ntoh16(attr_array[i].lid),
H A Dosm_vendor_ibumad_sa.c109 "Remote error:0x%04X\n", cl_ntoh16(mad_status));
H A Dosm_vendor_al.c1172 av.port_num, cl_ntoh16(av.dlid),
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_multipath_record.c594 cl_ntoh16(required_pkey),
647 cl_ntoh16((uint16_t) ~ 0x8000));
692 cl_ntoh16((uint16_t) ~ 0x8000));
699 cl_ntoh16(required_pkey), required_sl);
737 pkt_life, cl_ntoh16(required_pkey), required_sl, hops);
H A Dosm_ucast_updn.c122 lid = cl_ntoh16(lid);
454 lid_ho = cl_ntoh16(lid_ho);
H A Dosm_sa_sminfo_record.c253 cl_ntoh16(p_rcvd_rec->lid));
H A Dosm_lid_mgr.c780 if (min_lid == cl_ntoh16(osm_port_get_base_lid(p_port))) {
788 guid, cl_ntoh16(osm_port_get_base_lid(p_port)),
803 min_lid = cl_ntoh16(osm_port_get_base_lid(p_port));
H A Dosm_ucast_mgr.c119 lid = cl_ntoh16(lid);
129 remote_lid = cl_ntoh16(remote_lid);
165 lid_ho = cl_ntoh16(lid_ho);
H A Dosm_perfmgr.c537 cl_ntoh16(lid), node->print_desc);
946 return (cl_ntoh16(val) >= (UINT16_MAX - (UINT16_MAX / 4)));
1118 cl_ntoh16(cpi->redir_lid),
H A Dosm_qos_parser_y.y3036 cl_ntoh16(pkey));
3042 cl_ntoh16(pkey));
3055 cl_ntoh16(pkey));
H A Dosm_sa_service_record.c439 cl_ntoh16(p_svcr->service_record.service_pkey));
/freebsd-10.1-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h2860 return (uint8_t)(cl_ntoh16(p_rec->qos_class_sl) & IB_PATH_REC_SL_MASK);
2924 return (cl_ntoh16(p_rec->qos_class_sl) >> 4);
4250 return (((uint32_t) cl_ntoh16(attr_offset)) << 3);
6157 return ((uint8_t) ((cl_ntoh16(p_rec->qos_class_sl)) & IB_MULTIPATH_REC_SL_MASK));
6222 return (cl_ntoh16( p_rec->qos_class_sl ) >> 4);
7291 pt = cl_ntoh16(p_ntc->g_or_v.generic.prod_type_lsb) |
7391 vi = cl_ntoh16(p_ntc->g_or_v.vend.vend_id_lsb) |
7590 nt = cl_ntoh16(p_inf->g_or_v.generic.node_type_lsb) |
7623 vi = cl_ntoh16(p_inf->g_or_v.vend.vendor_id_lsb) |

Completed in 100 milliseconds

123