Lines Matching defs:other_oct
760 struct octeon_device *other_oct;
763 other_oct = lio_get_other_octeon_device(oct);
764 if (other_oct != NULL)
765 other_oct->cores_crashed = true;
841 struct octeon_device *other_oct;
843 other_oct = lio_get_device(oct->octeon_id + 1);
845 if ((other_oct != NULL) && other_oct->device) {
849 other_oct_busnum = pci_get_bus(other_oct->device);
855 other_oct_slot = pci_get_slot(other_oct->device);
858 return (other_oct);