Searched refs:ext_db (Results 1 – 2 of 2) sorted by relevance
111 if (uctx->ext_db.enable) { in create_qp_cmd()116 uctx->ext_db.sdb_off) | in create_qp_cmd()118 uctx->ext_db.rdb_off); in create_qp_cmd()235 if (uctx->ext_db.enable) { in create_cq_cmd()239 uctx->ext_db.cdb_off); in create_cq_cmd()1389 ctx->ext_db.enable = true; in alloc_db_resources()1390 ctx->ext_db.sdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_SDB); in alloc_db_resources()1391 ctx->ext_db.rdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_RDB); in alloc_db_resources()1392 ctx->ext_db.cdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_CDB); in alloc_db_resources()1394 ctx->sdb = dev->func_bar_addr + (ctx->ext_db.sdb_off << PAGE_SHIFT); in alloc_db_resources()[all …]
44 struct erdma_ext_db_info ext_db; member