Home
last modified time | relevance | path

Searched refs:ibv_copy_ah_attr_from_kern (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dmarshall.c39 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst, in ibv_copy_ah_attr_from_kern() function
74 ibv_copy_ah_attr_from_kern(&dst->ah_attr, &src->ah_attr); in ibv_copy_qp_attr_from_kern()
75 ibv_copy_ah_attr_from_kern(&dst->alt_ah_attr, &src->alt_ah_attr); in ibv_copy_qp_attr_from_kern()
H A Dmarshall.h54 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst,
H A Dlibibverbs.map80 ibv_copy_ah_attr_from_kern;
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c2050 ibv_copy_ah_attr_from_kern(&dst->ah_attr, &src->ah_attr); in ucma_copy_ud_event()