Home
last modified time | relevance | path

Searched refs:user_cq (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c220 mem = &cq->user_cq.qbuf_mem; in create_cq_cmd()
241 req.cq_dbrec_dma = cq->user_cq.dbrec_dma; in create_cq_cmd()
1304 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_destroy_cq()
1305 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_destroy_cq()
1875 ret = get_mtt_entries(dev, &cq->user_cq.qbuf_mem, ureq->qbuf_va, in erdma_init_user_cq()
1882 &cq->user_cq.user_dbr_page, in erdma_init_user_cq()
1883 &cq->user_cq.dbrec_dma); in erdma_init_user_cq()
1885 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_init_user_cq()
1977 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_create_cq()
1978 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_create_cq()
H A Derdma_verbs.h347 struct erdma_ucq_info user_cq; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c345 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() argument
393 if (user_cq) { in mlx4_cq_alloc()
/linux-6.15/include/linux/mlx4/
H A Ddevice.h1149 void *buf_addr, bool user_cq);