Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h69 __be32 dqpn; member
76 __be32 dqpn; member
H A Dmthca_qp.c1609 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_tavor_ud_seg()
1618 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_arbel_ud_seg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h69 __be32 dqpn; member
76 __be32 dqpn; member
H A Dmthca_qp.c1612 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_tavor_ud_seg()
1621 useg->dqpn = cpu_to_be32(wr->remote_qpn); in set_arbel_ud_seg()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c49 u32 dqpn; member
365 ohdr->bth[1] = cpu_to_be32(txp->dqpn); in hfi1_ipoib_build_ib_tx_headers()
588 u32 dqpn) in hfi1_ipoib_send_dma()
608 txp.dqpn = dqpn; in hfi1_ipoib_send_dma()
585 hfi1_ipoib_send_dma(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) hfi1_ipoib_send_dma() argument
H A Dipoib_main.c116 u32 dqpn) in hfi1_ipoib_send()
118 return hfi1_ipoib_send_dma(dev, skb, address, dqpn); in hfi1_ipoib_send()
113 hfi1_ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) hfi1_ipoib_send() argument
H A Dipoib.h159 u32 dqpn);
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c31 u32 dqpn; member
329 ohdr->bth[1] = cpu_to_be32(txp->dqpn); in hfi1_ipoib_build_ib_tx_headers()
574 u32 dqpn) in hfi1_ipoib_send()
594 txp.dqpn = dqpn; in hfi1_ipoib_send()
571 hfi1_ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) hfi1_ipoib_send() argument
H A Dipoib.h150 u32 dqpn);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h120 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more);
H A Dipoib.c660 struct ib_ah *address, u32 dqpn) in mlx5i_xmit()
667 mlx5i_sq_xmit(sq, skb, &mah->av, dqpn, ipriv->qkey, netdev_xmit_more()); in mlx5i_xmit()
659 mlx5i_xmit(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) mlx5i_xmit() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h119 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more);
H A Dipoib.c699 struct ib_ah *address, u32 dqpn) in mlx5i_xmit()
706 mlx5i_sq_xmit(sq, skb, &mah->av, dqpn, ipriv->qkey, netdev_xmit_more()); in mlx5i_xmit()
698 mlx5i_xmit(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) mlx5i_xmit() argument
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c543 struct ib_ah *address, u32 dqpn, in post_send()
552 priv->tx_wr.remote_qpn = dqpn; in post_send()
567 struct ib_ah *address, u32 dqpn) in ipoib_send()
616 "sending packet, length=%d address=%p dqpn=0x%06x\n", in ipoib_send()
617 skb->len, address, dqpn); in ipoib_send()
654 address, dqpn, tx_req, phead, hlen); in ipoib_send()
541 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) post_send() argument
566 ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) ipoib_send() argument
H A Dipoib.h499 struct ib_ah *address, u32 dqpn);
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c543 struct ib_ah *address, u32 dqpn, in post_send()
552 priv->tx_wr.remote_qpn = dqpn; in post_send()
567 struct ib_ah *address, u32 dqpn) in ipoib_send()
616 "sending packet, length=%d address=%p dqpn=0x%06x\n", in ipoib_send()
617 skb->len, address, dqpn); in ipoib_send()
654 address, dqpn, tx_req, phead, hlen); in ipoib_send()
541 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) post_send() argument
566 ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ib_ah *address, u32 dqpn) ipoib_send() argument
H A Dipoib.h499 struct ib_ah *address, u32 dqpn);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c891 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() argument
895 dseg->av.dqp_dct = cpu_to_be32(dqpn | MLX5_EXTENDED_UD_AV); in mlx5i_txwqe_build_datagram()
923 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) in mlx5i_sq_xmit()
954 mlx5i_txwqe_build_datagram(av, dqpn, dqkey, datagram); in mlx5i_sq_xmit()
922 mlx5i_sq_xmit(struct mlx5e_txqsq *sq, struct sk_buff *skb, struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) mlx5i_sq_xmit() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c942 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() argument
946 dseg->av.dqp_dct = cpu_to_be32(dqpn | MLX5_EXTENDED_UD_AV); in mlx5i_txwqe_build_datagram()
974 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) in mlx5i_sq_xmit()
1005 mlx5i_txwqe_build_datagram(av, dqpn, dqkey, datagram); in mlx5i_sq_xmit()
973 mlx5i_sq_xmit(struct mlx5e_txqsq *sq, struct sk_buff *skb, struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) mlx5i_sq_xmit() argument
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Dqp.h357 __be32 dqpn; member
/kernel/linux/linux-6.6/include/linux/mlx4/
H A Dqp.h357 __be32 dqpn; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmad.c524 int dqpn; in mlx4_ib_send_to_slave() local
568 dqpn = dev->dev->phys_caps.base_proxy_sqpn + 8 * slave + port + (dest_qpt * 2) - 1; in mlx4_ib_send_to_slave()
660 wr.remote_qpn = dqpn; in mlx4_ib_send_to_slave()
H A Dqp.c3333 dseg->dqpn = cpu_to_be32(wr->remote_qpn); in set_datagram_seg()
3356 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp1_tunnel); in set_tunnel_datagram_seg()
3358 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp0_tunnel); in set_tunnel_datagram_seg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmad.c525 int dqpn; in mlx4_ib_send_to_slave() local
569 dqpn = dev->dev->phys_caps.base_proxy_sqpn + 8 * slave + port + (dest_qpt * 2) - 1; in mlx4_ib_send_to_slave()
661 wr.remote_qpn = dqpn; in mlx4_ib_send_to_slave()
H A Dqp.c3366 dseg->dqpn = cpu_to_be32(wr->remote_qpn); in set_datagram_seg()
3389 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp1_tunnel); in set_tunnel_datagram_seg()
3391 dseg->dqpn = cpu_to_be32(dev->dev->caps.spec_qps[port - 1].qp0_tunnel); in set_tunnel_datagram_seg()

Completed in 40 milliseconds

12