Searched defs:nitrox_device (Results 1 – 1 of 1) sorted by relevance
221 struct nitrox_device { struct222 struct list_head list;224 u8 __iomem *bar_addr;225 struct pci_dev *pdev;227 atomic_t state;228 unsigned long flags;229 unsigned long timeout;230 refcount_t refcnt;232 u8 idx;233 int node;[all …]