Searched defs:nitrox_device (Results 1 – 1 of 1) sorted by relevance
125 struct nitrox_device { struct126 struct list_head list;128 u8 __iomem *bar_addr;129 struct pci_dev *pdev;131 unsigned long status;132 unsigned long timeout;133 refcount_t refcnt;135 u8 idx;159 static inline u64 nitrox_read_csr(struct nitrox_device *ndev, u64 offset) in nitrox_read_csr() argument