Searched refs:topology (Results 76 - 100 of 178) sorted by relevance

12345678

/linux-master/arch/powerpc/kernel/
H A Drtasd.c21 #include <linux/topology.h>
29 #include <asm/topology.h>
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c1444 * the topology.
3725 if (pmu->type->topology[die][idx].pmu_idx == pmu->pmu_idx)
3726 return &pmu->type->topology[die][idx];
3761 static int skx_msr_cpu_bus_read(int cpu, u64 *topology) argument
3769 *topology = msr_value;
3807 struct intel_uncore_topology **topology; local
3812 topology = kcalloc(uncore_max_dies(), sizeof(*topology), GFP_KERNEL);
3813 if (!topology)
3817 topology[di
[all...]
/linux-master/include/drm/
H A Ddrm_connector.h2074 const char topology[8]);
2076 const char topology[8]);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h496 struct psp_xgmi_topology_info *topology,
500 struct psp_xgmi_topology_info *topology);
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.c302 if (iocmd->attr.topology != BFA_PORT_TOPOLOGY_NONE)
932 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
933 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
969 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
970 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2300 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) ||
2301 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2334 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) ||
2335 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2357 if ((fcport->cfg.topology
[all...]
H A Dbfa_svc.c1193 * When topology is set to loop, bfa_lps_set_n2n_pid() sends
3028 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P;
3086 fcport->topology = pevent->link_state.topology;
3088 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) {
3114 bfa_trc(fcport->bfa, fcport->topology);
3121 fcport->topology = BFA_PORT_TOPOLOGY_NONE;
3429 fcport->topology = BFA_PORT_TOPOLOGY_P2P;
3721 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
3766 * Configure port topology
3769 bfa_fcport_cfg_topology(struct bfa_s *bfa, enum bfa_port_topology topology) argument
[all...]
H A Dbfa_defs_svc.h786 * Port topology setting. A port's topology and fabric login status
790 BFA_PORT_TOPOLOGY_NONE = 0, /* No valid topology */
792 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */
794 BFA_PORT_TOPOLOGY_AUTO = 4, /* auto topology selection */
942 u8 topology; /* bfa_port_topology */ member in struct:bfa_port_cfg_s
991 enum bfa_port_topology topology; /* current topology */ member in struct:bfa_port_attr_s
1002 enum bfa_port_type port_type; /* current topology */
1091 u8 topology; /* P2 member in struct:bfa_port_link_s
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_fabric.c101 enum efc_nport_topology topology)
103 node->nport->topology = topology;
114 * and send topology notification
120 &node->nport->topology);
100 efc_fabric_set_topology(struct efc_node *node, enum efc_nport_topology topology) argument
H A Defc_device.c465 switch (node->nport->topology) {
493 node_printf(node, "received PLOGI, unknown topology did=0x%x\n",
498 node_printf(node, "received PLOGI, unexpected topology %d\n",
499 node->nport->topology);
931 enum efc_nport_topology *topology = arg; local
937 node_printf(node, "topology notification, topology=%d\n",
938 *topology);
940 /* At the time the PLOGI was received, the topology was unknown,
945 if (*topology
[all...]
H A Defclib.h36 /* Local port topology */
132 * @topology: topology: fabric/p2p/unknown
170 enum efc_nport_topology topology; member in struct:efc_nport
198 * @is_loop: is loop topology
/linux-master/drivers/base/test/
H A Dtest_async_driver_probe.c16 #include <linux/topology.h>
/linux-master/arch/x86/kernel/
H A Dtsc_sync.c19 #include <linux/topology.h>
H A DMakefile65 obj-y += pci-dma.o quirks.o topology.o kdebugfs.o
/linux-master/drivers/perf/arm_cspmu/
H A Dampere_cspmu.c9 #include <linux/topology.h>
/linux-master/arch/mips/kernel/
H A DMakefile10 syscall.o time.o topology.o traps.o unaligned.o watch.o \
/linux-master/arch/arm64/kernel/
H A Dtopology.c2 * arch/arm64/kernel/topology.c
7 * arch/sh/kernel/topology.c
23 #include <asm/topology.h>
41 * Propagate the topology information of the processor_topology_node tree to the
/linux-master/arch/arm/kernel/
H A DMakefile84 obj-$(CONFIG_ARM_CPU_TOPOLOGY) += topology.o
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c22 #include <linux/topology.h>
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c16 #include <linux/sched/topology.h>
/linux-master/drivers/cpuidle/governors/
H A Dteo.c140 #include <linux/sched/topology.h>
/linux-master/arch/x86/pci/
H A Damd_bus.c4 #include <linux/topology.h>
118 * We should learn topology and routing information from _PXM and
/linux-master/arch/parisc/kernel/
H A Dprocessor.c22 #include <asm/topology.h>
/linux-master/drivers/thermal/intel/
H A Dintel_hfi.c41 #include <linux/topology.h>
/linux-master/include/linux/
H A Dgfp.h8 #include <linux/topology.h>
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6routing.c364 int j, topology, num_copps = 0; local
393 topology = NULL_COPP_TOPOLOGY;
396 session->channels, topology, perf_mode,

Completed in 791 milliseconds

12345678