Home
last modified time | relevance | path

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

/src/sys/dev/liquidio/
H A Dlio_main.c758 struct octeon_device *other_oct; in lio_watchdog() local
761 other_oct = lio_get_other_octeon_device(oct); in lio_watchdog()
762 if (other_oct != NULL) in lio_watchdog()
763 other_oct->cores_crashed = true; in lio_watchdog()
839 struct octeon_device *other_oct; in lio_get_other_octeon_device() local
841 other_oct = lio_get_device(oct->octeon_id + 1); in lio_get_other_octeon_device()
843 if ((other_oct != NULL) && other_oct->device) { in lio_get_other_octeon_device()
847 other_oct_busnum = pci_get_bus(other_oct->device); in lio_get_other_octeon_device()
853 other_oct_slot = pci_get_slot(other_oct->device); in lio_get_other_octeon_device()
856 return (other_oct); in lio_get_other_octeon_device()