Home
last modified time | relevance | path

Searched refs:rep_target_delay_plus (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1743 ibt_ib2usec(rep_msgp->rep_target_delay_plus >> 3); in ibcm_process_rep_msg()
1854 rep_msgp->rep_target_delay_plus >> 1 & 3; in ibcm_return_open_data()
5592 rep_msgp->rep_target_delay_plus |= in ibcm_invoke_qp_modify()
6546 rep_msgp->rep_target_delay_plus |= IBT_CM_FLOW_CONTROL; in ibcm_process_cep_req_cm_hdlr()
6629 rep_msgp->rep_target_delay_plus |= (status == IBT_SUCCESS) ? in ibcm_process_cep_req_cm_hdlr()
6771 cm_rep_msgp->rep_target_delay_plus >> 1 & 3; in ibcm_cep_state_rep()
6773 if (cm_rep_msgp->rep_target_delay_plus & 0x1) in ibcm_cep_state_rep()
6879 ibt_ib2usec(cm_rep_msgp->rep_target_delay_plus >> 3)); in ibcm_process_cep_rep_cm_hdlr()
6886 cm_rep_msgp->rep_target_delay_plus >> 3); in ibcm_process_cep_rep_cm_hdlr()
7022 (((rep_msg->rep_target_delay_plus >> 1) & 0x3) == in ibcm_invoke_rtu_qp_modify()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1294 uint8_t rep_target_delay_plus; /* TGT_ACK_DLY_5 FAIL_2 EE_1 */ member