Home
last modified time | relevance | path

Searched refs:topology (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_psp_v11_0.c742 int number_devices, struct psp_xgmi_topology_info *topology) in psp_v11_0_xgmi_get_topology_info() argument
750 if (!topology || topology->num_nodes > TA_XGMI__MAX_CONNECTED_NODES) in psp_v11_0_xgmi_get_topology_info()
762 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id; in psp_v11_0_xgmi_get_topology_info()
763 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_v11_0_xgmi_get_topology_info()
776 for (i = 0; i < topology->num_nodes; i++) { in psp_v11_0_xgmi_get_topology_info()
777 topology->nodes[i].node_id = topology_info_output->nodes[i].node_id; in psp_v11_0_xgmi_get_topology_info()
778 topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; in psp_v11_0_xgmi_get_topology_info()
787 int number_devices, struct psp_xgmi_topology_info *topology) in psp_v11_0_xgmi_set_topology_info() argument
793 if (!topology || topology->num_nodes > TA_XGMI__MAX_CONNECTED_NODES) in psp_v11_0_xgmi_set_topology_info()
804 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id; in psp_v11_0_xgmi_set_topology_info()
[all …]
H A Damdgpu_psp.h106 struct psp_xgmi_topology_info *topology);
108 struct psp_xgmi_topology_info *topology);
327 #define psp_xgmi_get_topology_info(psp, num_device, topology) \ argument
329 (psp)->funcs->xgmi_get_topology_info((psp), (num_device), (topology)) : -EINVAL)
330 #define psp_xgmi_set_topology_info(psp, num_device, topology) \ argument
332 (psp)->funcs->xgmi_set_topology_info((psp), (num_device), (topology)) : -EINVAL)
/netbsd/doc/roadmaps/
H A Dsystem14 8. Processor and cache topology aware scheduler
79 8. Processor and cache topology aware scheduler
82 Implement the detection of the topology of the processors and caches.
84 according to the topology, to get better thread affinity and less
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-ospf.c629 register int j, tlv_type, tlv_length, topology; in ospf_print_lsa() local
716 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
718 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
719 topology, in ospf_print_lsa()
733 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in ospf_print_lsa()
735 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
736 topology, in ospf_print_lsa()
755 topology = ((ul & ASLA_MASK_TOS) >> ASLA_SHIFT_TOS); in ospf_print_lsa()
757 tok2str(ospf_topology_values, "Unknown", topology), in ospf_print_lsa()
758 topology, in ospf_print_lsa()
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_connector.h1583 const char topology[8]);
1585 const char topology[8]);
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_connector.c2354 const char topology[8]) in drm_mode_get_tile_group()
2360 if (!memcmp(tg->group_data, topology, 8)) { in drm_mode_get_tile_group()
2384 const char topology[8]) in drm_mode_create_tile_group()
2394 memcpy(tg->group_data, topology, 8); in drm_mode_create_tile_group()
H A DKconfig108 Enables debug tracing for topology refs in DRM's DP MST helpers. A
109 history of each topology reference/dereference will be printed to the
110 kernel log once a port or branch device's topology refcount reaches 0.
/netbsd/external/mpl/dhcp/dist/keama/tests/samples/
H A Dexample.json38 # DHCP server to understand the network topology.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DBenchmarking.rst66 ``/sys/devices/system/cpu/cpuN/topology/thread_siblings_list`` and
/netbsd/external/mpl/dhcp/dist/server/
H A Ddhcpd.conf.example25 # DHCP server to understand the network topology.
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h357 SVGA3dPrimitiveType topology; member
1567 uint32 topology; member
/netbsd/external/mpl/bind/dist/bin/tests/
H A Dnamed.conf183 topology {
/netbsd/external/mpl/dhcp/dist/doc/
H A DDHCPv4-over-DHCPv619 The topology is thus something like this:
/netbsd/usr.bin/calendar/calendars/
H A Dcalendar.birthday134 04/29 Jules Henri Poincare born, 1854, founder of topology
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td366 // Perform topology function.
/netbsd/external/mpl/bind/dist/doc/misc/
H A Doptions393 topology { <address_match_element>; ... }; // ancient
775 topology { <address_match_element>; ... }; // ancient
/netbsd/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py1035 visitor = DotDumpVisitor(args.diff, args.dark, args.gray, args.topology,
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dintro.sdf390 access at the socket layer based upon network topology information.
H A Dreplication.sdf1152 topology.
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dntpq.texi65 …omewhat unreliable, especially over large distances in terms of network topology. @code{ntpq} mak…
H A Dntpq-opts.def170 large distances in terms of network topology.
H A Dinvoke-ntpq.texi55 large distances in terms of network topology.
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.def172 large distances in terms of network topology.
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc3296.txt608 server topology information is not public information, it should be
/netbsd/sys/dev/ic/
H A Disp.c78 static const char topology[] = "Chan %d WWPN 0x%08x%08x PortID 0x%06x N-Port Handle %d, Connection … variable
2706 …isp_prt(isp, ISP_LOGSANCFG|ISP_LOGCONFIG, topology, chan, (uint32_t) (fcp->isp_wwpn >> 32), (uint3… in isp_fclink_test()

12