Home
last modified time | relevance | path

Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h490 struct hns_roce_cq { struct
492 struct hns_roce_cq_buf hr_buf; argument
497 void (*comp)(struct hns_roce_cq *cq); argument
498 void (*event)(struct hns_roce_cq *cq, enum hns_roce_event event_type); argument
500 struct hns_roce_uar *uar;
501 u32 cq_depth;
502 u32 cons_index;
503 u32 *set_ci_db;
504 void __iomem *cq_db_l;
505 u16 *tptr_addr;
[all …]