Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/rdma/
Derdma-abi.h42 __u32 sdb_type; member
/linux-6.1.9/drivers/infiniband/hw/erdma/
Derdma_verbs.c1129 ctx->sdb_type = ERDMA_SDB_PAGE; in alloc_db_resources()
1144 ctx->sdb_type = ERDMA_SDB_ENTRY; in alloc_db_resources()
1159 ctx->sdb_type = ERDMA_SDB_SHARED; in alloc_db_resources()
1221 uresp.sdb_type = ctx->sdb_type; in erdma_alloc_ucontext()
1242 if (ctx->sdb_type == ERDMA_SDB_PAGE) in erdma_dealloc_ucontext()
1244 else if (ctx->sdb_type == ERDMA_SDB_ENTRY) in erdma_dealloc_ucontext()
Derdma_verbs.h37 u32 sdb_type; member