• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ofed/opensm/opensm/

Lines Matching refs:p_subn

74 	p_rtr_guid_tbl = &sm->p_subn->rtr_guid_tbl;
91 p_remote_port = osm_get_port_by_guid(sm->p_subn,
111 sm->p_subn->force_heavy_sweep = TRUE;
119 p_remote_physp->port_guid != sm->p_subn->sm_port_guid) {
186 (osm_port_t *) cl_qmap_get(&sm->p_subn->port_guid_tbl, port_guid);
201 notice.issuer_lid = sm->p_subn->sm_base_lid;
204 port_gid.unicast.prefix = sm->p_subn->opt.subnet_prefix;
211 notice.issuer_gid.unicast.prefix = sm->p_subn->opt.subnet_prefix;
212 notice.issuer_gid.unicast.interface_id = sm->p_subn->sm_port_guid;
214 status = osm_report_notice(sm->p_log, sm->p_subn, &notice);
221 next_item = cl_qlist_head(&sm->p_subn->alias_guid_list);
222 while (next_item != cl_qlist_end(&sm->p_subn->alias_guid_list)) {
227 cl_qlist_remove_item(&sm->p_subn->alias_guid_list,
236 osm_mgrp_delete_port(sm->p_subn, sm->p_log, mcm_port->mgrp,
240 p_alias_guid_tbl = &sm->p_subn->alias_port_guid_tbl;
255 cl_qmap_remove(&sm->p_subn->port_guid_tbl, port_guid);
257 p_sm_guid_tbl = &sm->p_subn->sm_guid_tbl;
275 p_port_lid_tbl = &sm->p_subn->port_lid_tbl;
282 if (sm->p_subn->opt.drop_event_subscriptions) {
283 if (osm_infr_remove_subscriptions(sm->p_subn, sm->p_log, port_guid)
315 p_sw_guid_tbl = &sm->p_subn->sw_guid_tbl;
359 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
374 (osm_node_t *) cl_qmap_remove(&sm->p_subn->node_guid_tbl,
426 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
505 p_node_guid_tbl = &sm->p_subn->node_guid_tbl;
506 p_port_guid_tbl = &sm->p_subn->port_guid_tbl;
553 sm->p_subn->subnet_initialization_error = TRUE;
555 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);