Home
last modified time | relevance | path

Searched refs:IBT_STATE_SQE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c987 qp_infop->qp_current_state = IBT_STATE_SQE; in uverbs_modify_update()
1042 *ibt_curr = IBT_STATE_SQE; in uverbs_modify_update()
1055 qp_infop->qp_state = IBT_STATE_SQE; in uverbs_modify_update()
1661 case IBT_STATE_SQE: in uverbs_query_copy_info()
1686 case IBT_STATE_SQE: in uverbs_query_copy_info()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c1317 qp_state = IBT_STATE_SQE; /* Send Queue Error */ in tavor_qp_query()
1518 attr_p->qp_info.qp_state = IBT_STATE_SQE; in tavor_qp_query()
H A Dtavor_qpmod.c153 case IBT_STATE_SQE: in tavor_qp_modify()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h771 IBT_STATE_SQE, /* Send Queue Error */ enumerator
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c2139 qp_state = IBT_STATE_SQE; /* Send Queue Error */ in hermon_qp_query()
2384 attr_p->qp_info.qp_state = IBT_STATE_SQE; in hermon_qp_query()
H A Dhermon_qpmod.c152 case IBT_STATE_SQE: in hermon_qp_modify()
/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c939 modify_attr.qp_current_state = IBT_STATE_SQE; in ibt_recover_ud_channel()