Searched refs:phys_dev (Results 1 – 6 of 6) sorted by relevance
19 struct device *phys_dev; in parse_acpi_path() local40 phys_dev = acpi_get_first_physical_node(adev); in parse_acpi_path()41 if (phys_dev) { in parse_acpi_path()42 *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
689 struct device *phys_dev; in acpi_get_first_physical_node() local693 phys_dev = NULL; in acpi_get_first_physical_node()700 phys_dev = node->dev; in acpi_get_first_physical_node()703 return phys_dev; in acpi_get_first_physical_node()710 const struct device *phys_dev = acpi_get_first_physical_node(adev); in acpi_primary_dev_companion() local712 return phys_dev && phys_dev == dev ? adev : NULL; in acpi_primary_dev_companion()
138 void (*bind)(struct device *phys_dev);139 void (*unbind)(struct device *phys_dev);
3339 struct device *phys_dev, in serial_core_ctrl_find() argument3352 if (state->uart_port->dev == phys_dev && in serial_core_ctrl_find()3445 struct device *phys_dev = port->dev; in serial_core_unregister_port() local3460 if (!serial_core_ctrl_find(drv, phys_dev, ctrl_id)) in serial_core_unregister_port()