Home
last modified time | relevance | path

Searched refs:rou_port (Results 1 – 2 of 2) sorted by relevance

/arch/mips/sgi-ip27/
Dip27-memory.c88 if (router_a->rou_port[port].port_nasid == INVALID_NASID) in router_recurse()
92 router_a->rou_port[port].port_nasid, in router_recurse()
93 router_a->rou_port[port].port_offset); in router_recurse()
139 if (router->rou_port[port].port_nasid == INVALID_NASID) in compute_node_distance()
143 router->rou_port[port].port_nasid, in compute_node_distance()
144 router->rou_port[port].port_offset); in compute_node_distance()
240 if (router->rou_port[port].port_nasid == INVALID_NASID) in dump_topology()
244 router->rou_port[port].port_nasid, in dump_topology()
245 router->rou_port[port].port_offset); in dump_topology()
/arch/mips/include/asm/sn/
Dklconfig.h717 klport_t rou_port[MAX_ROUTER_PORTS + 1] ; /* array index 1 to 6 */ member