Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h427 struct octeon_device { struct
429 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 …]
H A Docteon_device.c542 static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES]; variable