Searched refs:tx_qp (Results 1 – 4 of 4) sorted by relevance
463 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local473 tx_qp = get_tx_qp(gsi, &cur_wr); in mlx5_ib_gsi_post_send()474 if (!tx_qp) { in mlx5_ib_gsi_post_send()486 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
221 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()542 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
473 #define tx_qp(tx) container_of(tx, struct siw_qp, tx_ctx) macro
1071 struct ib_qp *tx_qp; in ipoib_cm_create_tx_qp() local1077 tx_qp = ib_create_qp(priv->pd, &attr); in ipoib_cm_create_tx_qp()1079 return tx_qp; in ipoib_cm_create_tx_qp()