Home
last modified time | relevance | path

Searched refs:other_oct (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c761 struct octeon_device *other_oct; in get_other_octeon_device() local
763 other_oct = lio_get_device(oct->octeon_id + 1); in get_other_octeon_device()
765 if (other_oct && other_oct->pci_dev) { in get_other_octeon_device()
769 other_oct_busnum = other_oct->pci_dev->bus->number; in get_other_octeon_device()
775 other_oct_slot = PCI_SLOT(other_oct->pci_dev->devfn); in get_other_octeon_device()
778 return other_oct; in get_other_octeon_device()
812 struct octeon_device *other_oct; in liquidio_watchdog() local
833 other_oct = get_other_octeon_device(oct); in liquidio_watchdog()
834 if (other_oct) in liquidio_watchdog()
835 WRITE_ONCE(other_oct->cores_crashed, true); in liquidio_watchdog()
[all …]