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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_slvl_record.c130 const osm_physp_t *p_out_physp, *p_in_physp; local
152 p_out_physp = p_port->p_physp;
153 /* check that the p_out_physp and the p_req_physp share a pkey */
155 (sa->p_log, p_req_physp, p_out_physp))
156 __osm_sa_slvl_create(sa, p_out_physp, p_ctxt, 0);
166 p_out_physp =
169 if (!p_out_physp)
185 /* if the requester and the p_out_physp don't share a pkey -
188 (sa->p_log, p_req_physp, p_out_physp))
191 __osm_sa_slvl_create(sa, p_out_physp, p_ctx
[all...]

Completed in 42 milliseconds