[go: nahoru, domu]

Searched defs:phys_dev (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/
H A Ddevice_pm.c701 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) argument
705 if (!device_run_wake(phys_dev))
708 adev = ACPI_COMPANION(phys_dev);
710 dev_dbg(phys_dev, "ACPI companion missing in %s!\n", __func__);
/drivers/scsi/bnx2fc/
H A 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;
736 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state))
756 if (!hba->phys_dev->ethtool_ops ||
757 !hba->phys_dev->ethtool_ops->get_pauseparam)
1171 struct net_device *physdev = interface->hba->phys_dev;
1319 hba->phys_dev = cnic->netdev;
2149 struct net_device *phys_dev = netdev; local
2172 phys_dev
2345 bnx2fc_hba_lookup(struct net_device *phys_dev) argument
2422 struct net_device *phys_dev = netdev; local
[all...]
H A Dbnx2fc.h188 struct net_device *phys_dev; member in struct:bnx2fc_hba

Completed in 72 milliseconds