Searched refs:dqpn (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h69 __be32 dqpn; member in struct:mthca_tavor_ud_seg
76 __be32 dqpn; member in struct:mthca_arbel_ud_seg
H A Dmthca_qp.c1612 useg->dqpn = cpu_to_be32(wr->remote_qpn);
1621 useg->dqpn = cpu_to_be32(wr->remote_qpn);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib.h150 u32 dqpn);
H A Dipoib_tx.c31 u32 dqpn; member in struct:ipoib_txparms
329 ohdr->bth[1] = cpu_to_be32(txp->dqpn);
574 u32 dqpn)
594 txp.dqpn = dqpn;
571 hfi1_ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h121 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more);
H A Dipoib.c704 struct ib_ah *address, u32 dqpn)
711 mlx5i_sq_xmit(sq, skb, &mah->av, dqpn, ipriv->qkey, netdev_xmit_more());
703 mlx5i_xmit(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c943 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, argument
947 dseg->av.dqp_dct = cpu_to_be32(dqpn | MLX5_EXTENDED_UD_AV);
975 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more)
1006 mlx5i_txwqe_build_datagram(av, dqpn, dqkey, datagram);
974 mlx5i_sq_xmit(struct mlx5e_txqsq *sq, struct sk_buff *skb, struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) argument
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c567 struct ib_ah *address, u32 dqpn,
576 priv->tx_wr.remote_qpn = dqpn;
591 struct ib_ah *address, u32 dqpn)
640 "sending packet, length=%d address=%p dqpn=0x%06x\n",
641 skb->len, address, dqpn);
678 address, dqpn, tx_req, phead, hlen);
565 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, struct ib_ah *address, u32 dqpn, struct ipoib_tx_buf *tx_req, void *head, int hlen) argument
590 ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) argument
H A Dipoib.h501 struct ib_ah *address, u32 dqpn);
/linux-master/include/linux/mlx4/
H A Dqp.h357 __be32 dqpn; member in struct:mlx4_wqe_datagram_seg
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmad.c525 int dqpn; local
569 dqpn = dev->dev->phys_caps.base_proxy_sqpn + 8 * slave + port + (dest_qpt * 2) - 1;
661 wr.remote_qpn = dqpn;
H A Dqp.c3366 dseg->dqpn = cpu_to_be32(wr->remote_qpn);
3389 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp1_tunnel);
3391 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp0_tunnel);
/linux-master/include/rdma/
H A Dib_verbs.h2234 struct ib_ah *address, u32 dqpn);

Completed in 211 milliseconds