Home
last modified time | relevance | path

Searched refs:TAVOR_QP_RESET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c161 case TAVOR_QP_RESET: in tavor_qp_modify()
248 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
318 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
398 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
480 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
548 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
644 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
687 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_modify()
H A Dtavor_qp.c482 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_alloc()
899 qp->qp_state = TAVOR_QP_RESET; in tavor_special_qp_alloc()
1028 if (qp->qp_state != TAVOR_QP_RESET) { in tavor_qp_free()
1034 qp->qp_state = TAVOR_QP_RESET; in tavor_qp_free()
1209 case TAVOR_QP_RESET: in tavor_qp_query()
H A Dtavor_wr.c130 if ((qp->qp_state == TAVOR_QP_RESET) || in tavor_post_send()
421 if (qp->qp_state == TAVOR_QP_RESET) { in tavor_post_recv()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1869 #define TAVOR_QP_RESET 0x0 macro