Home
last modified time | relevance | path

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

/freebsd/sys/dev/liquidio/
H A Dlio_main.c760 struct octeon_device *other_oct; in lio_watchdog() local
763 other_oct = lio_get_other_octeon_device(oct); in lio_watchdog()
764 if (other_oct != NULL) in lio_watchdog()
765 other_oct->cores_crashed = true; in lio_watchdog()
841 struct octeon_device *other_oct; in lio_get_other_octeon_device() local
843 other_oct = lio_get_device(oct->octeon_id + 1); in lio_get_other_octeon_device()
845 if ((other_oct != NULL) && other_oct->device) { in lio_get_other_octeon_device()
849 other_oct_busnum = pci_get_bus(other_oct->device); in lio_get_other_octeon_device()
855 other_oct_slot = pci_get_slot(other_oct->device); in lio_get_other_octeon_device()
858 return (other_oct); in lio_get_other_octeon_device()