Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c243 txq = &apc->tx_qp[txq_idx].txq; in mana_start_xmit()
245 cq = &apc->tx_qp[txq_idx].tx_cq; in mana_start_xmit()
463 tx_stats = &apc->tx_qp[q].txq.stats; in mana_get_stats64()
1846 if (!apc->tx_qp) in mana_destroy_txq()
1850 napi = &apc->tx_qp[i].tx_cq.napi; in mana_destroy_txq()
1855 mana_destroy_wq_obj(apc, GDMA_SQ, apc->tx_qp[i].tx_object); in mana_destroy_txq()
1857 mana_deinit_cq(apc, &apc->tx_qp[i].tx_cq); in mana_destroy_txq()
1859 mana_deinit_txq(apc, &apc->tx_qp[i].txq); in mana_destroy_txq()
1862 kfree(apc->tx_qp); in mana_destroy_txq()
1863 apc->tx_qp in mana_destroy_txq()
[all...]
H A Dmana_bpf.c71 tx_stats = &apc->tx_qp[q_idx].txq.stats; in mana_xdp_xmit()
H A Dmana_ethtool.c156 tx_stats = &apc->tx_qp[q].txq.stats; in mana_get_ethtool_stats()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dgsi.c463 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local
473 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dgsi.c434 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()
/kernel/linux/linux-6.6/include/net/mana/
H A Dmana.h391 struct mana_tx_qp *tx_qp; member
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c221 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()
552 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
H A Dsiw.h472 #define tx_qp(tx) container_of(tx, struct siw_qp, tx_ctx) macro
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c220 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()
561 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
H A Dsiw.h474 #define tx_qp(tx) container_of(tx, struct siw_qp, tx_ctx) macro
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1071 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()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1071 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()

Completed in 17 milliseconds