Searched refs:roce (Results 1 - 25 of 55) sorted by path

123

/linux-master/drivers/infiniband/core/
H A Daddr.c734 if (rec->roce.route_resolved)
759 rec->roce.route_resolved = true;
H A Dcm.c1721 primary_path->roce.route_resolved = false;
1751 alt_path->roce.route_resolved = false;
2169 cm_id_priv->av.ah_attr.roce.dmac);
H A Dcma.c3129 route->path_rec->roce.route_resolved = true;
H A Dlag.c75 memcpy(eth->h_dest, ah_attr->roce.dmac, ETH_ALEN);
H A Dsa_query.c1248 memcpy(ah_attr->roce.dmac, sa_path_get_dmac(rec), ETH_ALEN);
H A Dverbs.c766 ah_attr->roce.dmac);
771 ah_attr->roce.dmac,
1733 ip_eth_mc_map(addr, (char *)ah_attr->roce.dmac);
1736 (char *)ah_attr->roce.dmac);
1810 * for IB. Ban them in roce mode.
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c774 memcpy(ah->qplib_ah.dmac, ah_attr->roce.dmac, ETH_ALEN);
809 memcpy(ah_attr->roce.dmac, ah->qplib_ah.dmac, ETH_ALEN);
2036 qp_attr->ah_attr.roce.dmac);
2213 ether_addr_copy(qp_attr->ah_attr.roce.dmac, qplib_qp->ah.dmac);
/linux-master/drivers/infiniband/hw/hns/
H A DMakefile8 hns-roce-objs := hns_roce_main.o hns_roce_cmd.o hns_roce_pd.o \
14 hns-roce-hw-v2-objs := hns_roce_hw_v2.o $(hns-roce-objs)
15 obj-$(CONFIG_INFINIBAND_HNS) += hns-roce-hw-v2.o
H A Dhns_roce_ah.c89 memcpy(ah->av.mac, ah_attr->roce.dmac, ETH_ALEN);
102 memcpy(resp.dmac, ah_attr->roce.dmac, ETH_ALEN);
H A Dhns_roce_hw_v2.c4545 dmac = (u8 *)attr->ah_attr.roce.dmac;
4904 ibdev_err(ibdev, "ah attr is not RDMA roce type\n");
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c1330 attr->ah_attr.roce.dmac);
4464 ether_addr_copy(dmac, ah_attr->roce.dmac);
4757 * irdma_init_roce_device - initialization of roce rdma device
/linux-master/drivers/infiniband/hw/mlx4/
H A Dah.c93 memcpy(ah->av.eth.mac, ah_attr->roce.dmac, ETH_ALEN);
H A Dqp.c1878 memcpy(path->dmac, ah->roce.dmac, 6);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dah.c79 memcpy(ah->av.rmac, ah_attr->roce.dmac,
80 sizeof(ah_attr->roce.dmac));
117 memcpy(resp.dmac, ah_attr->roce.dmac, ETH_ALEN);
H A Dcong.c463 if (!MLX5_CAP_GEN(mdev, roce) ||
H A Dib_rep.c23 write_lock(&ibdev->port[vport_index].roce.netdev_lock);
24 ibdev->port[vport_index].roce.netdev =
26 write_unlock(&ibdev->port[vport_index].roce.netdev_lock);
107 ibdev->port[vport_index].roce.netdev =
163 write_lock(&port->roce.netdev_lock);
164 port->roce.netdev = NULL;
165 write_unlock(&port->roce.netdev_lock);
H A Dmain.c144 return &port->roce;
150 read_lock(&port->roce.netdev_lock);
154 read_unlock(&port->roce.netdev_lock);
156 return &port->roce;
158 read_unlock(&port->roce.netdev_lock);
167 struct mlx5_roce *roce = container_of(this, struct mlx5_roce, nb); local
169 u32 port_num = roce->native_port_num;
173 ibdev = roce->dev;
183 write_lock(&roce->netdev_lock);
185 roce
3058 mlx5_netdev_notifier_register(struct mlx5_roce *roce, struct net_device *netdev) argument
3071 mlx5_netdev_notifier_unregister(struct mlx5_roce *roce) argument
3083 struct mlx5_roce *roce = container_of(nb, struct mlx5_roce, mdev_nb); local
3102 struct mlx5_roce *roce = &dev->port[port_num].roce; local
3111 struct mlx5_roce *roce = &dev->port[port_num].roce; local
[all...]
H A Dmem.c219 if (!dev->mdev->roce.roce_en &&
H A Dmlx5_ib.h887 struct mlx5_roce roce; member in struct:mlx5_ib_port
H A Dqp.c3548 ah->roce.dmac);
3996 tx_port_affinity = &dev->port[port_num].roce.tx_port_affinity;
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h538 memcpy(mac_addr, ah_attr->roce.dmac, ETH_ALEN);
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c214 DP_ERR(dev, "roce ll2 tx: header failed (rc=%d)\n", rc);
435 ether_addr_copy(udh->eth.dmac_h, ah_attr->roce.dmac);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c285 memcpy(dst->roce.dmac, &src->dmac, ETH_ALEN);
298 memcpy(&dst->dmac, src->roce.dmac, sizeof(dst->dmac));
H A Dpvrdma_verbs.c540 memcpy(ah->av.dmac, ah_attr->roce.dmac, ETH_ALEN);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_av.c14 memcpy(av->dmac, attr->roce.dmac, ETH_ALEN);

Completed in 450 milliseconds

123