Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libibverbs/
Dlibibverbs.map96 ibv_cmd_create_ah;
Ddriver.h267 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
Dcmd.c1582 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, in ibv_cmd_create_ah() function
/freebsd-12-stable/contrib/ofed/libmlx5/
Dverbs.c1698 if (ibv_cmd_create_ah(pd, &ah->ibv_ah, attr, &resp.ibv_resp, sizeof(resp))) in mlx5_create_ah()