Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/linux/tools/testing/selftests/kvm/s390/
H A Dirq_routing.c27 struct kvm_irq_routing *routing; in test() local
41 routing = kvm_gsi_routing_create(); in test()
42 routing->nr = 1; in test()
43 routing->entries[0] = ue; in test()
44 routing->entries[0].u.adapter.summary_addr = (uintptr_t)mem; in test()
45 routing->entries[0].u.adapter.ind_addr = (uintptr_t)mem; in test()
47 routing->entries[0].u.adapter.summary_offset = 4096 * 8; in test()
48 ret = __vm_ioctl(vm, KVM_SET_GSI_ROUTING, routing); in test()
51 routing->entries[0].u.adapter.summary_offset -= 4; in test()
52 ret = __vm_ioctl(vm, KVM_SET_GSI_ROUTING, routing); in test()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c69 unsigned int routing, addr; in shm16read__read_file() local
72 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
74 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
78 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
87 unsigned int routing, addr; in shm16read__write_file() local
90 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
93 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
97 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
102 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
111 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
H A Dmain.h66 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
67 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
68 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
69 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
H A Dphy_ht.c38 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_radio_2059_channel_setup() local
57 r = routing[core]; in b43_radio_2059_channel_setup()
144 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3 }; in b43_radio_2059_init() local
152 for (i = 0; i < ARRAY_SIZE(routing); i++) in b43_radio_2059_init()
153 b43_radio_set(dev, routing[i] | 0x146, 0x3); in b43_radio_2059_init()
611 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_phy_ht_tssi_setup() local
617 b43_radio_write(dev, routing[core] | 0x0159, 0x0011); in b43_phy_ht_tssi_setup()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
H A Dmain.c258 u16 routing, u16 offset) in b43legacy_shm_control_word() argument
264 control = routing; in b43legacy_shm_control_word()
271 u16 routing, u16 offset) in b43legacy_shm_read32() argument
275 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read32()
279 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read32()
283 b43legacy_shm_control_word(dev, routing, in b43legacy_shm_read32()
291 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_read32()
298 u16 routing, u16 offset) in b43legacy_shm_read16() argument
302 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read16()
306 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read16()
[all …]
/linux/net/mpls/
H A DKconfig11 circuits. Originally conceived as a way of routing packets at
12 hardware speeds (before hardware was capable of routing ipv4 packets),
27 tristate "MPLS: routing support"
/linux/Documentation/devicetree/bindings/sound/
H A Domap-abe-twl6040.txt9 - ti,audio-routing: List of connections between audio components.
18 Available audio endpoints for the audio-routing table:
70 /* Audio routing */
71 ti,audio-routing =
H A Dmt2701-cs42448.txt6 - audio-routing: a list of the connections between audio
20 audio-routing =
H A Drockchip,rk3288-hdmi-analog.txt9 - rockchip,routing: A list of the connections between audio components.
29 rockchip,routing = "Analog", "LOUT2",
H A Ddavinci-evm-audio.txt8 - ti,audio-routing : A list of the connections between audio components.
37 ti,audio-routing =
H A Dnvidia,tegra30-ahub.txt59 For RX CIFs, the numbers indicate the register number within AHUB routing
61 For TX CIFs, the numbers indicate the bit position within the AHUB routing
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-aspeed-uart-routing1 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
12 cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1
20 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
/linux/net/ipv6/
H A DKconfig159 the notion of a secure tunnel for IPSEC and then use routing protocol
241 Support multiple routing tables.
244 bool "IPv6: source address based routing"
247 Enable routing by source address or prefix.
249 The destination address is still the primary routing key, so mixing
250 normal and source prefix specific routes in the same routing table
251 may sometimes lead to unintended routing behavior. This can be
252 avoided by defining different routing tables for the normal and
258 bool "IPv6: multicast routing"
266 bool "IPv6: multicast policy routing"
[all …]
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1825 struct kvm_irq_routing *routing; in kvm_gsi_routing_create()
1831 routing = calloc(1, size); in kvm_gsi_routing_create()
1832 assert(routing); in kvm_gsi_routing_create()
1834 return routing; in kvm_gsi_routing_create()
1837 void kvm_gsi_routing_irqchip_add(struct kvm_irq_routing *routing,
1842 assert(routing); in kvm_gsi_routing_irqchip_add()
1843 assert(routing->nr < KVM_MAX_IRQ_ROUTES); in kvm_gsi_routing_irqchip_add()
1845 i = routing->nr; in kvm_gsi_routing_irqchip_add()
1846 routing->entries[i].gsi = gsi; in kvm_gsi_routing_irqchip_add()
1847 routing in kvm_gsi_routing_irqchip_add()
1826 struct kvm_irq_routing *routing; kvm_gsi_routing_create() local
1838 kvm_gsi_routing_irqchip_add(struct kvm_irq_routing * routing,u32 gsi,u32 pin) kvm_gsi_routing_irqchip_add() argument
1855 _kvm_gsi_routing_write(struct kvm_vm * vm,struct kvm_irq_routing * routing) _kvm_gsi_routing_write() argument
1866 kvm_gsi_routing_write(struct kvm_vm * vm,struct kvm_irq_routing * routing) kvm_gsi_routing_write() argument
[all...]
/linux/Documentation/devicetree/bindings/net/
H A Dcavium-mix.txt19 interrupt routing and the second the routing for the AGL interrupts.
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g044c2-smarc.dts24 /* Due to HW routing, SW_RSPI_CAN is always 0 when SW_SCIF_CAN is set to 1 */
32 #error "Can not set 1 to both SW_SCIF_CAN and SW_RSPI_CAN due to HW routing"
/linux/Documentation/PCI/
H A Dboot-interrupts.rst22 describe problems with the Core IO handling of INTx message routing to the
87 first identify and make use of a means to disable the routing to the PCH.
109 In the absence of a way to directly disable the routing, another approach
110 has been to make use of PCI Interrupt pin to INTx routing tables for
112 line by default. Therefore, on chipsets where this INTx routing cannot be
/linux/Documentation/virt/kvm/devices/
H A Dmpic.rst46 The MPIC emulation supports IRQ routing. Only a single MPIC device can
58 Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
/linux/drivers/soc/aspeed/
H A DMakefile4 obj-$(CONFIG_ASPEED_UART_ROUTING) += aspeed-uart-routing.o
/linux/tools/testing/selftests/net/
H A Dpmtu.sh31 # routing table in A. A fib-rule is used to jump to this routing table
72 # Set up three namespaces, A, B, and C, with routing between A and B over
91 # Set up two namespaces, B, and C, with routing between the init namespace
134 # Set up vti tunnel on top of veth connected through routing namespace and
151 # Same as pmtu_vti6_udp_routed_exception but with routing between vti
277 # Addressing and routing for tests with routers: four network segments, with
1162 setup namespaces routing || return $ksft_skip
1349 setup namespaces routing ${type}4 || return $ksft_skip
1353 setup namespaces routing
[all...]
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c40 fc_els_req_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
51 fc_els_rsp_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
62 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
70 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
120 fcp_fchs_tmpl.routing = FC_RTG_FC4_DEV_DATA; in fcbuild_init()
134 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build()
156 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gsresp_fchdr_build()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts22 simple-audio-card,routing =
47 simple-audio-card,routing =
/linux/drivers/media/pci/ivtv/
H A DMakefile2 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-villager-r1.dtsi17 audio-routing =

12345678910>>...13