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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c2167 ibcm_rej_msg_t *rej_msg = local
2178 if ((b2h32(rej_msg->rej_remote_comm_id) == 0) &&
2179 ((rej_msg->rej_reject_info_len_plus >> 1) >= sizeof (ib_guid_t)) &&
2180 (b2h16(rej_msg->rej_rejection_reason) == IBT_CM_TIMEOUT)) {
2181 bcopy(rej_msg->rej_addl_rej_info, &remote_hca_guid,
2189 b2h32(rej_msg->rej_local_comm_id), 0, remote_hca_guid,
2193 b2h32(rej_msg->rej_remote_comm_id), 0, 0, hcap, &statep);
2203 b2h32(rej_msg->rej_remote_comm_id),
2204 b2h32(rej_msg->rej_local_comm_id),
2205 b2h16(rej_msg
3022 ibcm_rej_msg_t *rej_msg = local
3090 ibcm_rej_msg_t *rej_msg; local
3139 ibcm_rej_msg_t *rej_msg; local
[all...]

Completed in 69 milliseconds