Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
Dhabanalabs.h1596 struct hl_device { struct
1597 struct pci_dev *pdev;
1598 u64 pcie_bar_phys[HL_PCI_NUM_BARS];
1599 void __iomem *pcie_bar[HL_PCI_NUM_BARS];
1600 void __iomem *rmmio;
1601 struct cdev cdev;
1602 struct cdev cdev_ctrl;
1603 struct device *dev;
1604 struct device *dev_ctrl;
1605 struct delayed_work work_freq;
[all …]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
Dhabanalabs.h3308 struct hl_device { struct
3319 struct hl_device_reset_work device_reset_work; argument
3320 struct hl_device_reset_work device_release_watchdog_work; argument
3321 char asic_name[HL_STR_MAX];
3322 char status[HL_DEV_STS_MAX][HL_STR_MAX];
3323 enum hl_asic_type asic_type;
3324 struct hl_cq *completion_queue;
3325 struct hl_user_interrupt *user_interrupt;
3326 struct hl_user_interrupt tpc_interrupt;
3327 struct hl_user_interrupt unexpected_error_interrupt;
[all …]