Searched refs:ah_tbl (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c196 if ((pd->uctx) && (pd->uctx->ah_tbl.va)) {
197 ahid_addr = pd->uctx->ah_tbl.va + rdma_ah_get_dlid(attr);
H A Docrdma_verbs.c480 ctx->ah_tbl.va = dma_alloc_coherent(&pdev->dev, map_len,
481 &ctx->ah_tbl.pa, GFP_KERNEL);
482 if (!ctx->ah_tbl.va)
485 ctx->ah_tbl.len = map_len;
487 resp.ah_tbl_len = ctx->ah_tbl.len;
488 resp.ah_tbl_page = virt_to_phys(ctx->ah_tbl.va);
513 ocrdma_del_mmap(ctx, ctx->ah_tbl.pa, ctx->ah_tbl.len);
515 dma_free_coherent(&pdev->dev, ctx->ah_tbl.len, ctx->ah_tbl
[all...]
H A Docrdma.h444 } ah_tbl; member in struct:ocrdma_ucontext

Completed in 138 milliseconds