qp_current_state
comm->hlc_qp_info.qp_current_state = IBT_STATE_RTR;
switch (info_p->qp_current_state) {
comm->tlc_qp_info.qp_current_state = IBT_STATE_RTR;
switch (info_p->qp_current_state) {
qp_attr.qp_current_state = IBT_STATE_SQD;
qp_info->qp_current_state, qp_info->qp_flags,
qp_current_state(&qp_attr);
modify_attr.qp_current_state = OF2IBTF_STATE(cur_state);
&qp_infop->qp_current_state;
qp_infop->qp_current_state, qp_infop->qp_flags,
switch (src->qp_current_state) {
qp_infop->qp_current_state = IBT_STATE_RESET;
qp_infop->qp_current_state = IBT_STATE_INIT;
qp_infop->qp_current_state = IBT_STATE_RTR;
qp_infop->qp_current_state = IBT_STATE_RTS;
qp_infop->qp_current_state = IBT_STATE_SQD;
qp_infop->qp_current_state = IBT_STATE_SQE;
qp_infop->qp_current_state = IBT_STATE_ERROR;
qp_info.qp_current_state = ud_chan->ch_current_state;
qp_info.qp_current_state = rc_chan->ch_current_state;
if (qp_info.qp_current_state != rc_chan->ch_current_state &&
(qp_info.qp_current_state == IBT_STATE_RTS ||
qp_info.qp_current_state == IBT_STATE_SQD))
qp_info.qp_current_state = ud_chan->ch_current_state;
if (qp_info.qp_current_state != ud_chan->ch_current_state &&
(qp_info.qp_current_state == IBT_STATE_RTS ||
qp_info.qp_current_state == IBT_STATE_SQD))
modify_attr.qp_current_state = IBT_STATE_SQE;
modify_attr.qp_current_state = IBT_STATE_SQD;
modify_attr.qp_current_state = chan->ch_current_state;
modify_attr.qp_state = modify_attr.qp_current_state =
modify_attrp->qp_current_state = state;
qp_info.qp_current_state = rc_chan->ch_current_state;
qp_info.qp_current_state = IBT_STATE_RTR;
qp_attrs.qp_info.qp_current_state = qp_attrs.qp_info.qp_state;
qp_attrs.qp_info.qp_current_state = qp_attrs.qp_info.qp_state;
qp_mod.qp_current_state = IBT_STATE_SQD;
ibt_cep_state_t qp_current_state; /* current state for */