Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dhfi.h1069 struct hfi1_devdata { struct
1070 struct hfi1_ibdev verbs_dev; /* must be first */
1073 struct pci_dev *pcidev;
1074 struct cdev user_cdev;
1075 struct cdev diag_cdev;
1076 struct cdev ui_cdev;
1077 struct device *user_device;
1078 struct device *diag_device;
1079 struct device *ui_device;
1082 u8 __iomem *kregbase1;
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/hw/hfi1/
Dhfi.h1012 struct hfi1_devdata { struct
1013 struct hfi1_ibdev verbs_dev; /* must be first */
1014 struct list_head list;
1017 struct pci_dev *pcidev;
1018 struct cdev user_cdev;
1019 struct cdev diag_cdev;
1020 struct cdev ui_cdev;
1021 struct device *user_device;
1022 struct device *diag_device;
1023 struct device *ui_device;
[all …]