ibv_create_ah_from_wc (3) Linux Manual Page
NAME ibv_init_ah_from_wc, ibv_create_ah_from_wc – initialize or create an address handle (AH) from a work completion SYNOPSIS #include <infiniband/verbs.h> int ibv_init_ah_from_wc(struct ibv_context *context, uint8_t port_num, struct ibv_wc *wc, struct ibv_grh *grh, struct ibv_ah_attr *ah_attr); struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, struct ibv_grh *grh, uint8_t port_num); DESCRIPTION ibv_init_ah_from_wc() initializes the address handle (AH) attribute structure…
