Searched defs:hns_roce_dev (Results 1 – 1 of 1) sorted by relevance
970 struct hns_roce_dev { struct982 enum hns_roce_device_state state; argument983 struct list_head qp_list; /* list of all qps on this dev */984 spinlock_t qp_list_lock; /* protect qp_list */985 struct list_head dip_list; /* list of all dest ips on this dev */986 spinlock_t dip_list_lock; /* protect dip_list */988 struct list_head pgdir_list;989 struct mutex pgdir_mutex;990 int irq[HNS_ROCE_MAX_IRQ_NUM];991 u8 __iomem *reg_base;[all …]