Searched refs:dqpn (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 69 __be32 dqpn; member 76 __be32 dqpn; member
|
D | mthca_qp.c | 1601 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_tavor_ud_seg() 1610 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_arbel_ud_seg()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.h | 121 struct mlx5_av *av, u32 dqpn, u32 dqkey);
|
D | ipoib.c | 557 struct ib_ah *address, u32 dqpn) in mlx5i_xmit() argument 564 return mlx5i_sq_xmit(sq, skb, &mah->av, dqpn, ipriv->qkey); in mlx5i_xmit()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 617 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() argument 621 dseg->av.dqp_dct = cpu_to_be32(dqpn | MLX5_EXTENDED_UD_AV); in mlx5i_txwqe_build_datagram() 626 struct mlx5_av *av, u32 dqpn, u32 dqkey) in mlx5i_sq_xmit() argument 690 mlx5i_txwqe_build_datagram(av, dqpn, dqkey, datagram); in mlx5i_sq_xmit()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 540 struct ib_ah *address, u32 dqpn, in post_send() argument 549 priv->tx_wr.remote_qpn = dqpn; in post_send() 564 struct ib_ah *address, u32 dqpn) in ipoib_send() argument 614 skb->len, address, dqpn); in ipoib_send() 650 address, dqpn, tx_req, phead, hlen); in ipoib_send()
|
D | ipoib.h | 496 struct ib_ah *address, u32 dqpn);
|
/Linux-v4.19/include/linux/mlx4/ |
D | qp.h | 357 __be32 dqpn; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | mad.c | 517 int dqpn; in mlx4_ib_send_to_slave() local 551 dqpn = dev->dev->phys_caps.base_proxy_sqpn + 8 * slave + port + (dest_qpt * 2) - 1; in mlx4_ib_send_to_slave() 643 wr.remote_qpn = dqpn; in mlx4_ib_send_to_slave()
|
D | qp.c | 3285 dseg->dqpn = cpu_to_be32(wr->remote_qpn); in set_datagram_seg() 3308 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp1_tunnel); in set_tunnel_datagram_seg() 3310 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp0_tunnel); in set_tunnel_datagram_seg()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 2217 struct ib_ah *address, u32 dqpn);
|