Searched defs:idxd_device (Results 1 – 1 of 1) sorted by relevance
164 struct idxd_device { struct169 enum idxd_device_state state; argument170 unsigned long flags;171 int id;172 int major;173 u8 cmd_status;175 struct pci_dev *pdev;176 void __iomem *reg_base;178 spinlock_t dev_lock; /* spinlock for device */179 struct completion *cmd_done;[all …]