Symbol: rdma_ah_find_type
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1565
ah.ibah.type = rdma_ah_find_type(&dev->ib_dev, port);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
197
ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
556
attr.type = rdma_ah_find_type(&dev->ib_dev, port);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3395
ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, port_num);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4339
ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, path->port);
sys/dev/mthca/mthca_mad.c
85
ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num);
sys/dev/mthca/mthca_qp.c
407
ah_attr->type = rdma_ah_find_type(&dev->ib_dev, port_num);
sys/ofed/drivers/infiniband/core/ib_multicast.c
759
ah_attr->type = rdma_ah_find_type(device, port_num);
sys/ofed/drivers/infiniband/core/ib_sa_query.c
1817
ah_attr.type = rdma_ah_find_type(port->agent->device,
sys/ofed/drivers/infiniband/core/ib_sa_query.c
839
ah_attr->type = rdma_ah_find_type(device, port_num);
sys/ofed/drivers/infiniband/core/ib_user_mad.c
501
ah_attr.type = rdma_ah_find_type(file->port->ib_dev,
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1754
rdma_attr->type = rdma_ah_find_type(dev, uverb_attr->port_num);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2438
attr.type = rdma_ah_find_type(ib_dev, cmd.attr.port_num);
sys/ofed/drivers/infiniband/core/ib_verbs.c
799
ah_attr->type = rdma_ah_find_type(device, port_num);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
200
av.type = rdma_ah_find_type(priv->ca, priv->port);