Searched refs:dqpn (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_wqe.h | 69 __be32 dqpn; member 76 __be32 dqpn; member
|
| H A D | mthca_qp.c | 1612 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()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_tx.c | 31 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() argument 594 txp.dqpn = dqpn; in hfi1_ipoib_send()
|
| H A D | ipoib.h | 150 u32 dqpn);
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 568 struct ib_ah *address, u32 dqpn, in post_send() argument 577 priv->tx_wr.remote_qpn = dqpn; in post_send() 592 struct ib_ah *address, u32 dqpn) in ipoib_send() argument 642 skb->len, address, dqpn); in ipoib_send() 679 address, dqpn, tx_req, phead, hlen); in ipoib_send()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tx.c | 920 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() argument 924 dseg->av.dqp_dct = cpu_to_be32(dqpn | MLX5_EXTENDED_UD_AV); in mlx5i_txwqe_build_datagram() 952 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) in mlx5i_sq_xmit() argument 984 mlx5i_txwqe_build_datagram(av, dqpn, dqkey, datagram); in mlx5i_sq_xmit()
|
| /linux/include/linux/mlx4/ |
| H A D | qp.h | 357 __be32 dqpn; member
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 525 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()
|