Home
last modified time | relevance | path

Searched refs:tmp_res (Results 1 – 4 of 4) sorted by relevance

/drivers/pci/
Dof.c263 struct resource *res, tmp_res; in devm_of_pci_get_host_bridge_resources() local
317 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources()
321 res = devm_kmemdup(dev, &tmp_res, sizeof(tmp_res), GFP_KERNEL); in devm_of_pci_get_host_bridge_resources()
Dsetup-bus.c371 struct pci_dev_resource *dev_res, *tmp_res, *dev_res2; in __assign_resources_sorted() local
388 list_for_each_entry_safe(dev_res, tmp_res, head, list) { in __assign_resources_sorted()
445 list_for_each_entry_safe(dev_res, tmp_res, head, list) in __assign_resources_sorted()
/drivers/scsi/aic94xx/
Daic94xx_tmf.c164 int res, tmp_res, i; in asd_I_T_nexus_reset() local
183 tmp_res = asd_clear_nexus_I_T(dev, NEXUS_PHASE_RESUME); in asd_I_T_nexus_reset()
184 if (tmp_res == TC_RESUME) in asd_I_T_nexus_reset()
193 "Failed to resume nexus after reset 0x%x\n", tmp_res); in asd_I_T_nexus_reset()
/drivers/net/bonding/
Dbond_main.c3699 int tmp_res; in bond_change_mtu() local
3704 tmp_res = dev_set_mtu(rollback_slave->dev, bond_dev->mtu); in bond_change_mtu()
3705 if (tmp_res) in bond_change_mtu()
3707 tmp_res); in bond_change_mtu()
3770 int tmp_res; in bond_set_mac_address() local
3775 tmp_res = dev_set_mac_address(rollback_slave->dev, in bond_set_mac_address()
3777 if (tmp_res) { in bond_set_mac_address()
3779 __func__, tmp_res); in bond_set_mac_address()