Searched refs:user_cq (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/erdma/ |
| D | erdma_verbs.c | 178 mtt = &cq->user_cq.qbuf_mtt; in create_cq_cmd() 194 req.cq_db_info_addr = cq->user_cq.db_info_dma_addr; in create_cq_cmd() 1004 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_destroy_cq() 1005 put_mtt_entries(dev, &cq->user_cq.qbuf_mtt); in erdma_destroy_cq() 1332 ret = get_mtt_entries(dev, &cq->user_cq.qbuf_mtt, ureq->qbuf_va, in erdma_init_user_cq() 1339 &cq->user_cq.user_dbr_page, in erdma_init_user_cq() 1340 &cq->user_cq.db_info_dma_addr); in erdma_init_user_cq() 1342 put_mtt_entries(dev, &cq->user_cq.qbuf_mtt); in erdma_init_user_cq() 1425 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_create_cq() 1426 put_mtt_entries(dev, &cq->user_cq.qbuf_mtt); in erdma_create_cq()
|
| D | erdma_verbs.h | 237 struct erdma_ucq_info user_cq; member
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
| 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()
|
| /Linux-v6.1/include/linux/mlx4/ |
| D | device.h | 1129 void *buf_addr, bool user_cq);
|