Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h313 int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn);
H A Dmthca_qp.c2288 err = mthca_CONF_SPECIAL_QP(dev, i ? IB_QPT_GSI : IB_QPT_SMI, in mthca_init_qp_table()
2300 mthca_CONF_SPECIAL_QP(dev, i, 0); in mthca_init_qp_table()
2313 mthca_CONF_SPECIAL_QP(dev, i, 0); in mthca_cleanup_qp_table()
H A Dmthca_cmd.c1837 int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn) in mthca_CONF_SPECIAL_QP() function