Home
last modified time | relevance | path

Searched refs:p_g2m (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c201 int osm_db_guid2mkey_guids(IN osm_db_domain_t * p_g2m, in osm_db_guid2mkey_guids() argument
211 if (osm_db_keys(p_g2m, &keys)) in osm_db_guid2mkey_guids()
227 int osm_db_guid2mkey_get(IN osm_db_domain_t * p_g2m, IN uint64_t guid, in osm_db_guid2mkey_get() argument
234 p_mkey_str = osm_db_lookup(p_g2m, guid_str); in osm_db_guid2mkey_get()
244 int osm_db_guid2mkey_set(IN osm_db_domain_t * p_g2m, IN uint64_t guid, in osm_db_guid2mkey_set() argument
253 return osm_db_update(p_g2m, guid_str, mkey_str); in osm_db_guid2mkey_set()
256 int osm_db_guid2mkey_delete(IN osm_db_domain_t * p_g2m, IN uint64_t guid) in osm_db_guid2mkey_delete() argument
260 return osm_db_delete(p_g2m, guid_str); in osm_db_guid2mkey_delete()
H A Dosm_subnet.c935 if (osm_db_guid2mkey_guids(p_subn->p_g2m, &guids)) { in subn_validate_g2m()
949 } else if (osm_db_guid2mkey_get(p_subn->p_g2m, p_item->guid, in subn_validate_g2m()
958 if (osm_db_guid2mkey_delete(p_subn->p_g2m, in subn_validate_g2m()
1267 p_subn->p_g2m = osm_db_domain_init(&(p_osm->db), "guid2mkey"); in osm_subn_init()
1268 if (!p_subn->p_g2m) { in osm_subn_init()
1274 if (osm_db_restore(p_subn->p_g2m)) { in osm_subn_init()
H A Dosm_req.c131 if (!osm_db_guid2mkey_get(sm->p_subn->p_g2m, in req_determine_mkey()
H A Dosm_link_mgr.c481 osm_db_guid2mkey_set(sm->p_subn->p_g2m, in link_mgr_set_physp_pi()
H A Dosm_port.c698 osm_db_guid2mkey_set(p_sm->p_subn->p_g2m, in osm_physp_set_port_info()
H A Dosm_lid_mgr.c1090 osm_db_guid2mkey_set(p_mgr->p_subn->p_g2m, in lid_mgr_set_physp_pi()
H A Dosm_state_mgr.c1699 osm_db_store(sm->p_subn->p_g2m, sm->p_subn->opt.fsync_high_avail_files); in do_sweep()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_db_pack.h275 int osm_db_guid2mkey_guids(IN osm_db_domain_t * p_g2m,
305 int osm_db_guid2mkey_get(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
335 int osm_db_guid2mkey_set(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
365 int osm_db_guid2mkey_delete(IN osm_db_domain_t * p_g2m, IN uint64_t guid);
H A Dosm_subnet.h785 osm_db_domain_t *p_g2m; member