Searched defs:octeon_device (Results 1 – 2 of 2) sorted by relevance
370 struct octeon_device { struct372 struct mtx pci_win_lock;375 struct mtx mem_access_lock;378 device_t device;381 void *chip;384 uint32_t ifcount;386 struct lio_if_props props;389 uint16_t chip_id;391 uint16_t rev_id;393 uint16_t subdevice_id;[all …]
175 static struct octeon_device *octeon_device[LIO_MAX_DEVICES]; variable