Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c2179 if ((b2h32(rej_msg->rej_remote_comm_id) == 0) && in ibcm_process_rej_msg()
2194 b2h32(rej_msg->rej_remote_comm_id), 0, 0, hcap, &statep); in ibcm_process_rej_msg()
2204 b2h32(rej_msg->rej_remote_comm_id), in ibcm_process_rej_msg()
3034 rej_msg->rej_remote_comm_id = h2b32(statep->remote_comid); in ibcm_post_rej_mad()
3113 rej_msg->rej_remote_comm_id = h2b32(remote_comid); in ibcm_build_n_post_rej_mad()
3162 rej_msg->rej_remote_comm_id = req_msgp->req_local_comm_id; in ibcm_post_rej_ver_mismatch()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1258 ib_com_id_t rej_remote_comm_id; /* Remote communication id */ member