Searched defs:hns_roce_dev (Results 1 – 1 of 1) sorted by relevance
917 struct hns_roce_dev { struct929 enum hns_roce_device_state state; argument930 struct list_head qp_list; /* list of all qps on this dev */931 spinlock_t qp_list_lock; /* protect qp_list */932 struct list_head dip_list; /* list of all dest ips on this dev */933 spinlock_t dip_list_lock; /* protect dip_list */935 struct list_head pgdir_list;936 struct mutex pgdir_mutex;937 int irq[HNS_ROCE_MAX_IRQ_NUM];938 u8 __iomem *reg_base;[all …]