Searched refs:from_lid (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_link_record.c67 IN const ib_net16_t from_lid,
83 cl_ntoh16(from_lid), cl_ntoh16(to_lid));
91 p_lr_item->link_rec.from_lid = from_lid;
189 if (from_base_lid != (p_lr->from_lid & lmc_mask))
396 p_lr->from_lid, pp_src_port);
406 cl_ntoh16(p_lr->from_lid));
66 __osm_lr_rcv_build_physp_link(IN osm_sa_t * sa, IN const ib_net16_t from_lid, IN const ib_net16_t to_lid, IN const uint8_t from_port, IN const uint8_t to_port, IN cl_qlist_t * p_list) argument
H A Dosm_helper.c1496 cl_ntoh16(p_lr->from_lid),
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c582 cl_ntoh16(lr->from_lid), lr->from_port_num,
1204 int from_lid = 0, to_lid = 0, from_port = -1, to_port = -1; local
1208 parse_lid_and_ports(h, argv[0], &from_lid, &from_port, NULL);
1215 if (from_lid > 0) {
1216 lr.from_lid = cl_hton16(from_lid);
1517 "[[from_lid]/[from_port]] [[to_lid]/[to_port]]", query_link_records},
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c229 {OSMTEST_TOKEN_FROMLID, 8, "from_lid"},
1936 "from_lid 0x%X\n"
1941 cl_ntoh16(p_rec->from_lid),
4109 IN ib_net16_t const from_lid,
4123 cl_ntoh16(from_lid), cl_ntoh16(to_lid));
4136 record.from_lid = from_lid;
4139 if (from_lid)
4108 osmtest_get_link_rec_by_lid(IN osmtest_t * const p_osmt, IN ib_net16_t const from_lid, IN ib_net16_t const to_lid, IN OUT osmtest_req_context_t * const p_context) argument
/freebsd-11.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h5810 ib_net16_t from_lid;

Completed in 198 milliseconds