Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c710 struct octeon_device *other_oct; in get_other_octeon_device() local
712 other_oct = lio_get_device(oct->octeon_id + 1); in get_other_octeon_device()
714 if (other_oct && other_oct->pci_dev) { in get_other_octeon_device()
718 other_oct_busnum = other_oct->pci_dev->bus->number; in get_other_octeon_device()
724 other_oct_slot = PCI_SLOT(other_oct->pci_dev->devfn); in get_other_octeon_device()
727 return other_oct; in get_other_octeon_device()
761 struct octeon_device *other_oct; in liquidio_watchdog() local
782 other_oct = get_other_octeon_device(oct); in liquidio_watchdog()
783 if (other_oct) in liquidio_watchdog()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c704 struct octeon_device *other_oct; in get_other_octeon_device() local
706 other_oct = lio_get_device(oct->octeon_id + 1); in get_other_octeon_device()
708 if (other_oct && other_oct->pci_dev) { in get_other_octeon_device()
712 other_oct_busnum = other_oct->pci_dev->bus->number; in get_other_octeon_device()
718 other_oct_slot = PCI_SLOT(other_oct->pci_dev->devfn); in get_other_octeon_device()
721 return other_oct; in get_other_octeon_device()
755 struct octeon_device *other_oct; in liquidio_watchdog() local
776 other_oct = get_other_octeon_device(oct); in liquidio_watchdog()
777 if (other_oct) in liquidio_watchdog()
[all...]

Completed in 11 milliseconds