Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1031 struct ib_qp *tx_qp; in ipoib_cm_create_tx_qp() local
1036 tx_qp = ib_create_qp(priv->pd, &attr); in ipoib_cm_create_tx_qp()
1037 if (PTR_ERR(tx_qp) == -EINVAL) { in ipoib_cm_create_tx_qp()
1041 tx_qp = ib_create_qp(priv->pd, &attr); in ipoib_cm_create_tx_qp()
1043 return tx_qp; in ipoib_cm_create_tx_qp()