Searched refs:sm_guid_tbl (Results 1 – 8 of 8) sorted by relevance
304 p_sm_guid_tbl = &sa->p_subn->sm_guid_tbl; in osm_smir_rcv_process()317 cl_qmap_apply_func(&sa->p_subn->sm_guid_tbl, in osm_smir_rcv_process()
855 cl_qmap_apply_func(&sm->p_subn->sm_guid_tbl, query_sm_info, sm); in state_mgr_light_sweep_start()879 p_sm_tbl = &sm->p_subn->sm_guid_tbl; in state_mgr_exists_other_master_sm()919 p_sm_tbl = &sm->p_subn->sm_guid_tbl; in state_mgr_get_highest_sm()
439 p_sm_tbl = &sm->p_subn->sm_guid_tbl; in smi_rcv_process_get_response()
257 p_sm_guid_tbl = &sm->p_subn->sm_guid_tbl; in drop_mgr_remove_port()
141 p_sm_tbl = &sm->p_subn->sm_guid_tbl; in pi_rcv_process_endport()
1066 cl_qmap_init(&p_subn->sm_guid_tbl); in osm_subn_construct()1176 p_next_rsm = (osm_remote_sm_t *) cl_qmap_head(&p_subn->sm_guid_tbl); in osm_subn_destroy()1178 (osm_remote_sm_t *) cl_qmap_end(&p_subn->sm_guid_tbl)) { in osm_subn_destroy()
436 p_rsm = (osm_remote_sm_t *) cl_qmap_head(&p_subn->sm_guid_tbl); in dump_sms()437 while (p_rsm != (osm_remote_sm_t *) cl_qmap_end(&p_subn->sm_guid_tbl)) { in dump_sms()
756 cl_qmap_t sm_guid_tbl; member