Searched refs:tx_qp (Results 1 – 2 of 2) sorted by relevance
484 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local494 tx_qp = get_tx_qp(gsi, &cur_wr); in mlx5_ib_gsi_post_send()495 if (!tx_qp) { in mlx5_ib_gsi_post_send()507 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
1069 struct ib_qp *tx_qp; in ipoib_cm_create_tx_qp() local1075 tx_qp = ib_create_qp(priv->pd, &attr); in ipoib_cm_create_tx_qp()1077 return tx_qp; in ipoib_cm_create_tx_qp()