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