Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_cmd.h308 int mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur,
H A Dmthca_qp.c781 err = mthca_MODIFY_QP(dev, cur_state, new_state, qp->qpn, 0, in __mthca_modify_qp()
1453 mthca_MODIFY_QP(dev, qp->state, IB_QPS_RESET, qp->qpn, 0, in mthca_free_qp()
H A Dmthca_cmd.c1730 int mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur, in mthca_MODIFY_QP() function