Lines Matching refs:in_port
68 res = tb_port_add_nfc_credits(path->hops[i].in_port, in __tb_path_deallocate_nfc()
71 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
82 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hops()
85 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
99 tb_route(path->hops[0].in_port->sw), in tb_path_deactivate()
100 path->hops[0].in_port->port, in tb_path_deactivate()
127 tb_route(path->hops[0].in_port->sw), in tb_path_activate()
128 path->hops[0].in_port->port, in tb_path_activate()
136 res = tb_port_clear_counter(path->hops[i].in_port, in tb_path_activate()
144 res = tb_port_add_nfc_credits(path->hops[i].in_port, in tb_path_activate()
167 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
201 tb_port_info(path->hops[i].in_port, "Writing hop %d, index %d", in tb_path_activate()
203 tb_dump_hop(path->hops[i].in_port, &hop); in tb_path_activate()
204 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
229 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()