Home
last modified time | relevance | path

Searched refs:apr_msgp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c8251 ibcm_apr_msg_t *apr_msgp; in ibcm_post_apr_mad() local
8253 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*apr_msgp)) in ibcm_post_apr_mad()
8255 apr_msgp = (ibcm_apr_msg_t *)IBCM_OUT_MSGP(statep->lapr_msg); in ibcm_post_apr_mad()
8257 apr_msgp->apr_local_comm_id = h2b32(statep->local_comid); in ibcm_post_apr_mad()
8258 apr_msgp->apr_remote_comm_id = h2b32(statep->remote_comid); in ibcm_post_apr_mad()
8262 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*apr_msgp)) in ibcm_post_apr_mad()
8365 ibcm_set_apr_arej(int ap_status, ibcm_apr_msg_t *apr_msgp, in ibcm_set_apr_arej() argument
8368 uint8_t ari_len = apr_msgp->apr_addl_info_len; in ibcm_set_apr_arej()
8383 bcopy(apr_msgp->apr_addl_info, &tclp, sizeof (tclp)); in ibcm_set_apr_arej()
8390 bcopy(apr_msgp->apr_addl_info, &ari->ari_lid, in ibcm_set_apr_arej()
[all …]