Searched refs:user_cq (Results 1 – 3 of 3) sorted by relevance
| /drivers/infiniband/hw/erdma/ |
| A D | erdma_verbs.c | 220 mem = &cq->user_cq.qbuf_mem; in create_cq_cmd() 241 req.cq_dbrec_dma = cq->user_cq.dbrec_dma; in create_cq_cmd() 1309 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_destroy_cq() 1310 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_destroy_cq() 1880 ret = get_mtt_entries(dev, &cq->user_cq.qbuf_mem, ureq->qbuf_va, in erdma_init_user_cq() 1887 &cq->user_cq.user_dbr_page, in erdma_init_user_cq() 1888 &cq->user_cq.dbrec_dma); in erdma_init_user_cq() 1890 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_init_user_cq() 1982 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_create_cq() 1983 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_create_cq()
|
| A D | erdma_verbs.h | 347 struct erdma_ucq_info user_cq; member
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | cq.c | 345 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() argument 393 if (user_cq) { in mlx4_cq_alloc()
|
Completed in 13 milliseconds