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

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.h67 uint16_t attr, uint32_t mod, uint64_t comp_mask, uint64_t sm_key,
H A Dibdiag_sa.c99 uint64_t sm_key, void *data, size_t datasz,
121 mad_set_field64(umad_get_mad(umad), 0, IB_SA_MKEY_F, sm_key); local
97 sa_query(struct sa_handle * h, uint8_t method, uint16_t attr, uint32_t mod, uint64_t comp_mask, uint64_t sm_key, void *data, size_t datasz, struct sa_query_result *result) argument
H A Dsaquery.c516 cl_ntoh64(p_smr->sm_info.sm_key),
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad_sa.h135 * sm_key is not aligned on an 8-byte boundary, so is defined as a byte array
140 uint8_t sm_key[8]; /* network-byte order */ member in struct:umad_sa_packet
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sminfo_rcv.c101 p_smi->sm_key = fill_sm_key ? sm->p_subn->opt.sm_key : 0;
176 p_smi->sm_key = sm->p_subn->opt.sm_key;
444 /* Check that the sm_key of the found SM is the same as ours,
446 if (sm->p_subn->opt.sm_key != 0 && p_smi->sm_key != sm->p_subn->opt.sm_key) {
454 "Got SM (%s) with sm_key 0x%016" PRIx64 " that doesn't match our "
455 "local sm_key
[all...]
H A Dosm_sa_informinfo.c79 ib_net64_t sm_key; member in struct:osm_iir_search_ctxt
304 if (p_ctxt->sm_key == 0)
372 context.sm_key = p_rcvd_mad->sm_key;
474 if ((p_sa_mad->sm_key == 0) && p_recvd_inform_info->is_generic &&
482 cl_ntoh64(p_sa_mad->sm_key));
H A Dmain.c607 ib_net64_t sm_key = 0; local
1002 sm_key = cl_hton64(strtoull(optarg, NULL, 16));
1003 printf(" SM Key <0x%" PRIx64 ">\n", cl_hton64(sm_key));
1004 opt.sm_key = sm_key;
H A Dosm_sa_mad_ctrl.c344 if (p_sa_mad->sm_key != 0 &&
345 p_sa_mad->sm_key != p_ctrl->p_subn->opt.sa_key) {
349 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.c252 if (p_rcvd_mad->sm_key != sa->p_subn->opt.sa_key) {
257 cl_ntoh64(p_rcvd_mad->sm_key));
H A Dosm_sa_service_record.c204 sm_key.
206 if (!osm_madw_get_sa_mad_ptr(p_madw)->sm_key) {
H A Dosm_sa_portinfo_record.c594 sm_key.
596 if (!p_rcvd_mad->sm_key) {
H A Dosm_helper.c2342 cl_ntoh64(p_smi->guid), cl_ntoh64(p_smi->sm_key),
2392 cl_ntoh64(p_smir->sm_info.sm_key),
2832 cl_ntoh64(p_mad->sm_key), cl_ntoh16(p_mad->attr_offset),
H A Dosm_subnet.c763 { "sm_key", OPT_OFFSET(sm_key), opts_parse_net64, NULL, 1 },
1535 p_opt->sm_key = OSM_DEFAULT_SM_KEY;
2329 "sm_key 0x%016" PRIx64 "\n\n"
2332 "# Note that for both values above (sm_key and sa_key)\n"
2411 cl_ntoh64(p_opts->sm_key),
H A Dosm_sa.c406 p_resp_sa_mad->sm_key = 0;
497 resp_sa_mad->sm_key = 0;
H A Dosm_sa_mcmember_record.c1600 if sm_key is not zero and does not match we never get here
1603 trusted_req = (p_rcvd_mad->sm_key != 0);
1642 sm_key.
1645 if (!p_rcvd_mad->sm_key) {
H A Dosm_state_mgr.c1001 p_smi->sm_key = sm->p_subn->opt.sm_key;
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h735 ib_net64_t sm_key; member in struct:_osmv_query_req
757 * sm_key
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sa.c486 p_sa_mad->sm_key = p_query_req->sm_key;
H A Dosm_vendor_ibumad_sa.c394 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-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h251 ib_net64_t sm_key; member in struct:osm_subn_opt
396 * sm_key
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c296 mad.sa_hdr.sm_key = 0x0;
337 mad.sa_hdr.sm_key = req_sa_mad->sa_hdr.sm_key;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h199 __be64 sm_key; member in struct:ib_sa_hdr
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3712 ib_net64_t sm_key; member in struct:_ib_sm_info
3722 * sm_key
4459 ib_net64_t sm_key;

Completed in 396 milliseconds