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

/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sminfo_rcv.c112 "Responding to master SM with real sm_key\n");
113 p_smi->sm_key = sm->p_subn->opt.sm_key;
115 /* The requester is not authenticated as master - set sm_key to zero. */
117 "Responding to SM not master with zero sm_key\n");
118 p_smi->sm_key = 0;
206 "Responding to master SM with real sm_key\n");
207 p_smi->sm_key = sm->p_subn->opt.sm_key;
209 /* The requester is not authenticated as master - set sm_key t
[all...]
H A Dmain.c519 ib_net64_t sm_key = 0; local
831 sm_key = cl_hton64(strtoull(optarg, NULL, 16));
832 printf(" SM Key <0x%" PRIx64 ">\n", cl_hton64(sm_key));
833 opt.sm_key = sm_key;
H A Dosm_sa_mad_ctrl.c335 if ((p_sa_mad->sm_key != 0) &&
336 (p_sa_mad->sm_key != p_ctrl->p_subn->opt.sa_key)) {
339 PRIx64 "; MAD ignored\n", cl_ntoh64(p_sa_mad->sm_key),
H A Dosm_sa_class_port_info.c103 p_resp_sa_mad->sm_key = 0;
H A Dosm_sa_pkey_record.c269 if (p_rcvd_mad->sm_key != sa->p_subn->opt.sa_key) {
274 cl_ntoh64(p_rcvd_mad->sm_key));
H A Dosm_helper.c1677 cl_ntoh64(p_smi->sm_key),
1706 cl_ntoh64(p_smir->sm_info.sm_key),
1981 cl_ntoh64(p_mad->sm_key),
H A Dosm_state_mgr.c789 "Responding to master SM with real sm_key\n");
790 p_smi->sm_key = sm->p_subn->opt.sm_key;
792 /* The requester is not authenticated as master - set sm_key to zero */
794 "Responding to SM not master with zero sm_key\n");
795 p_smi->sm_key = 0;
H A Dosm_subnet.c389 p_opt->sm_key = OSM_DEFAULT_SM_KEY;
1065 opts_unpack_net64("sm_key", p_key, p_val, &p_opts->sm_key);
1365 "sm_key 0x%016" PRIx64 "\n\n"
1368 "# Note that for both values above (sm_key and sa_key)\n"
1425 cl_ntoh64(p_opts->sm_key),
H A Dosm_sa_portinfo_record.c578 sm_key.
580 if (!p_rcvd_mad->sm_key) {
H A Dosm_sa_service_record.c216 sm_key.
218 if (!osm_madw_get_sa_mad_ptr(p_madw)->sm_key) {
H A Dosm_sa.c380 p_resp_sa_mad->sm_key = 0;
472 resp_sa_mad->sm_key = 0;
H A Dosm_sa_mcmember_record.c1594 if sm_key is not zero and does not match we never get here
1597 trusted_req = (p_rcvd_mad->sm_key != 0);
1629 sm_key.
1632 if (!p_rcvd_mad->sm_key) {
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_service.c100 /* sa_mad_data.sm_key = 0; */
108 req.sm_key = 0;
208 /* sa_mad_data.sm_key = 0; */
216 req.sm_key = 0;
342 /* sa_mad_data.sm_key = 0; */
350 req.sm_key = 0;
486 req.sm_key = 0;
613 req.sm_key = 0;
743 req.sm_key = 0;
872 req.sm_key
[all...]
H A Dosmt_slvl_vl_arb.c138 req.sm_key = 0;
339 req.sm_key = 0;
H A Dosmtest.c603 req.sm_key = 0;
665 req.sm_key = 0;
764 req.sm_key = 0;
838 req.sm_key = 0;
901 req.sm_key = 0;
966 req.sm_key = 0;
1035 req.sm_key = 0;
1110 req.sm_key = 0;
1184 req.sm_key = 0;
1685 req.sm_key
4270 osmtest_get_pkeytbl_rec_by_lid(IN osmtest_t * const p_osmt, IN ib_net16_t const lid, IN ib_net64_t const sm_key, IN OUT osmtest_req_context_t * const p_context) argument
5317 ib_net64_t sm_key; local
[all...]
H A Dosmt_multicast.c106 req.sm_key = OSM_DEFAULT_SM_KEY;
/freebsd-11.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_sa_api.h735 ib_net64_t sm_key; member in struct:_osmv_query_req
755 * sm_key
/freebsd-11.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_subnet.h143 ib_net64_t sm_key; member in struct:osm_subn_opt
232 * sm_key
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_mad.h172 __be64 sm_key; member in struct:ib_sa_hdr
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c717 void *attr, ib_net16_t attr_offset, ib_net64_t sm_key)
739 req.sm_key = sm_key;
938 req.sm_key = 0;
976 req.sm_key = 0;
1008 req.sm_key = 0;
715 get_any_records(osm_bind_handle_t h, ib_net16_t attr_id, ib_net32_t attr_mod, ib_net64_t comp_mask, void *attr, ib_net16_t attr_offset, ib_net64_t sm_key) argument
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c408 p_sa_mad->sm_key = p_query_req->sm_key;
H A Dosm_vendor_mlx_sa.c522 p_sa_mad->sm_key = p_query_req->sm_key;
H A Dosm_vendor_umadt.c104 ib_net64_t sm_key; member in struct:_ib_sa_mad_vM3
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c290 mad.sa_hdr.sm_key = 0x0;
331 mad.sa_hdr.sm_key = req_sa_mad->sa_hdr.sm_key;
/freebsd-11.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3480 ib_net64_t sm_key; member in struct:_ib_sm_info
3491 * sm_key
4235 ib_net64_t sm_key;

Completed in 357 milliseconds