OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topology
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c
742
int number_devices, struct psp_xgmi_topology_info *
topology
)
750
if (!
topology
||
topology
->num_nodes > TA_XGMI__MAX_CONNECTED_NODES)
756
/* Fill in the shared memory with
topology
information as input */
762
topology_info_input->nodes[i].node_id =
topology
->nodes[i].node_id;
763
topology_info_input->nodes[i].num_hops =
topology
->nodes[i].num_hops;
764
topology_info_input->nodes[i].is_sharing_enabled =
topology
->nodes[i].is_sharing_enabled;
765
topology_info_input->nodes[i].sdma_engine =
topology
->nodes[i].sdma_engine;
768
/* Invoke xgmi ta to get the
topology
information */
773
/* Read the output
topology
information from the shared memory *
[
all
...]
amdgpu_psp.h
106
struct psp_xgmi_topology_info *
topology
);
108
struct psp_xgmi_topology_info *
topology
);
327
#define psp_xgmi_get_topology_info(psp, num_device,
topology
) \
329
(psp)->funcs->xgmi_get_topology_info((psp), (num_device), (
topology
)) : -EINVAL)
330
#define psp_xgmi_set_topology_info(psp, num_device,
topology
) \
332
(psp)->funcs->xgmi_set_topology_info((psp), (num_device), (
topology
)) : -EINVAL)
/src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h
1583
const char
topology
[8]);
1585
const char
topology
[8]);
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h
357
SVGA3dPrimitiveType
topology
;
member in struct:SVGA3dCmdDXSetTopology
1567
uint32
topology
;
member in struct:SVGADXInputAssemblyMobFormat
/src/sys/external/bsd/drm2/dist/drm/
drm_connector.c
1857
* connectors have a
topology
and we want to allow userspace to give
2346
* @
topology
: 8-bytes unique per monitor.
2354
const char
topology
[8])
2360
if (!memcmp(tg->group_data,
topology
, 8)) {
2375
* @
topology
: 8-bytes unique per monitor.
2384
const char
topology
[8])
2394
memcpy(tg->group_data,
topology
, 8);
/src/sys/dev/ic/
isp.c
78
static const char
topology
[] = "Chan %d WWPN 0x%08x%08x PortID 0x%06x N-Port Handle %d, Connection '%s'";
variable
2594
isp_prt(isp, ISP_LOGWARN, "Zero AL_PA for Loop
Topology
?");
2618
isp_prt(isp, ISP_LOGWARN, "fabric
topology
but cannot get info about fabric controller (0x%x)", r);
2706
isp_prt(isp, ISP_LOGSANCFG|ISP_LOGCONFIG,
topology
, chan, (uint32_t) (fcp->isp_wwpn >> 32), (uint32_t) fcp->isp_wwpn, fcp->isp_portid, fcp->isp_loopid, isp_fc_toponame(fcp));
2903
* Check our connection
topology
.
2929
"Chan %d no loop
topology
to scan", chan);
Completed in 30 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026