Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
426 struct octeon_device { struct428 spinlock_t pci_win_lock;431 spinlock_t mem_access_lock;434 struct pci_dev *pci_dev;437 void *chip;440 u32 ifcount;442 struct octdev_props props[MAX_OCTEON_LINKS];445 u16 chip_id;447 u16 rev_id;449 u32 subsystem_id;[all …]
542 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable