Home
last modified time | relevance | path

Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_device.h277 struct octeon_device { struct
279 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 …]
Docteon_device.c462 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable