Searched refs:ibv_cmd_get_context (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 164 if (ibv_cmd_get_context(ibv_ctx, &cmd, sizeof cmd, in mlx4_init_context() 172 if (ibv_cmd_get_context(ibv_ctx, &cmd, sizeof cmd, in mlx4_init_context()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | libibverbs.map | 116 ibv_cmd_get_context;
|
H A D | driver.h | 140 int ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd,
|
H A D | cmd.c | 47 int ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd, in ibv_cmd_get_context() function
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 156 if (ibv_cmd_get_context(&iwvctx->ibv_ctx, &cmd.ibv_cmd, sizeof(cmd), in irdma_init_context()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 563 if (!ibv_cmd_get_context(&context->ibv_ctx, &req->ibv_req, in mlx5_cmd_get_context() 586 if (!ibv_cmd_get_context(&context->ibv_ctx, &req->ibv_req, in mlx5_cmd_get_context() 591 return ibv_cmd_get_context(&context->ibv_ctx, &req->ibv_req, in mlx5_cmd_get_context()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 126 if (ibv_cmd_get_context(&context->ibv_ctx, &cmd, sizeof cmd, in c4iw_alloc_context()
|