Home
last modified time | relevance | path

Searched refs:ibv_cmd_alloc_mw (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/ofed/libibverbs/
H A Dlibibverbs.map90 ibv_cmd_alloc_mw;
H A Ddriver.h182 int ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type,
H A Dcmd.c428 int ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type, in ibv_cmd_alloc_mw() function
/freebsd-src/contrib/ofed/libmlx4/
H A Dverbs.c327 ret = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), in mlx4_alloc_mw()
/freebsd-src/contrib/ofed/libirdma/
H A Dirdma_uverbs.c268 err = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), &resp, in irdma_ualloc_mw()
/freebsd-src/contrib/ofed/libmlx5/
H A Dverbs.c232 ret = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), &resp, in mlx5_alloc_mw()