Home
last modified time | relevance | path

Searched refs:extern_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c326 ctx->extern_alloc.free(buf->buf, ctx->extern_alloc.data); in mlx5_free_buf_extern()
334 addr = ctx->extern_alloc.alloc(size, ctx->extern_alloc.data); in mlx5_alloc_buf_extern()
339 ctx->extern_alloc.free(addr, in mlx5_alloc_buf_extern()
340 ctx->extern_alloc.data); in mlx5_alloc_buf_extern()
457 return context->extern_alloc.alloc && context->extern_alloc.free; in mlx5_is_extern_alloc()
H A Dmlx5.h274 struct mlx5dv_ctx_allocators extern_alloc; member
H A Dmlx5.c824 ctx->extern_alloc = *((struct mlx5dv_ctx_allocators *)attr); in mlx5dv_set_context_attr()