Searched refs:ibv_cmd_alloc_mw (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/ofed/libibverbs/ |
H A D | libibverbs.map | 90 ibv_cmd_alloc_mw;
|
H A D | driver.h | 182 int ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type,
|
H A D | cmd.c | 428 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 D | verbs.c | 327 ret = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), in mlx4_alloc_mw()
|
/freebsd-src/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 268 err = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), &resp, in irdma_ualloc_mw()
|
/freebsd-src/contrib/ofed/libmlx5/ |
H A D | verbs.c | 232 ret = ibv_cmd_alloc_mw(pd, type, mw, &cmd, sizeof(cmd), &resp, in mlx5_alloc_mw()
|