Searched refs:p_sa (Results 1 – 4 of 4) sorted by relevance
97 void osm_sa_construct(IN osm_sa_t * p_sa) in osm_sa_construct() argument99 memset(p_sa, 0, sizeof(*p_sa)); in osm_sa_construct()100 p_sa->state = OSM_SA_STATE_INIT; in osm_sa_construct()101 p_sa->sa_trans_id = OSM_SA_INITIAL_TID_VALUE; in osm_sa_construct()103 cl_timer_construct(&p_sa->sr_timer); in osm_sa_construct()106 void osm_sa_shutdown(IN osm_sa_t * p_sa) in osm_sa_shutdown() argument108 OSM_LOG_ENTER(p_sa->p_log); in osm_sa_shutdown()110 cl_timer_stop(&p_sa->sr_timer); in osm_sa_shutdown()113 osm_sa_mad_ctrl_unbind(&p_sa->mad_ctrl); in osm_sa_shutdown()116 cl_disp_unregister(p_sa->nr_disp_h); in osm_sa_shutdown()[all …]
255 osm_sa_t *p_sa = &p_subn->p_osm->sa; in osm_prtn_add_mcgroup() local282 mgrp = osm_mcmr_rcv_find_or_create_new_mgrp(p_sa, comp_mask, &mc_rec); in osm_prtn_add_mcgroup()
272 void osm_sa_construct(IN osm_sa_t * p_sa);301 void osm_sa_shutdown(IN osm_sa_t * p_sa);324 void osm_sa_destroy(IN osm_sa_t * p_sa);352 ib_api_status_t osm_sa_init(IN osm_sm_t * p_sm, IN osm_sa_t * p_sa,407 ib_api_status_t osm_sa_bind(IN osm_sa_t * p_sa, IN ib_net64_t port_guid);
1113 ib_sa_mad_t *const p_sa = (ib_sa_mad_t *) p_mad; in osm_vendor_send() local1156 if (!ib_rmpp_is_flag_set((ib_rmpp_mad_t *) p_sa, in osm_vendor_send()1159 p_sa->rmpp_version = 0; in osm_vendor_send()1160 p_sa->rmpp_type = 0; in osm_vendor_send()1161 p_sa->rmpp_flags = 0; in osm_vendor_send()1162 p_sa->rmpp_status = 0; in osm_vendor_send()1167 ib_rmpp_is_flag_set((ib_rmpp_mad_t *) p_sa, in osm_vendor_send()1172 p_sa->rmpp_version = 1; in osm_vendor_send()1173 p_sa->seg_num = cl_ntoh32(1); /* first DATA is seg 1 */ in osm_vendor_send()1174 p_sa->rmpp_flags |= (uint8_t) 0x70; /* RRespTime of 14 (high 5 bits) */ in osm_vendor_send()[all …]