Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_device.h400 struct hns_roce_cq { struct
402 struct hns_roce_cq_buf hr_buf; argument
407 void (*comp)(struct hns_roce_cq *cq); argument
408 void (*event)(struct hns_roce_cq *cq, enum hns_roce_event event_type); argument
410 struct hns_roce_uar *uar;
411 u32 cq_depth;
412 u32 cons_index;
413 u32 *set_ci_db;
414 void __iomem *cq_db_l;
415 u16 *tptr_addr;
[all …]