Searched refs:tmp_res (Results 1 – 2 of 2) sorted by relevance
183 int res, tmp_res, i; in asd_I_T_nexus_reset() local202 tmp_res = asd_clear_nexus_I_T(dev, NEXUS_PHASE_RESUME); in asd_I_T_nexus_reset()203 if (tmp_res == TC_RESUME) in asd_I_T_nexus_reset()212 "Failed to resume nexus after reset 0x%x\n", tmp_res); in asd_I_T_nexus_reset()
3833 int tmp_res; in bond_change_mtu() local3835 tmp_res = dev_set_mtu(slave->dev, bond_dev->mtu); in bond_change_mtu()3836 if (tmp_res) { in bond_change_mtu()3838 tmp_res, slave->dev->name); in bond_change_mtu()3926 int tmp_res; in bond_set_mac_address() local3928 tmp_res = dev_set_mac_address(slave->dev, &tmp_sa); in bond_set_mac_address()3929 if (tmp_res) { in bond_set_mac_address()3931 tmp_res, slave->dev->name); in bond_set_mac_address()