Searched refs:other_oct (Results 1 – 1 of 1) sorted by relevance
758 struct octeon_device *other_oct; in lio_watchdog() local761 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() local841 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()