Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
391 struct octeon_device { struct393 spinlock_t pci_win_lock;396 spinlock_t mem_access_lock;399 struct pci_dev *pci_dev;402 void *chip;405 u32 ifcount;407 struct octdev_props props[MAX_OCTEON_LINKS];410 u16 chip_id;412 u16 rev_id;414 u16 pf_num;[all …]
542 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable