Home
last modified time | relevance | path

Searched refs:router (Results 1 – 25 of 115) sorted by relevance

12345

/Linux-v5.15/arch/x86/pci/
Dirq.c51 int (*get)(struct pci_dev *router, struct pci_dev *dev, int pirq);
52 int (*set)(struct pci_dev *router, struct pci_dev *dev, int pirq,
54 int (*lvl)(struct pci_dev *router, struct pci_dev *dev, int pirq,
60 int (*probe)(struct irq_router *r, struct pci_dev *router, u16 device);
256 static int pirq_finali_get(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_get() argument
273 static int pirq_finali_set(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_set() argument
293 static int pirq_finali_lvl(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_lvl() argument
315 static unsigned int read_config_nybble(struct pci_dev *router, unsigned offset, unsigned nr) in read_config_nybble() argument
320 pci_read_config_byte(router, reg, &x); in read_config_nybble()
324 static void write_config_nybble(struct pci_dev *router, unsigned offset, in write_config_nybble() argument
[all …]
/Linux-v5.15/tools/testing/selftests/net/
Dtraceroute.sh165 for ns in host-1 host-2 router-1 router-2
181 create_ns router-1
182 create_ns router-2
185 connect_ns router-2 eth3 - 2000:103::2/64 host-2 eth3 - 2000:103::4/64
189 connect_ns router-1 eth2 - 2000:102::1/64 router-2 eth2 - 2000:102::2/64
190 ip netns exec router-1 ip route add default via 2000:102::2
193 ip netns exec router-1 ip link add name ${brdev} type bridge
194 ip netns exec router-1 ip link set ${brdev} up
195 ip netns exec router-1 ip addr add 2000:101::1/64 dev ${brdev}
197 connect_ns host-1 eth0 - 2000:101::3/64 router-1 eth0 - -
[all …]
Dunicast_extensions.sh102 ip -n router-ns address add $2/$5 dev foo1 || return 1
103 ip -n router-ns link set foo1 up || return 1
104 ip -n router-ns address add $3/$5 dev bar1 || return 1
105 ip -n router-ns link set bar1 up || return 1
107 echo 1 | ip netns exec router-ns tee /proc/sys/net/ipv4/ip_forward
152 ip netns add router-ns
153 ip link add foo netns foo-ns type veth peer name foo1 netns router-ns
154 ip link add bar netns bar-ns type veth peer name bar1 netns router-ns
161 ip netns pids router-ns | xargs -r kill -9
164 ip netns del router-ns
/Linux-v5.15/arch/mips/sgi-ip27/
Dip27-memory.c60 klrou_t *router; in router_recurse() local
81 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in router_recurse()
82 if (router == router_b) { in router_recurse()
87 router_recurse(router, router_b, depth + 1); in router_recurse()
99 klrou_t *router, *router_a = NULL, *router_b = NULL; in compute_node_distance() local
116 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in compute_node_distance()
117 router->rou_rflag = 0; in compute_node_distance()
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()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c514 const struct mlxsw_sp_router_ll_ops *ll_ops = mlxsw_sp->router->proto_ll_ops[proto]; in mlxsw_sp_fib_create()
523 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto]; in mlxsw_sp_fib_create()
564 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) { in mlxsw_sp_lpm_tree_find_unused()
565 lpm_tree = &mlxsw_sp->router->lpm.trees[i]; in mlxsw_sp_lpm_tree_find_unused()
665 const struct mlxsw_sp_router_ll_ops *ll_ops = mlxsw_sp->router->proto_ll_ops[proto]; in mlxsw_sp_lpm_tree_get()
669 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) { in mlxsw_sp_lpm_tree_get()
670 lpm_tree = &mlxsw_sp->router->lpm.trees[i]; in mlxsw_sp_lpm_tree_get()
691 mlxsw_sp->router->proto_ll_ops[lpm_tree->proto]; in mlxsw_sp_lpm_tree_put()
710 mlxsw_sp->router->lpm.tree_count = max_trees - MLXSW_SP_LPM_TREE_MIN; in mlxsw_sp_lpm_init()
711 mlxsw_sp->router->lpm.trees = kcalloc(mlxsw_sp->router->lpm.tree_count, in mlxsw_sp_lpm_init()
[all …]
Dspectrum_dpipe.c214 mutex_lock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_erif_entries_dump()
245 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_erif_entries_dump()
252 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_erif_entries_dump()
262 mutex_lock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_erif_counters_update()
275 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_erif_counters_update()
550 mutex_lock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_host_entries_get()
606 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_host_entries_get()
611 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_host_entries_get()
666 mutex_lock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_host_counters_update()
688 mutex_unlock(&mlxsw_sp->router->lock); in mlxsw_sp_dpipe_table_host_counters_update()
[all …]
Dspectrum_router_xm.c309 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_cache_flush_node_create()
351 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_cache_flush_node_destroy()
406 mlxsw_sp->router->xm->flush_all_mode = false; in mlxsw_sp_router_xm_cache_flush_work()
467 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_cache_flush_schedule()
516 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_ml_entry_add()
557 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_ml_entry_del()
781 mlxsw_sp->router->xm = router_xm; in mlxsw_sp_router_xm_init()
797 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_fini()
809 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_ipv4_is_supported()
Dspectrum_router.h200 struct mlxsw_sp_nexthop *mlxsw_sp_nexthop_next(struct mlxsw_sp_router *router,
208 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument
209 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \
210 nh = mlxsw_sp_nexthop_next(router, nh))
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_i2c.c344 if (!amdgpu_connector->router.ddc_valid) in amdgpu_i2c_router_select_ddc_port()
351 amdgpu_connector->router.i2c_addr, in amdgpu_i2c_router_select_ddc_port()
353 val &= ~amdgpu_connector->router.ddc_mux_control_pin; in amdgpu_i2c_router_select_ddc_port()
355 amdgpu_connector->router.i2c_addr, in amdgpu_i2c_router_select_ddc_port()
358 amdgpu_connector->router.i2c_addr, in amdgpu_i2c_router_select_ddc_port()
360 val &= ~amdgpu_connector->router.ddc_mux_control_pin; in amdgpu_i2c_router_select_ddc_port()
361 val |= amdgpu_connector->router.ddc_mux_state; in amdgpu_i2c_router_select_ddc_port()
363 amdgpu_connector->router.i2c_addr, in amdgpu_i2c_router_select_ddc_port()
373 if (!amdgpu_connector->router.cd_valid) in amdgpu_i2c_router_select_cd_port()
380 amdgpu_connector->router.i2c_addr, in amdgpu_i2c_router_select_cd_port()
[all …]
/Linux-v5.15/net/batman-adv/
Drouting.c78 curr_router = rcu_replace_pointer(orig_ifinfo->router, neigh_node, in _batadv_update_route()
119 struct batadv_neigh_node *router = NULL; in batadv_update_route() local
124 router = batadv_orig_router_get(orig_node, recv_if); in batadv_update_route()
126 if (router != neigh_node) in batadv_update_route()
130 batadv_neigh_node_put(router); in batadv_update_route()
529 struct batadv_neigh_node *router, *cand_router = NULL; in batadv_find_router() local
539 router = batadv_orig_router_get(orig_node, recv_if); in batadv_find_router()
541 if (!router) in batadv_find_router()
542 return router; in batadv_find_router()
548 return router; in batadv_find_router()
[all …]
Dbat_v.c547 struct batadv_neigh_node *router; in batadv_v_gw_throughput_get() local
551 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
552 if (!router) in batadv_v_gw_throughput_get()
555 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get()
569 batadv_neigh_node_put(router); in batadv_v_gw_throughput_get()
682 struct batadv_neigh_node *router; in batadv_v_gw_dump_entry() local
687 router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
688 if (!router) in batadv_v_gw_dump_entry()
691 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_dump_entry()
728 if (nla_put(msg, BATADV_ATTR_ROUTER, ETH_ALEN, router->addr)) { in batadv_v_gw_dump_entry()
[all …]
Dbat_iv_ogm.c928 struct batadv_neigh_node *router = NULL; in batadv_iv_ogm_orig_update() local
1012 router = batadv_orig_router_get(orig_node, if_outgoing); in batadv_iv_ogm_orig_update()
1013 if (router == neigh_node) in batadv_iv_ogm_orig_update()
1016 if (router) { in batadv_iv_ogm_orig_update()
1017 router_ifinfo = batadv_neigh_ifinfo_get(router, if_outgoing); in batadv_iv_ogm_orig_update()
1033 sum_orig = batadv_iv_orig_ifinfo_sum(router->orig_node, in batadv_iv_ogm_orig_update()
1034 router->if_incoming); in batadv_iv_ogm_orig_update()
1048 batadv_neigh_node_put(router); in batadv_iv_ogm_orig_update()
1315 struct batadv_neigh_node *router = NULL; in batadv_iv_ogm_process_per_outif() local
1366 router = batadv_orig_router_get(orig_node, if_outgoing); in batadv_iv_ogm_process_per_outif()
[all …]
Dbat_v_ogm.c526 struct batadv_neigh_node *router = NULL; in batadv_v_ogm_forward() local
542 router = batadv_orig_router_get(orig_node, if_outgoing); in batadv_v_ogm_forward()
545 if (neigh_node != router) in batadv_v_ogm_forward()
588 batadv_neigh_node_put(router); in batadv_v_ogm_forward()
695 struct batadv_neigh_node *router = NULL; in batadv_v_ogm_route_update() local
715 router = batadv_orig_router_get(orig_node, if_outgoing); in batadv_v_ogm_route_update()
716 if (router && router->orig_node != orig_node && !orig_neigh_router) { in batadv_v_ogm_route_update()
733 if (router == neigh_node) in batadv_v_ogm_route_update()
740 if (router) { in batadv_v_ogm_route_update()
741 router_ifinfo = batadv_neigh_ifinfo_get(router, if_outgoing); in batadv_v_ogm_route_update()
[all …]
Doriginator.c296 struct batadv_neigh_node *router = NULL; in batadv_orig_router_get() local
303 router = rcu_dereference(orig_ifinfo->router); in batadv_orig_router_get()
307 if (router && !kref_get_unless_zero(&router->refcount)) in batadv_orig_router_get()
308 router = NULL; in batadv_orig_router_get()
311 return router; in batadv_orig_router_get()
775 struct batadv_neigh_node *router; in batadv_orig_ifinfo_release() local
783 router = rcu_dereference_protected(orig_ifinfo->router, true); in batadv_orig_ifinfo_release()
784 batadv_neigh_node_put(router); in batadv_orig_ifinfo_release()
Dgateway_client.c201 struct batadv_neigh_node *router = NULL; in batadv_gw_election() local
228 router = batadv_orig_router_get(next_gw->orig_node, in batadv_gw_election()
230 if (!router) { in batadv_gw_election()
235 router_ifinfo = batadv_neigh_ifinfo_get(router, in batadv_gw_election()
277 batadv_neigh_node_put(router); in batadv_gw_election()
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dip6_forward_instats_vrf.sh31 vrf_create router
32 __simple_if_init $rtr1 router 2001:1:1::1/64
33 __simple_if_init $rtr2 router 2001:1:2::1/64
42 vrf_destroy router
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_i2c.c58 if (radeon_connector->router.ddc_valid) in radeon_ddc_probe()
1101 if (!radeon_connector->router.ddc_valid) in radeon_router_select_ddc_port()
1108 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port()
1110 val &= ~radeon_connector->router.ddc_mux_control_pin; in radeon_router_select_ddc_port()
1112 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port()
1115 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port()
1117 val &= ~radeon_connector->router.ddc_mux_control_pin; in radeon_router_select_ddc_port()
1118 val |= radeon_connector->router.ddc_mux_state; in radeon_router_select_ddc_port()
1120 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port()
1129 if (!radeon_connector->router.cd_valid) in radeon_router_select_cd_port()
[all …]
/Linux-v5.15/arch/arm/boot/dts/
Dbcm4709-buffalo-wxr-1900dhp.dts47 router-amber {
48 label = "bcm53xx:amber:router";
52 router-white {
53 label = "bcm53xx:white:router";
Dbcm47081-buffalo-wzr-900dhp.dts69 label = "bcm53xx:green:router";
75 label = "bcm53xx:amber:router";
Dbcm47081-buffalo-wzr-600dhp2.dts64 label = "bcm53xx:green:router";
70 label = "bcm53xx:amber:router";
/Linux-v5.15/include/uapi/linux/
Dicmpv6.h30 router:1, member
33 __u32 router:1,
72 #define icmp6_router icmp6_dataun.u_nd_advt.router
/Linux-v5.15/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-ir.txt4 block of registers which control the interrupt router. The interrupt router
18 assignment of the interrupt router is required.
/Linux-v5.15/Documentation/networking/
Dila.rst64 - ILA router
69 A type of ILA router that only maintains a working set
74 can be an ILA router, ILA forwarding cache, or ILA host.
102 addressed +->|router| . . |router|->-+ addressed
241 An ILA router has also been implemented in XDP. Description of that is
249 ILA router) or an ILA address (egress ILA router). LOC is the sixty-four
/Linux-v5.15/Documentation/networking/devlink/
Dmlxsw.rst73 routed from a disabled router interface (RIF). This can happen during
79 routed through a disabled router interface (RIF). This can happen during
/Linux-v5.15/net/decnet/
DKconfig29 bool "DECnet: router support"
34 router. This is an experimental, but functional option. If you

12345