Searched defs:hns_roce_dev (Results 1 – 1 of 1) sorted by relevance
935 struct hns_roce_dev { struct949 enum hns_roce_device_state state; argument950 struct list_head qp_list; /* list of all qps on this dev */951 spinlock_t qp_list_lock; /* protect qp_list */952 struct list_head dip_list; /* list of all dest ips on this dev */953 spinlock_t dip_list_lock; /* protect dip_list */955 struct list_head pgdir_list;956 struct mutex pgdir_mutex;957 int irq[HNS_ROCE_MAX_IRQ_NUM];958 u8 __iomem *reg_base;[all …]