Searched refs:phys_dev (Results 1 – 4 of 4) sorted by relevance
19 struct device *phys_dev; in parse_acpi_path() local43 phys_dev = acpi_get_first_physical_node(adev); in parse_acpi_path()44 if (phys_dev) { in parse_acpi_path()45 *child = get_device(phys_dev); in parse_acpi_path()
87 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);89 *phys_dev);766 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()787 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()807 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()808 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()1231 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()1380 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()2296 struct net_device *phys_dev = netdev; in _bnx2fc_create() local2319 phys_dev = vlan_dev_real_dev(netdev); in _bnx2fc_create()[all …]
187 struct net_device *phys_dev; member
655 struct device *phys_dev; in acpi_get_first_physical_node() local659 phys_dev = NULL; in acpi_get_first_physical_node()666 phys_dev = node->dev; in acpi_get_first_physical_node()669 return phys_dev; in acpi_get_first_physical_node()676 const struct device *phys_dev = acpi_get_first_physical_node(adev); in acpi_primary_dev_companion() local678 return phys_dev && phys_dev == dev ? adev : NULL; in acpi_primary_dev_companion()