Searched defs:idxd_device (Results 1 – 1 of 1) sorted by relevance
150 struct idxd_device { struct155 enum idxd_device_state state; argument156 unsigned long flags;157 int id;158 int major;159 u8 cmd_status;161 struct pci_dev *pdev;162 void __iomem *reg_base;164 spinlock_t dev_lock; /* spinlock for device */165 struct completion *cmd_done;[all …]