Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c77 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
689 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()
726 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()
727 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()
1059 struct net_device *physdev = hba->phys_dev; in bnx2fc_netdev_setup()
1130 struct net_device *phys_dev; in bnx2fc_interface_release() local
1136 phys_dev = hba->phys_dev; in bnx2fc_interface_release()
1191 hba->phys_dev = cnic->netdev; in bnx2fc_interface_create()
1193 hba->netdev = hba->phys_dev; in bnx2fc_interface_create()
1390 struct net_device *phys_dev; in bnx2fc_destroy() local
[all …]
Dbnx2fc.h161 struct net_device *phys_dev; member
/linux-2.6.39/drivers/pci/
Dpci-acpi.c279 static int acpi_dev_run_wake(struct device *phys_dev, bool enable) in acpi_dev_run_wake() argument
285 if (!device_run_wake(phys_dev)) in acpi_dev_run_wake()
288 handle = DEVICE_ACPI_HANDLE(phys_dev); in acpi_dev_run_wake()
290 dev_dbg(phys_dev, "ACPI handle has no context in %s!\n", in acpi_dev_run_wake()