Lines Matching refs:res
65 int i, res; in __tb_path_deallocate_nfc() local
67 res = tb_port_add_nfc_credits(path->hops[i].in_port, in __tb_path_deallocate_nfc()
69 if (res) in __tb_path_deallocate_nfc()
78 int i, res; in __tb_path_deactivate_hops() local
81 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hops()
83 if (res) in __tb_path_deactivate_hops()
117 int i, res; in tb_path_activate() local
135 res = tb_port_clear_counter(path->hops[i].in_port, in tb_path_activate()
137 if (res) in tb_path_activate()
143 res = tb_port_add_nfc_credits(path->hops[i].in_port, in tb_path_activate()
145 if (res) { in tb_path_activate()
166 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
168 if (res) { in tb_path_activate()
203 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
205 if (res) { in tb_path_activate()
216 return res; in tb_path_activate()