Searched defs:hns_roce_dev (Results 1 – 1 of 1) sorted by relevance
924 struct hns_roce_dev { struct936 enum hns_roce_device_state state; argument937 struct list_head qp_list; /* list of all qps on this dev */938 spinlock_t qp_list_lock; /* protect qp_list */939 struct list_head dip_list; /* list of all dest ips on this dev */940 spinlock_t dip_list_lock; /* protect dip_list */942 struct list_head pgdir_list;943 struct mutex pgdir_mutex;944 int irq[HNS_ROCE_MAX_IRQ_NUM];945 u8 __iomem *reg_base;[all …]