Searched defs:mcs (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_intel.c | 439 mc_snapshot_info_t mcs; local 445 if (ioctl(mc_fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 || 446 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL || 457 (void) nvlist_unpack(buf, mcs.mcs_size, &nvl, 0); 458 topo_mod_free(mod, buf, mcs.mcs_size);
|
H A D | chip_amd.c | 306 mc_snapshot_info_t mcs; local 332 if (ioctl(fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 || 333 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL || 345 err = nvlist_unpack(buf, mcs.mcs_size, &nvl, 0); 346 topo_mod_free(mod, buf, mcs.mcs_size);
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | intel_nhmdrv.c | 118 mc_snapshot_info_t mcs; local 139 mcs.mcs_size = (uint32_t)inhm_mc_snapshotsz[chip]; 140 mcs.mcs_gen = inhm_mc_snapshotgen; 142 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 355 mc_snapshot_info_t mcs; local 374 mcs.mcs_size = (uint32_t)inb_mc_snapshotsz; 375 mcs.mcs_gen = inb_mc_snapshotgen; 377 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
|
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 336 genasm_frinit(uint8_t *bp, uint32_t off, uint32_t dp, uint32_t ep, uint32_t mcs) argument 345 bcopy(&mcs, bp + PTC_FRINI_MCS, sizeof (mcs));
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 1091 uint8_t mcs, pid, qsel; local 1175 mcs = rt2860_rate2mcs(rate); 1186 mcs |= RT2860_PHY_SHPRE; 1189 txwi->phy |= LE_16(mcs); 1198 pid = (mcs + 1) & 0xf; 1328 #define CCK(mcs) (mcs) 1329 #define OFDM(mcs) ((uint32_t)1 << 3 | (mcs)) 1625 uint8_t wcid, mcs, pi local [all...] |
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 1160 mc_snapshot_info_t mcs; local 1167 mcs.mcs_size = mc->mc_snapshotsz; 1168 mcs.mcs_gen = mc->mc_snapshotgen; 1170 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
|
Completed in 74 milliseconds