Lines Matching refs:in_port
67 res = tb_port_add_nfc_credits(path->hops[i].in_port, in __tb_path_deallocate_nfc()
70 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
81 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hops()
84 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
98 tb_route(path->hops[0].in_port->sw), in tb_path_deactivate()
99 path->hops[0].in_port->port, in tb_path_deactivate()
126 tb_route(path->hops[0].in_port->sw), in tb_path_activate()
127 path->hops[0].in_port->port, in tb_path_activate()
135 res = tb_port_clear_counter(path->hops[i].in_port, in tb_path_activate()
143 res = tb_port_add_nfc_credits(path->hops[i].in_port, in tb_path_activate()
166 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
200 tb_port_info(path->hops[i].in_port, "Writing hop %d, index %d", in tb_path_activate()
202 tb_dump_hop(path->hops[i].in_port, &hop); in tb_path_activate()
203 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
228 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()