Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
371 struct octeon_device { struct373 struct mtx pci_win_lock;376 struct mtx mem_access_lock;379 device_t device;382 void *chip;385 uint32_t ifcount;387 struct lio_if_props props;390 uint16_t chip_id;392 uint16_t rev_id;394 uint16_t subdevice_id;[all …]
176 static struct octeon_device *octeon_device[LIO_MAX_DEVICES]; variable