Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c127 ibcm_req_msg_t *req_msgp; in ibt_open_rc_channel() local
596 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*req_msgp)) in ibt_open_rc_channel()
599 req_msgp = (ibcm_req_msg_t *)IBCM_OUT_MSGP(statep->stored_msg); in ibt_open_rc_channel()
600 req_msgp->req_local_comm_id = h2b32(local_comid); in ibt_open_rc_channel()
601 req_msgp->req_svc_id = h2b64(chan_args->oc_path->pi_sid); in ibt_open_rc_channel()
602 req_msgp->req_local_ca_guid = h2b64(hca_guid); in ibt_open_rc_channel()
603 req_msgp->req_local_qkey = h2b32(local_qkey); /* for EEC/RD */ in ibt_open_rc_channel()
606 req_msgp->req_local_qpn_plus = h2b32(local_qpn << 8 | rdma_in); in ibt_open_rc_channel()
609 req_msgp->req_local_eec_no_plus = h2b32(local_eecn << 8 | rdma_out); in ibt_open_rc_channel()
620 req_msgp->req_remote_eecn_plus = h2b32( in ibt_open_rc_channel()
[all …]
H A Dibcm_sm.c953 ibcm_req_msg_t *req_msgp = in ibcm_process_req_msg() local
971 remote_hca_guid = b2h64(req_msgp->req_local_ca_guid); in ibcm_process_req_msg()
972 remote_qpn = b2h32(req_msgp->req_local_qpn_plus) >> 8; in ibcm_process_req_msg()
973 remote_comid = b2h32(req_msgp->req_local_comm_id); in ibcm_process_req_msg()
989 b2h32(req_msgp->req_local_comm_id), cm_mad_addr, in ibcm_process_req_msg()
1014 psn24_timeout5_retry3 = b2h32(req_msgp->req_starting_psn_plus); in ibcm_process_req_msg()
1051 statep->svcid = b2h64(req_msgp->req_svc_id); in ibcm_process_req_msg()
1053 req_msgp->req_mtu_plus & 0x7; in ibcm_process_req_msg()
1059 ibt_ib2usec(req_msgp->req_primary_localtime_plus >> 3); in ibcm_process_req_msg()
1065 statep->max_cm_retries = req_msgp->req_max_cm_retries_plus >> 4; in ibcm_process_req_msg()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h469 void *req_msgp; member