Searched refs:ib_copy_ah_attr_to_user (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_marshall.h44 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst,
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_marshall.c36 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, function
53 EXPORT_SYMBOL(ib_copy_ah_attr_to_user); variable
74 ib_copy_ah_attr_to_user(&dst->ah_attr, &src->ah_attr);
75 ib_copy_ah_attr_to_user(&dst->alt_ah_attr, &src->alt_ah_attr);
H A Ducma.c221 ib_copy_ah_attr_to_user(&dst->ah_attr, &src->ah_attr);

Completed in 84 milliseconds