Lines Matching refs:req_msgp

127 	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()
643 req_msgp->req_starting_psn_plus = h2b32(starting_psn << 8 | in ibt_open_rc_channel()
662 req_msgp->req_part_key = h2b16(prim_pkey); in ibt_open_rc_channel()
670 req_msgp->req_max_cm_retries_plus = statep->max_cm_retries << 4; in ibt_open_rc_channel()
677 req_msgp->req_max_cm_retries_plus |= (1 << 3); in ibt_open_rc_channel()
686 req_msgp->req_mtu_plus = IB_MTU_1K << 4 | in ibt_open_rc_channel()
692 req_msgp->req_mtu_plus = chan_args->oc_path->pi_path_mtu << 4 | in ibt_open_rc_channel()
701 req_msgp->req_mtu_plus |= 8; in ibt_open_rc_channel()
705 req_msgp->req_primary_l_port_lid = h2b16(primary_slid); in ibt_open_rc_channel()
706 req_msgp->req_primary_r_port_lid = in ibt_open_rc_channel()
708 req_msgp->req_primary_l_port_gid.gid_prefix = in ibt_open_rc_channel()
710 req_msgp->req_primary_l_port_gid.gid_guid = in ibt_open_rc_channel()
712 req_msgp->req_primary_r_port_gid.gid_prefix = in ibt_open_rc_channel()
714 req_msgp->req_primary_r_port_gid.gid_guid = in ibt_open_rc_channel()
722 req_msgp->req_primary_flow_label_plus = in ibt_open_rc_channel()
726 req_msgp->req_primary_traffic_class = (primary_grh == B_TRUE) ? in ibt_open_rc_channel()
728 req_msgp->req_primary_hop_limit = (primary_grh == B_TRUE) ? in ibt_open_rc_channel()
730 req_msgp->req_primary_sl_plus = in ibt_open_rc_channel()
734 req_msgp->req_primary_localtime_plus = in ibt_open_rc_channel()
742 req_msgp->req_primary_localtime_plus); in ibt_open_rc_channel()
760 req_msgp->req_alt_l_port_lid = h2b16(alternate_slid); in ibt_open_rc_channel()
761 req_msgp->req_alt_r_port_lid = in ibt_open_rc_channel()
772 bcopy(&tmp_gid, &req_msgp->req_alt_r_port_gid[0], in ibt_open_rc_channel()
779 bcopy(&tmp_gid, &req_msgp->req_alt_l_port_gid[0], in ibt_open_rc_channel()
784 req_msgp->req_alt_flow_label_plus = h2b32( in ibt_open_rc_channel()
788 req_msgp->req_alt_traffic_class = (alternate_grh == B_TRUE) ? in ibt_open_rc_channel()
790 req_msgp->req_alt_hop_limit = (alternate_grh == B_TRUE) ? in ibt_open_rc_channel()
792 req_msgp->req_alt_sl_plus = in ibt_open_rc_channel()
795 req_msgp->req_alt_localtime_plus = ibt_usec2ib((2 * in ibt_open_rc_channel()
811 bcopy(chan_args->oc_priv_data, req_msgp->req_private_data, len); in ibt_open_rc_channel()
813 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*req_msgp)) in ibt_open_rc_channel()
3832 ibcm_req_msg_t *req_msgp; in ibt_ofuvcm_get_req_data() local
3850 ASSERT(statep->req_msgp); in ibt_ofuvcm_get_req_data()
3857 req_msgp = (ibcm_req_msg_t *)statep->req_msgp; in ibt_ofuvcm_get_req_data()
3859 req_data->req_path_mtu = req_msgp->req_mtu_plus >> 4; in ibt_ofuvcm_get_req_data()
3860 req_data->req_rq_psn = b2h32(req_msgp->req_starting_psn_plus) >> 8; in ibt_ofuvcm_get_req_data()