Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c3749 struct pci_dev *oth_pdev; in qlcnic_is_first_func() local
3753 oth_pdev = pci_get_domain_bus_and_slot(pci_domain_nr in qlcnic_is_first_func()
3756 if (!oth_pdev) in qlcnic_is_first_func()
3759 if (oth_pdev->current_state != PCI_D3cold) { in qlcnic_is_first_func()
3760 pci_dev_put(oth_pdev); in qlcnic_is_first_func()
3763 pci_dev_put(oth_pdev); in qlcnic_is_first_func()