| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | irq.c | 47 int (*get)(struct pci_dev *router, struct pci_dev *dev, int pirq); 48 int (*set)(struct pci_dev *router, struct pci_dev *dev, int pirq, 54 int (*probe)(struct irq_router *r, struct pci_dev *router, u16 device); 176 static unsigned int read_config_nybble(struct pci_dev *router, unsigned offset, unsigned nr) in read_config_nybble() argument 181 pci_read_config_byte(router, reg, &x); in read_config_nybble() 185 static void write_config_nybble(struct pci_dev *router, unsigned offset, in write_config_nybble() argument 191 pci_read_config_byte(router, reg, &x); in write_config_nybble() 193 pci_write_config_byte(router, reg, x); in write_config_nybble() 201 static int pirq_ali_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_ali_get() argument 206 return irqmap[read_config_nybble(router, 0x48, pirq-1)]; in pirq_ali_get() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | traceroute.sh | 165 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 192 # Setup N1. host-1 and router-2 connect to a bridge in router-1. 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} [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_router.c | 415 u16 id; /* virtual router ID */ 435 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto]; in mlxsw_sp_fib_create() 475 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) { in mlxsw_sp_lpm_tree_find_unused() 476 lpm_tree = &mlxsw_sp->router->lpm.trees[i]; in mlxsw_sp_lpm_tree_find_unused() 575 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) { in mlxsw_sp_lpm_tree_get() 576 lpm_tree = &mlxsw_sp->router->lpm.trees[i]; in mlxsw_sp_lpm_tree_get() 613 mlxsw_sp->router->lpm.tree_count = max_trees - MLXSW_SP_LPM_TREE_MIN; in mlxsw_sp_lpm_init() 614 mlxsw_sp->router->lpm.trees = kcalloc(mlxsw_sp->router->lpm.tree_count, in mlxsw_sp_lpm_init() 617 if (!mlxsw_sp->router->lpm.trees) in mlxsw_sp_lpm_init() 620 for (i = 0; i < mlxsw_sp->router->lpm.tree_count; i++) { in mlxsw_sp_lpm_init() [all …]
|
| H A D | spectrum_dpipe.c | 214 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 …]
|
| H A D | spectrum_router.h | 50 struct mutex lock; /* Protects shared router resources */ 124 struct mlxsw_sp_nexthop *mlxsw_sp_nexthop_next(struct mlxsw_sp_router *router, 132 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument 133 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \ 134 nh = mlxsw_sp_nexthop_next(router, nh))
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/ |
| H A D | intel,irq-router.txt | 1 Intel Interrupt Router Device Binding 4 The device tree node which describes the operation of the Intel Interrupt Router 8 - reg : Specifies the interrupt router's PCI configuration space address as 10 - compatible = "intel,irq-router" 15 - intel,ibase-offset : IBASE register offset in the interrupt router's PCI 21 in the interrupt router's PCI configuration space, or IBASE. 24 The second cell is the total number of PIRQ links the router supports. 37 #include <dt-bindings/interrupt-router/intel-irq.h> 39 irq-router@1f,0 { 41 compatible = "intel,irq-router";
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-memory.c | 60 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_i2c.c | 338 /* ddc router switching */ 344 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() 367 /* clock/data router switching */ [all …]
|
| /OK3568_Linux_fs/kernel/net/qrtr/ |
| H A D | Kconfig | 2 # Qualcomm IPC Router configuration 6 tristate "Qualcomm IPC Router support" 8 Say Y if you intend to use Qualcomm IPC router protocol. The 18 tristate "SMD IPC Router channels" 22 most common transport for IPC Router. 25 tristate "TUN device for Qualcomm IPC Router" 32 tristate "MHI IPC Router channels"
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | pirq_routing.h | 43 u8 rtr_bus; /* busno of the interrupt router */ 44 u8 rtr_devfn; /* devfn of the interrupt router */ 46 u16 rtr_vendor; /* Vendor ID of the interrupt router */ 47 u16 rtr_device; /* Device ID of the interrupt router */ 73 * implementation of interrupt router may be different. 75 * @dev: irq router's udevice 91 * implementation of interrupt router may be different. 93 * @dev: irq router's udevice 106 * implementation of interrupt router may be different. 108 * @dev: irq router's udevice [all …]
|
| H A D | irq.h | 10 #include <dt-bindings/interrupt-router/intel-irq.h> 13 * Intel interrupt router configuration mechanism 15 * There are two known ways of Intel interrupt router configuration mechanism 27 * Intel interrupt router control block 35 * @lb_bdf: irq router's PCI bus/device/function number encoding
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | usb4.c | 256 * @sw: USB4 router to setup 302 /* Only enable PCIe tunneling if the parent router supports it */ in usb4_switch_setup() 328 * usb4_switch_read_uid() - Read UID from USB4 router 329 * @sw: USB4 router 332 * Reads 64-bit UID from USB4 router config space. 367 * usb4_switch_drom_read() - Read arbitrary bytes from USB4 router DROM 368 * @sw: USB4 router 373 * Uses USB4 router operations to read router DROM. For devices this 375 * case the host router does not have DROM. 386 * @sw: USB4 router [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | dma-router.yaml | 4 $id: http://devicetree.org/schemas/dma/dma-router.yaml# 7 title: DMA Router Generic Binding 23 pattern: "^dma-router(@.*)?$" 28 Array of phandles to the DMA controllers the router can direct 33 Number of incoming request lines the router can handle. 43 sdma_xbar: dma-router@4a002b78 {
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | routing.c | 46 * _batadv_update_route() - set the router for this originator 50 * @neigh_node: neighbor which should be the next router 67 /* curr_router used earlier may not be the current orig_ifinfo->router in _batadv_update_route() 79 curr_router = rcu_replace_pointer(orig_ifinfo->router, neigh_node, in _batadv_update_route() 110 * batadv_update_route() - set the router for this originator 114 * @neigh_node: neighbor which should be the next router 121 struct batadv_neigh_node *router = NULL; in batadv_update_route() local 126 router = batadv_orig_router_get(orig_node, recv_if); in batadv_update_route() 128 if (router != neigh_node) in batadv_update_route() 132 if (router) in batadv_update_route() [all …]
|
| H A D | bat_v.c | 708 struct batadv_neigh_node *router; in batadv_v_gw_throughput_get() local 712 router = batadv_orig_router_get(orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get() 713 if (!router) in batadv_v_gw_throughput_get() 716 router_ifinfo = batadv_neigh_ifinfo_get(router, BATADV_IF_DEFAULT); in batadv_v_gw_throughput_get() 730 if (router) in batadv_v_gw_throughput_get() 731 batadv_neigh_node_put(router); in batadv_v_gw_throughput_get() 833 /* fails if orig_node has no router */ 839 struct batadv_neigh_node *router; in batadv_v_gw_write_buffer_text() local 843 router = batadv_orig_router_get(gw_node->orig_node, BATADV_IF_DEFAULT); in batadv_v_gw_write_buffer_text() 844 if (!router) in batadv_v_gw_write_buffer_text() [all …]
|
| H A D | bat_iv_ogm.c | 931 struct batadv_neigh_node *router = NULL; in batadv_iv_ogm_orig_update() local 1015 router = batadv_orig_router_get(orig_node, if_outgoing); in batadv_iv_ogm_orig_update() 1016 if (router == neigh_node) in batadv_iv_ogm_orig_update() 1019 if (router) { in batadv_iv_ogm_orig_update() 1020 router_ifinfo = batadv_neigh_ifinfo_get(router, if_outgoing); in batadv_iv_ogm_orig_update() 1036 sum_orig = batadv_iv_orig_ifinfo_sum(router->orig_node, in batadv_iv_ogm_orig_update() 1037 router->if_incoming); in batadv_iv_ogm_orig_update() 1052 if (router) in batadv_iv_ogm_orig_update() 1053 batadv_neigh_node_put(router); in batadv_iv_ogm_orig_update() 1323 struct batadv_neigh_node *router = NULL; in batadv_iv_ogm_process_per_outif() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,vf610-mscm-ir.txt | 1 Freescale Vybrid Miscellaneous System Control - Interrupt Router 4 block of registers which control the interrupt router. The interrupt router 12 - reg: the register range of the MSCM Interrupt Router 18 assignment of the interrupt router is required.
|
| /OK3568_Linux_fs/buildroot/package/vuejs-router/ |
| H A D | vuejs-router.mk | 3 # vuejs-router 8 VUEJS_ROUTER_SOURCE = vue-router-$(VUEJS_ROUTER_VERSION).tgz 9 VUEJS_ROUTER_SITE = https://registry.npmjs.org/vue-router/- 15 $(INSTALL) -m 644 -D $(@D)/dist/vue-router.global.prod.js \ 16 $(TARGET_DIR)/var/www/vue-router.js
|
| H A D | Config.in | 2 bool "vuejs-router" 4 The official router for Vue.js. 6 http://router.vuejs.org
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-ti-sci-intr.c | 3 * Texas Instruments' K3 Interrupt Router irqchip driver 22 * Interrupt Router IRQ domain. 27 * @type: Specifies the trigger type supported by this Interrupt Router 75 * @intr: IRQ domain corresponding to Interrupt Router 128 * @domain: Pointer to the interrupt router IRQ domain 161 /* Parent is Interrupt Router */ in ti_sci_intr_alloc_parent_irq() 186 * ti_sci_intr_irq_domain_alloc() - Allocate Interrupt router IRQs 187 * @domain: Point to the interrupt router IRQ domain 283 dev_info(dev, "Interrupt Router %d domain created\n", intr->ti_sci_id); in ti_sci_intr_irq_domain_probe() 304 MODULE_DESCRIPTION("K3 Interrupt Router driver over TI SCI protocol");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | ti,sci-intr.yaml | 7 title: Texas Instruments K3 Interrupt Router 16 The Interrupt Router (INTR) module provides a mechanism to mux M 18 to be driven per N output. An Interrupt Router can either handle edge 21 Interrupt Router 40 controller will keep track of the used and unused registers within the Router. 66 The 1st cell should contain interrupt router input hw number.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/radvd/ |
| H A D | radvd.inc | 1 SUMMARY = "IPv6 router advertisement daemon" 2 DESCRIPTION = "radvd is the router advertisement daemon for IPv6. It \ 3 listens to router solicitations and sends router \ 8 choose a default router based on these advertisements."
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc_script.c | 77 * just tell script all the info about ip, mask, router, dns... 85 char router[128]; in udhcpc_start() local 95 " netiface=%s interface=%s mtu=%u ip=%s subnet=%s broadcast=%s router=%s" in udhcpc_start() 104 ipaddr_to_string_v4(ntohl(profile->ipv4.Gateway), router, sizeof(router)), in udhcpc_start() 117 * just tell script all the info about ip, mask, router, dns...
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | Kconfig | 25 bool "IPv6: Router Preference (RFC 4191) support" 27 Router Preference is an optional extension to the Router 29 to pick an appropriate router, especially when the hosts 224 This driver is useful if the other endpoint is a Cisco router: Cisco 273 Normally, a multicast router runs a userspace daemon and decides 275 destination addresses. If you say Y here, the multicast router
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_i2c.c | 66 if (radeon_connector->router.ddc_valid) in radeon_ddc_probe() 1104 /* ddc router switching */ 1109 if (!radeon_connector->router.ddc_valid) in radeon_router_select_ddc_port() 1116 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port() 1118 val &= ~radeon_connector->router.ddc_mux_control_pin; in radeon_router_select_ddc_port() 1120 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port() 1123 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port() 1125 val &= ~radeon_connector->router.ddc_mux_control_pin; in radeon_router_select_ddc_port() 1126 val |= radeon_connector->router.ddc_mux_state; in radeon_router_select_ddc_port() 1128 radeon_connector->router.i2c_addr, in radeon_router_select_ddc_port() [all …]
|