Searched refs:rdma_ah_find_type (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 86 ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num); in update_sm_ah()
|
H A D | mthca_qp.c | 407 ah_attr->type = rdma_ah_find_type(&dev->ib_dev, port_num); in to_rdma_ah_attr()
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | 761 ah_attr.type = rdma_ah_find_type(ibp, port->port_num); in opa_vnic_vema_send_trap()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 199 ah_attr.type = rdma_ah_find_type(&dev->ib_dev, port_num); in update_sm_ah() 577 attr.type = rdma_ah_find_type(&dev->ib_dev, port); in mlx4_ib_send_to_slave() 1575 ah.ibah.type = rdma_ah_find_type(&dev->ib_dev, port); in mlx4_ib_multiplex_mad()
|
H A D | qp.c | 3986 ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, port_num); in to_rdma_ah_attr()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | multicast.c | 757 ah_attr->type = rdma_ah_find_type(device, port_num); in ib_init_ah_from_mcmember()
|
H A D | sa_query.c | 1238 ah_attr->type = rdma_ah_find_type(device, port_num); in ib_init_ah_attr_from_path() 2067 ah_attr.type = rdma_ah_find_type(port->agent->device, in update_sm_ah()
|
H A D | user_mad.c | 556 ah_attr.type = rdma_ah_find_type(agent->device, in ib_umad_write()
|
H A D | uverbs_cmd.c | 1732 rdma_attr->type = rdma_ah_find_type(dev, uverb_attr->port_num); in copy_ah_attr_from_uverbs() 2420 attr.type = rdma_ah_find_type(ib_dev, cmd.attr.port_num); in ib_uverbs_create_ah()
|
H A D | verbs.c | 806 ah_attr->type = rdma_ah_find_type(device, port_num); in ib_init_ah_attr_from_wc()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 277 av.type = rdma_ah_find_type(priv->ca, priv->port); in ipoib_mcast_join_finish()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 1348 attr.type = rdma_ah_find_type(&dd->verbs_dev.rdi.ibdev, port_num); in qib_create_qp0_ah()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 4647 static inline enum rdma_ah_attr_type rdma_ah_find_type(struct ib_device *dev, in rdma_ah_find_type() function
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 261 attr.type = rdma_ah_find_type(&dd->verbs_dev.rdi.ibdev, port_num); in hfi1_create_qp0_ah()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 4805 ah_attr->type = rdma_ah_find_type(&ibdev->ib_dev, port); in to_rdma_ah_attr()
|