Searched refs:m_key (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_req.c72 ib_net64_t dest_port_guid = 0, m_key; local
132 cl_ntoh64(dest_port_guid), &m_key)) {
133 m_key = cl_hton64(m_key);
140 m_key = sm->p_subn->opt.m_key;
145 m_key = sm->p_subn->opt.m_key;
150 return m_key;
158 IN boolean_t find_mkey, ib_net64_t m_key,
156 osm_req_get(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, IN ib_net16_t attr_id, IN ib_net32_t attr_mod, IN boolean_t find_mkey, ib_net64_t m_key, IN cl_disp_msgid_t err_msg, IN const osm_madw_context_t * p_context) argument
238 osm_prepare_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, IN const uint8_t * p_payload, IN size_t payload_size, IN ib_net16_t attr_id, IN ib_net32_t attr_mod, IN boolean_t find_mkey, IN ib_net64_t m_key, IN cl_disp_msgid_t err_msg, IN const osm_madw_context_t * p_context) argument
329 osm_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, IN const uint8_t * p_payload, IN size_t payload_size, IN ib_net16_t attr_id, IN ib_net32_t attr_mod, IN boolean_t find_mkey, IN ib_net64_t m_key, IN cl_disp_msgid_t err_msg, IN const osm_madw_context_t * p_context) argument
[all...]
H A Dosm_link_mgr.c109 ib_net64_t m_key = 0; local
200 m_key = ib_port_info_get_m_key(&physp0->port_info);
202 m_key = ib_port_info_get_m_key(p_pi);
227 p_pi->m_key = sm->p_subn->opt.m_key;
228 if (memcmp(&p_pi->m_key, &p_old_pi->m_key,
229 sizeof(p_pi->m_key))) {
472 attr_mod, FALSE, m_key,
483 cl_ntoh64(p_pi->m_key));
[all...]
H A Dosm_port_info_rcv.c134 if (mpb > 0 && p_pi->m_key == 0) {
268 ib_net64_t m_key; local
329 m_key = ib_port_info_get_m_key(&physp0->port_info);
340 cl_hton32(port_num), FALSE, m_key,
472 ib_net64_t m_key; local
517 m_key = ib_port_info_get_m_key(&p_physp->port_info);
521 m_key = ib_port_info_get_m_key(&physp0->port_info);
525 m_key, CL_DISP_MSGID_NONE, &context);
H A Dosm_trap_rcv.c221 ib_net64_t m_key; local
248 m_key = ib_port_info_get_m_key(&physp0->port_info);
250 m_key = ib_port_info_get_m_key(&p->port_info);
264 FALSE, m_key,
455 p_smp->m_key = ib_port_info_get_m_key(&p_physp->port_info);
H A Dosm_pkey_mgr.c233 ib_net64_t m_key; local
243 m_key = ib_port_info_get_m_key(&physp0->port_info);
245 m_key = ib_port_info_get_m_key(&p_physp->port_info);
249 cl_hton32(attr_mod), FALSE, m_key,
261 ib_net64_t m_key; local
298 m_key = ib_port_info_get_m_key(&physp0->port_info);
312 FALSE, m_key,
H A Dosm_qos.c96 ib_net64_t m_key; local
102 m_key = ib_port_info_get_m_key(&physp0->port_info);
104 m_key = ib_port_info_get_m_key(&p->port_info);
130 FALSE, m_key,
H A Dosm_lid_mgr.c879 p_pi->m_key = p_mgr->p_subn->opt.m_key;
880 if (memcmp(&p_pi->m_key, &p_old_pi->m_key, sizeof(p_pi->m_key))) {
1092 cl_ntoh64(p_pi->m_key));
H A Dosm_sa_portinfo_record.c212 if (p_comp_pi->m_key != p_pi->m_key)
601 item->resp.port_rec.port_info.m_key = 0;
H A Dosm_sminfo_rcv.c619 if (my_mkey && mpb > 1 && my_mkey != p_smp->m_key) {
632 if (my_mkey && mpb == 1 && my_mkey != p_smp->m_key)
638 if (my_mkey && my_mkey != p_smp->m_key) {
H A Dosm_port.c695 (p_pi->m_key != 0 || ib_port_info_get_mpb(p_pi) == 0))
698 cl_ntoh64(p_pi->m_key));
H A Dosm_helper.c893 cl_ntoh64(p_pi->m_key), cl_ntoh64(p_pi->subnet_prefix),
1090 cl_ntoh64(p_pi->m_key), cl_ntoh64(p_pi->subnet_prefix),
2705 cl_ntoh64(p_smp->m_key));
H A Dosm_subnet.c762 { "m_key", OPT_OFFSET(m_key), opts_parse_net64, NULL, 1 },
1534 p_opt->m_key = OSM_DEFAULT_M_KEY;
2319 "m_key 0x%016" PRIx64 "\n\n"
2324 "# If TRUE, SM tries to determine the m_key of unknown ports from guid2mkey file\n"
2325 "# If FALSE, SM won't try to determine the m_key of unknown ports.\n"
2326 "# Preconfigured m_key will be used instead\n"
2407 cl_ntoh64(p_opts->m_key),
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dmap.c41 char *m_key; member in struct:map_entry
54 me->m_key = strdup(key);
55 if (me->m_key == NULL) {
80 return me->m_key;
124 return me->m_key;
211 free(me->m_key);
269 if (strcmp(me->m_key, key) == 0) {
289 if (strcmp(me->m_key, key) == 0) {
370 INV(strcmp(me->m_key, key) == 0);
/freebsd-12-stable/sbin/setkey/
H A Dparse.y1056 struct sadb_key m_key;
1058 m_key.sadb_key_len =
1059 PFKEY_UNIT64(sizeof(m_key)
1061 m_key.sadb_key_exttype = SADB_EXT_KEY_ENCRYPT;
1062 m_key.sadb_key_bits = p_key_enc_len * 8;
1063 m_key.sadb_key_reserved = 0;
1066 (struct sadb_ext *)&m_key, sizeof(m_key),
1072 struct sadb_key m_key;
1074 m_key
[all...]
H A Dtest-pfkey.c432 struct sadb_key m_key; local
437 m_key.sadb_key_len = PFKEY_UNIT64(len);
438 m_key.sadb_key_exttype = ext;
439 m_key.sadb_key_bits = keylen * 8;
440 m_key.sadb_key_reserved = 0;
443 (caddr_t)&m_key, sizeof(struct sadb_key),
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_sm.h405 IN boolean_t find_mkey, ib_net64_t m_key,
426 * m_key
479 IN ib_net64_t m_key, IN cl_disp_msgid_t err_msg,
504 * m_key
533 IN ib_net64_t m_key, IN cl_disp_msgid_t err_msg,
559 * m_key
H A Dosm_subnet.h250 ib_net64_t m_key; member in struct:osm_subn_opt
393 * m_key
/freebsd-12-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4133 ib_net64_t m_key; member in struct:_ib_smp
4177 * m_key
4307 IN const ib_net64_t m_key,
4324 p_smp->m_key = m_key;
4357 * m_key
4609 ib_net64_t m_key;
6355 return p_pi->m_key;
6381 ib_port_info_set_m_key(IN ib_port_info_t * const p_pi, IN ib_net64_t m_key)
6383 p_pi->m_key
4301 ib_smp_init_new(IN ib_smp_t * const p_smp, IN const uint8_t method, IN const ib_net64_t trans_id, IN const ib_net16_t attr_id, IN const ib_net32_t attr_mod, IN const uint8_t hop_count, IN const ib_net64_t m_key, IN const uint8_t * path_out, IN const ib_net16_t dr_slid, IN const ib_net16_t dr_dlid) argument
[all...]

Completed in 227 milliseconds