Searched defs:remote_comid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c948 ib_com_id_t remote_comid; local
973 remote_comid = b2h32(req_msgp->req_local_comm_id);
977 IBTF_DPRINTF_L4(cmlog, "ibcm_process_req_msg: remote_comid = %x"
978 " remote_qpn = %x", remote_comid, remote_qpn);
1050 statep->remote_comid = remote_comid;
1135 remote_comid, 0, remote_hca_guid, hcap, &stale_statep);
1142 remote_comid, stale_statep, statep);
1281 if ((remote_comid == statep->remote_comid)
3087 ibcm_build_n_post_rej_mad(uint8_t *input_madp, ib_com_id_t remote_comid, ibcm_mad_addr_t *cm_mad_addr, int which_msg, uint16_t reject_reason) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h312 * remote_comid : Remote communication id
358 ib_com_id_t remote_comid; member in struct:ibcm_state_data_s
483 local_comid local_hca_guid local_qpn remote_comid remote_hca_guid
910 * for all other messages the search criteria is based upon remote_comid.
940 * Passive Side CM based on remote_comid and

Completed in 56 milliseconds