Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c84 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()
1171 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()
1319 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
2149 struct net_device *phys_dev = netdev; in _bnx2fc_create() local
2172 phys_dev = vlan_dev_real_dev(netdev); in _bnx2fc_create()
[all …]
Dbnx2fc.h188 struct net_device *phys_dev; member
/drivers/acpi/
Ddevice_pm.c709 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() argument
713 if (!device_run_wake(phys_dev)) in acpi_pm_device_run_wake()
716 adev = ACPI_COMPANION(phys_dev); in acpi_pm_device_run_wake()
718 dev_dbg(phys_dev, "ACPI companion missing in %s!\n", __func__); in acpi_pm_device_run_wake()