Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
430 struct octeon_device { struct432 spinlock_t pci_win_lock;435 spinlock_t mem_access_lock;438 struct pci_dev *pci_dev;441 void *chip;444 u32 ifcount;446 struct octdev_props props[MAX_OCTEON_LINKS];449 u16 chip_id;451 u16 rev_id;453 u32 subsystem_id;[all …]
542 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable