Home
last modified time | relevance | path

Searched defs:nitrox_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h125 struct nitrox_device { struct
126 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