Searched refs:tx_qp (Results 1 – 5 of 5) sorted by relevance
369 txq = &apc->tx_qp[txq_idx]->txq; in mana_start_xmit() 371 cq = &apc->tx_qp[txq_idx]->tx_cq; in mana_start_xmit() 628 tx_stats = &apc->tx_qp[q]->txq.stats; in mana_get_stats64() 2399 if (!apc->tx_qp) in mana_create_txq() 2403 if (!apc->tx_qp[i]) in mana_create_txq() 2406 debugfs_remove_recursive(apc->tx_qp[i]->mana_tx_debugfs); in mana_create_txq() 2407 apc->tx_qp[i]->mana_tx_debugfs = NULL; in mana_create_txq() 2409 napi = &apc->tx_qp[i]->tx_cq.napi; in mana_create_txq() 2410 if (apc->tx_qp[i]->txq.napi_initialized) { in mana_create_txq() 2414 apc->tx_qp[ in mana_create_txq() 2350 struct mana_tx_qp *tx_qp = &apc->tx_qp[idx]; mana_create_txq_debugfs() local [all...]
436 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local446 tx_qp = get_tx_qp(gsi, &cur_wr); in mlx5_ib_gsi_post_send()447 if (!tx_qp) { in mlx5_ib_gsi_post_send()459 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
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()
219 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()553 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
472 #define tx_qp(tx) container_of(tx, struct siw_qp, tx_ctx)471 #define tx_qp( global() macro