Searched refs:phys_dev (Results 1 – 6 of 6) sorted by relevance
234 struct pci_dev *phys_dev; in cxl_pci_vphb_add() local237 phys_dev = to_pci_dev(afu->adapter->dev.parent); in cxl_pci_vphb_add()238 phys_phb = pci_bus_to_host(phys_dev->bus); in cxl_pci_vphb_add()247 phb->parent = &phys_dev->dev; in cxl_pci_vphb_add()
84 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);86 *phys_dev);715 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()736 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()756 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()757 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()1170 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()1318 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()2219 struct net_device *phys_dev = netdev; in _bnx2fc_create() local2242 phys_dev = vlan_dev_real_dev(netdev); in _bnx2fc_create()[all …]
188 struct net_device *phys_dev; member
723 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() argument727 if (!device_run_wake(phys_dev)) in acpi_pm_device_run_wake()730 adev = ACPI_COMPANION(phys_dev); in acpi_pm_device_run_wake()732 dev_dbg(phys_dev, "ACPI companion missing in %s!\n", __func__); in acpi_pm_device_run_wake()
135 void (*bind)(struct device *phys_dev);136 void (*unbind)(struct device *phys_dev);
2356 struct device *phys_dev; in cxlflash_probe() local2427 phys_dev = cxl_get_phys_dev(pdev); in cxlflash_probe()2428 if (!dev_is_pci(phys_dev)) { in cxlflash_probe()2433 cfg->parent_dev = to_pci_dev(phys_dev); in cxlflash_probe()