Searched refs:topo (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.c152 if (!ntb_topo_is_b2b(ndev->ntb.topo))
519 ntb_topo_string(ndev->ntb.topo));
651 if (ntb_topo_is_b2b(ndev->ntb.topo)) {
974 if (ndev->ntb.topo == NTB_TOPO_SEC)
1003 if (ndev->ntb.topo == NTB_TOPO_SEC)
1242 if (ndev->ntb.topo == NTB_TOPO_SEC)
1552 switch (ndev->ntb.topo) {
1612 if (ndev->ntb.topo == NTB_TOPO_B2B_USD) {
1724 ndev->ntb.topo = xeon_ppd_topo(ndev, ppd);
1725 dev_dbg(&pdev->dev, "ppd %#x topo
[all...]
/linux-master/include/linux/
H A Dntb.h88 static inline int ntb_topo_is_b2b(enum ntb_topo topo) argument
90 switch ((int)topo) {
98 static inline char *ntb_topo_string(enum ntb_topo topo) argument
100 switch (topo) {
412 * @topo: Detected topology of the ntb.
420 enum ntb_topo topo; member in struct:ntb_dev
/linux-master/arch/x86/kernel/
H A Damd_nb.c397 return (mask >> (4 * cpu_data(cpu).topo.core_id)) & 0xf;
423 cuid = cpu_data(cpu).topo.core_id;
/linux-master/drivers/virt/acrn/
H A Dhsm.c450 lapicid = cpu_data(cpu).topo.apicid;
/linux-master/arch/x86/kernel/cpu/
H A Damd.c302 unsigned apicid = c->topo.apicid;
336 int ht_nodeid = c->topo.initial_apicid;
/linux-master/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c542 ndev->ntb.topo = NTB_TOPO_NONE;
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c7281 num_v_tile = (tile->topo[0] & 0xf) | (tile->topo[2] & 0x30);
7282 num_h_tile = (tile->topo[0] >> 4) | ((tile->topo[2] >> 2) & 0x30);
7283 tile_v_loc = (tile->topo[1] & 0xf) | ((tile->topo[2] & 0x3) << 4);
7284 tile_h_loc = (tile->topo[1] >> 4) | (((tile->topo[2] >> 2) & 0x3) << 4);
/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c847 sndev->ntb.topo = NTB_TOPO_SWITCH;
1133 sndev->ntb.topo = NTB_TOPO_CROSSLINK;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c129 m->socketid = cpu_data(m->extcpu).topo.pkg_id;
130 m->apicid = cpu_data(m->extcpu).topo.initial_apicid;
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.h586 enum bfa_port_topology topo);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c3070 uint16_t loop_id, topo, sw_cap; local
3085 &area, &domain, &topo, &sw_cap);
5010 uint16_t topo; local
5023 &loop_id, &al_pa, &area, &domain, &topo, &sw_cap);
5045 if (topo == 4) {
5057 switch (topo) {
5090 "HBA in unknown topology %x, using NL.\n", topo);
5105 if (topo != 2)
5107 } else if (!(topo == 2 && ha->flags.n2n_bigger))
H A Dqla_bsg.c2278 uint16_t loop_id, topo, sw_cap; local
2294 &area, &domain, &topo, &sw_cap);
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c1255 ndev->ntb.topo = NTB_TOPO_NONE;
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c1921 u8 topo; local
1927 topo = ((struct bsca_block *)kvm->arch.sca)->utility.mtcr;
1930 return put_user(topo, (u8 __user *)attr->addr);
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c2285 ndev->ntb.topo = NTB_TOPO_SWITCH;
/linux-master/arch/x86/events/intel/
H A Duncore.c77 return c->topo.logical_die_id;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c2238 return cpu_data(first_cpu_of_numa_node).topo.apicid;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py5067 topo = data.deviceTopology()
5068 detail += ' devtable[%d] = "%s";\n' % (data.testnumber, topo)

Completed in 613 milliseconds

12