Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cmd.h317 int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn,
HDmthca_qp.c2298 err = mthca_CONF_SPECIAL_QP(dev, i ? IB_QPT_GSI : IB_QPT_SMI, in mthca_init_qp_table()
2315 mthca_CONF_SPECIAL_QP(dev, i, 0, &status); in mthca_init_qp_table()
2329 mthca_CONF_SPECIAL_QP(dev, i, 0, &status); in mthca_cleanup_qp_table()
HDmthca_cmd.c1796 int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn, in mthca_CONF_SPECIAL_QP() function