Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-memory.c73 if (router_a->rou_port[port].port_nasid == INVALID_NASID) in router_recurse()
77 router_a->rou_port[port].port_nasid, in router_recurse()
78 router_a->rou_port[port].port_offset); in router_recurse()
120 if (router->rou_port[port].port_nasid == INVALID_NASID) in compute_node_distance()
124 router->rou_port[port].port_nasid, in compute_node_distance()
125 router->rou_port[port].port_offset); in compute_node_distance()
213 if (router->rou_port[port].port_nasid == INVALID_NASID) in dump_topology()
217 router->rou_port[port].port_nasid, in dump_topology()
218 router->rou_port[port].port_offset); in dump_topology()
/Linux-v5.10/arch/mips/include/asm/sn/
Dklconfig.h717 klport_t rou_port[MAX_ROUTER_PORTS + 1] ; /* array index 1 to 6 */ member