Home
last modified time | relevance | path

Searched refs:ext_db (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/erdma/ !
H A Derdma_verbs.c118 if (uctx->ext_db.enable) { in create_qp_cmd()
123 uctx->ext_db.sdb_off) | in create_qp_cmd()
125 uctx->ext_db.rdb_off); in create_qp_cmd()
243 if (uctx->ext_db.enable) { in create_cq_cmd()
247 uctx->ext_db.cdb_off); in create_cq_cmd()
1481 ctx->ext_db.enable = true; in alloc_db_resources()
1482 ctx->ext_db.sdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_SDB); in alloc_db_resources()
1483 ctx->ext_db.rdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_RDB); in alloc_db_resources()
1484 ctx->ext_db.cdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_CDB); in alloc_db_resources()
1486 ctx->sdb = dev->func_bar_addr + (ctx->ext_db.sdb_off << PAGE_SHIFT); in alloc_db_resources()
[all …]
H A Derdma_verbs.h44 struct erdma_ext_db_info ext_db; member