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

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c704 struct octeon_device *other_oct; local
706 other_oct = lio_get_device(oct->octeon_id + 1);
708 if (other_oct && other_oct->pci_dev) {
712 other_oct_busnum = other_oct->pci_dev->bus->number;
718 other_oct_slot = PCI_SLOT(other_oct->pci_dev->devfn);
721 return other_oct;
755 struct octeon_device *other_oct; local
776 other_oct = get_other_octeon_device(oct);
777 if (other_oct)
[all...]

Completed in 115 milliseconds