Searched refs:rdma_create_user_ah (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | verbs.c | 585 * rdma_create_user_ah - Creates an address handle for the 597 struct ib_ah *rdma_create_user_ah(struct ib_pd *pd, in rdma_create_user_ah() function 624 EXPORT_SYMBOL(rdma_create_user_ah); variable
|
H A D | user_mad.c | 562 ah = rdma_create_user_ah(agent->qp->pd, &ah_attr, NULL); in ib_umad_write()
|
H A D | uverbs_cmd.c | 2431 ah = rdma_create_user_ah(pd, &attr, &attrs->driver_udata); in ib_uverbs_create_ah()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | verbs.c | 582 * rdma_create_user_ah - Creates an address handle for the 594 struct ib_ah *rdma_create_user_ah(struct ib_pd *pd, in rdma_create_user_ah() function 621 EXPORT_SYMBOL(rdma_create_user_ah); variable
|
H A D | user_mad.c | 562 ah = rdma_create_user_ah(agent->qp->pd, &ah_attr, NULL); in ib_umad_write()
|
H A D | uverbs_cmd.c | 2436 ah = rdma_create_user_ah(pd, &attr, &attrs->driver_udata); in ib_uverbs_create_ah()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 3469 * rdma_create_user_ah - Creates an address handle for the given address vector. 3480 struct ib_ah *rdma_create_user_ah(struct ib_pd *pd,
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 3541 * rdma_create_user_ah - Creates an address handle for the given address vector. 3552 struct ib_ah *rdma_create_user_ah(struct ib_pd *pd,
|
Completed in 44 milliseconds