Searched refs:tx_qp (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/microsoft/mana/ |
D | mana_en.c | 150 txq = &apc->tx_qp[txq_idx].txq; in mana_start_xmit() 152 cq = &apc->tx_qp[txq_idx].tx_cq; in mana_start_xmit() 324 stats = &apc->tx_qp[q].txq.stats; in mana_get_stats64() 1146 if (!apc->tx_qp) in mana_destroy_txq() 1150 napi = &apc->tx_qp[i].tx_cq.napi; in mana_destroy_txq() 1155 mana_destroy_wq_obj(apc, GDMA_SQ, apc->tx_qp[i].tx_object); in mana_destroy_txq() 1157 mana_deinit_cq(apc, &apc->tx_qp[i].tx_cq); in mana_destroy_txq() 1159 mana_deinit_txq(apc, &apc->tx_qp[i].txq); in mana_destroy_txq() 1162 kfree(apc->tx_qp); in mana_destroy_txq() 1163 apc->tx_qp = NULL; in mana_destroy_txq() [all …]
|
D | mana_ethtool.c | 90 stats = &apc->tx_qp[q].txq.stats; in mana_get_ethtool_stats()
|
D | mana.h | 342 struct mana_tx_qp *tx_qp; member
|
/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 434 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local 444 tx_qp = get_tx_qp(gsi, &cur_wr); in mlx5_ib_gsi_post_send() 445 if (!tx_qp) { in mlx5_ib_gsi_post_send() 457 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1071 struct ib_qp *tx_qp; in ipoib_cm_create_tx_qp() local 1077 tx_qp = ib_create_qp(priv->pd, &attr); in ipoib_cm_create_tx_qp() 1079 return tx_qp; in ipoib_cm_create_tx_qp()
|
/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 221 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx() 562 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
|
D | siw.h | 473 #define tx_qp(tx) container_of(tx, struct siw_qp, tx_ctx) macro
|