Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-memory.c87 if (router_a->rou_port[port].port_nasid == INVALID_NASID) in router_recurse()
91 router_a->rou_port[port].port_nasid, in router_recurse()
92 router_a->rou_port[port].port_offset); in router_recurse()
138 if (router->rou_port[port].port_nasid == INVALID_NASID) in compute_node_distance()
142 router->rou_port[port].port_nasid, in compute_node_distance()
143 router->rou_port[port].port_offset); in compute_node_distance()
239 if (router->rou_port[port].port_nasid == INVALID_NASID) in dump_topology()
243 router->rou_port[port].port_nasid, in dump_topology()
244 router->rou_port[port].port_offset); in dump_topology()
/linux-2.6.39/arch/mips/include/asm/sn/
Dklconfig.h717 klport_t rou_port[MAX_ROUTER_PORTS + 1] ; /* array index 1 to 6 */ member