Searched refs:user_cq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_verbs.c | 215 mem = &cq->user_cq.qbuf_mem; in create_cq_cmd() 236 req.cq_db_info_addr = cq->user_cq.db_info_dma_addr; in create_cq_cmd() 1244 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_destroy_cq() 1245 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_destroy_cq() 1583 ret = get_mtt_entries(dev, &cq->user_cq.qbuf_mem, ureq->qbuf_va, in erdma_init_user_cq() 1590 &cq->user_cq.user_dbr_page, in erdma_init_user_cq() 1591 &cq->user_cq.db_info_dma_addr); in erdma_init_user_cq() 1593 put_mtt_entries(dev, &cq->user_cq.qbuf_mem); in erdma_init_user_cq() 1676 erdma_unmap_user_dbrecords(ctx, &cq->user_cq.user_dbr_page); in erdma_create_cq() 1677 put_mtt_entries(dev, &cq->user_cq in erdma_create_cq() [all...] |
H A D | erdma_verbs.h | 267 struct erdma_ucq_info user_cq; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 344 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() 392 if (user_cq) { in mlx4_cq_alloc() 341 mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, unsigned vector, int collapsed, int timestamp_en, void *buf_addr, bool user_cq) mlx4_cq_alloc() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 345 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() 393 if (user_cq) { in mlx4_cq_alloc() 342 mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, unsigned vector, int collapsed, int timestamp_en, void *buf_addr, bool user_cq) mlx4_cq_alloc() argument
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | device.h | 1130 void *buf_addr, bool user_cq);
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | device.h | 1149 void *buf_addr, bool user_cq);
|
Completed in 13 milliseconds