Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
427 struct octeon_device { struct429 spinlock_t pci_win_lock;432 spinlock_t mem_access_lock;435 struct pci_dev *pci_dev;438 void *chip;441 u32 ifcount;443 struct octdev_props props[MAX_OCTEON_LINKS];446 u16 chip_id;448 u16 rev_id;450 u32 subsystem_id;[all …]
542 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable