Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3774 struct pci_dev *oth_pdev; in qlcnic_is_first_func() local
3778 oth_pdev = pci_get_domain_bus_and_slot(pci_domain_nr in qlcnic_is_first_func()
3781 if (!oth_pdev) in qlcnic_is_first_func()
3784 if (oth_pdev->current_state != PCI_D3cold) { in qlcnic_is_first_func()
3785 pci_dev_put(oth_pdev); in qlcnic_is_first_func()
3788 pci_dev_put(oth_pdev); in qlcnic_is_first_func()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3745 struct pci_dev *oth_pdev; in qlcnic_is_first_func() local
3749 oth_pdev = pci_get_domain_bus_and_slot(pci_domain_nr in qlcnic_is_first_func()
3752 if (!oth_pdev) in qlcnic_is_first_func()
3755 if (oth_pdev->current_state != PCI_D3cold) { in qlcnic_is_first_func()
3756 pci_dev_put(oth_pdev); in qlcnic_is_first_func()
3759 pci_dev_put(oth_pdev); in qlcnic_is_first_func()

Completed in 9 milliseconds