Searched defs:nitrox_device (Results 1 – 1 of 1) sorted by relevance
236 struct nitrox_device { struct237 struct list_head list;239 u8 __iomem *bar_addr;240 struct pci_dev *pdev;242 atomic_t state;243 unsigned long flags;244 unsigned long timeout;245 refcount_t refcnt;247 u8 idx;248 int node;[all …]