Searched refs:p_neighbor (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_db_pack.c | 263 int osm_db_neighbor_guids(IN osm_db_domain_t * p_neighbor, in osm_db_neighbor_guids() argument 273 if (osm_db_keys(p_neighbor, &keys)) in osm_db_neighbor_guids() 290 int osm_db_neighbor_get(IN osm_db_domain_t * p_neighbor, IN uint64_t guid1, in osm_db_neighbor_get() argument 300 p_other_str = osm_db_lookup(p_neighbor, neighbor_str); in osm_db_neighbor_get() 314 int osm_db_neighbor_set(IN osm_db_domain_t * p_neighbor, IN uint64_t guid1, in osm_db_neighbor_set() argument 323 return osm_db_update(p_neighbor, n1_str, n2_str); in osm_db_neighbor_set() 326 int osm_db_neighbor_delete(IN osm_db_domain_t * p_neighbor, IN uint64_t guid, in osm_db_neighbor_delete() argument 332 return osm_db_delete(p_neighbor, n_str); in osm_db_neighbor_delete()
|
H A D | osm_subnet.c | 983 if (osm_db_neighbor_guids(p_subn->p_neighbor, &entries)) { in subn_validate_neighbor() 1008 } else if (osm_db_neighbor_get(p_subn->p_neighbor, in subn_validate_neighbor() 1030 } else if (osm_db_neighbor_get(p_subn->p_neighbor, in subn_validate_neighbor() 1042 if (osm_db_neighbor_delete(p_subn->p_neighbor, in subn_validate_neighbor() 1296 p_subn->p_neighbor = osm_db_domain_init(&(p_osm->db), "neighbors"); in osm_subn_init() 1297 if (!p_subn->p_neighbor) { in osm_subn_init() 1303 if (osm_db_restore(p_subn->p_neighbor)) { in osm_subn_init()
|
H A D | osm_node_info_rcv.c | 299 osm_db_neighbor_set(sm->p_subn->p_neighbor, in ni_rcv_set_links() 304 osm_db_neighbor_set(sm->p_subn->p_neighbor, in ni_rcv_set_links()
|
H A D | osm_req.c | 122 if (!osm_db_neighbor_get(sm->p_subn->p_neighbor, in req_determine_mkey()
|
H A D | osm_state_mgr.c | 1700 osm_db_store(sm->p_subn->p_neighbor, in do_sweep()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_db_pack.h | 443 int osm_db_neighbor_guids(IN osm_db_domain_t * p_neighbor, 473 int osm_db_neighbor_get(IN osm_db_domain_t * p_neighbor, IN uint64_t guid1, 510 int osm_db_neighbor_set(IN osm_db_domain_t * p_neighbor, IN uint64_t guid1, 546 int osm_db_neighbor_delete(IN osm_db_domain_t * p_neighbor,
|
H A D | osm_subnet.h | 786 osm_db_domain_t *p_neighbor; member
|