Home
last modified time | relevance | path

Searched defs:hns_roce_dev (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h923 struct hns_roce_dev { struct
935 enum hns_roce_device_state state; argument
936 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 …]