Searched defs:idxd_device (Results 1 – 1 of 1) sorted by relevance
246 struct idxd_device { struct251 enum idxd_device_state state; argument252 unsigned long flags;253 int id;254 int major;255 u32 cmd_status;257 struct pci_dev *pdev;258 void __iomem *reg_base;260 spinlock_t dev_lock; /* spinlock for device */261 spinlock_t cmd_lock; /* spinlock for device commands */[all …]