Home
last modified time | relevance | path

Searched refs:routing_table (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/amd/common/fsp/pci/
H A Dpci_routing_info.c12 static const struct pci_routing_info *routing_table; in get_pci_routing_table() local
17 struct pci_routing_info routing_table[]; in get_pci_routing_table() member
20 if (routing_table) { in get_pci_routing_table()
22 return routing_table; in get_pci_routing_table()
33 routing_table = routing_hob->routing_table; in get_pci_routing_table()
38 PCI_SLOT(routing_table[i].devfn), PCI_FUNC(routing_table[i].devfn), in get_pci_routing_table()
39 routing_table[i].group, routing_table[i].swizzle, routing_table[i].bridge_irq); in get_pci_routing_table()
44 return routing_table; in get_pci_routing_table()
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dpirq_routing.c64 const struct irq_routing_table *routing_table) in verify_copy_pirq_routing_table() argument
70 rt_orig = (uint8_t *)routing_table; in verify_copy_pirq_routing_table()
74 for (i = 0; i < routing_table->size; i++) { in verify_copy_pirq_routing_table()
171 const struct irq_routing_table *routing_table) in copy_pirq_routing_table() argument
179 memcpy((void *)addr, routing_table, routing_table->size); in copy_pirq_routing_table()
182 verify_copy_pirq_routing_table(addr, routing_table); in copy_pirq_routing_table()
186 return addr + routing_table->size; in copy_pirq_routing_table()
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Droute.c69 lws_dll2_get_head(&cx->routing_table)) { in _lws_routing_table_dump()
112 lws_dll2_get_head(&cx->routing_table)) { in _lws_route_get_uidx()
138 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_remove()
171 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_empty()
184 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_ifdown()
216 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_est_outgoing()
275 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_find_source()
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/pci/
H A Dpci_routing_info.c62 const struct pci_routing_info *routing_table, *routing_entry; in populate_pirq_data() local
67 routing_table = get_pci_routing_table(&entries); in populate_pirq_data()
69 if (!routing_table || !entries) in populate_pirq_data()
80 routing_entry = &routing_table[i]; in populate_pirq_data()
/aosp_15_r20/external/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c391 lws_dll2_add_tail(&rou->list, &cx->routing_table); in rops_handle_POLLIN_netlink()
393 cx->routing_table.count); in rops_handle_POLLIN_netlink()
445 cx->routing_table.count) { in rops_handle_POLLIN_netlink()
/aosp_15_r20/external/libwebsockets/lib/core-net/client/
H A Dsort-dns.c649 if (pt->context->routing_table.count) { in lws_sort_dns()
718 lws_dll2_get_head(&pt->context->routing_table)) { in lws_sort_dns()
733 if (!bestsrc && pt->context->routing_table.count) { in lws_sort_dns()
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dpirq_routing.h44 const struct irq_routing_table *routing_table);
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h456 lws_dll2_owner_t routing_table; member