Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
277 struct octeon_device { struct279 spinlock_t pci_win_lock;282 spinlock_t mem_access_lock;285 struct pci_dev *pci_dev;288 void *chip;291 u32 ifcount;293 struct octdev_props props[MAX_OCTEON_LINKS];296 u16 chip_id;297 u16 rev_id;300 u32 octeon_id;[all …]
462 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable