Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1054 req_msgp->req_mtu_plus & 0x7; in ibcm_process_req_msg()
5644 req_msgp->req_mtu_plus >> 4; in ibcm_invoke_qp_modify()
5648 req_msgp->req_mtu_plus & 0x7; in ibcm_invoke_qp_modify()
5686 req_msgp->req_mtu_plus >> 4; in ibcm_invoke_qp_modify()
6141 IBCM_EVT_REQ(event).req_rnr_retry_cnt = cm_req_msgp->req_mtu_plus & 0x7; in ibcm_cep_state_req()
6222 IBCM_EVT_REQ(event).req_rdc_exists = cm_req_msgp->req_mtu_plus >> 3 & 1; in ibcm_cep_state_req()
6246 ret_args.cm_ret.rep.cm_rnr_retry_cnt = cm_req_msgp->req_mtu_plus & 0x7; in ibcm_cep_state_req()
H A Dibcm_ti.c686 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()
3859 req_data->req_path_mtu = req_msgp->req_mtu_plus >> 4; in ibt_ofuvcm_get_req_data()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1132 uint8_t req_mtu_plus; /* PATH_MTU_4 RDC_1 RNR_3 */ member