Searched refs:phys_dev (Results 1 – 5 of 5) sorted by relevance
38 struct device *phys_dev; in parse_acpi_path() local55 phys_dev = acpi_get_first_physical_node(to_acpi_device(*child)); in parse_acpi_path()56 if (phys_dev) { in parse_acpi_path()57 get_device(phys_dev); in parse_acpi_path()59 *child = phys_dev; in parse_acpi_path()
85 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);87 *phys_dev);770 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()791 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()811 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()812 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()1237 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()1386 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()2302 struct net_device *phys_dev = netdev; in _bnx2fc_create() local2325 phys_dev = vlan_dev_real_dev(netdev); in _bnx2fc_create()[all …]
190 struct net_device *phys_dev; member
542 struct device *phys_dev; in acpi_get_first_physical_node() local546 phys_dev = NULL; in acpi_get_first_physical_node()553 phys_dev = node->dev; in acpi_get_first_physical_node()556 return phys_dev; in acpi_get_first_physical_node()563 const struct device *phys_dev = acpi_get_first_physical_node(adev); in acpi_primary_dev_companion() local565 return phys_dev && phys_dev == dev ? adev : NULL; in acpi_primary_dev_companion()
128 void (*bind)(struct device *phys_dev);129 void (*unbind)(struct device *phys_dev);