Searched defs:tmpw (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c878 uint64_t off8, off0, mem_crb, tmpw, word[2] = {0, 0}; local
925 tmpw = (uint64_t)(*((uint8_t *)data));
928 tmpw = (uint64_t)(*((uint16_t *)data));
931 tmpw = (uint64_t)(*((uint32_t *)data));
935 tmpw = *((uint64_t *)data);
941 word[startword] = tmpw;
945 word[startword] |= tmpw << (off0 * 8);
949 word[startword+1] |= tmpw >> (sz[0] * 8);
953 word[startword] |= tmpw << (off0 * 8);
957 word[1] |= tmpw >> (s
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c1241 __uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; local
1268 tmpw = *((__uint8_t *)data);
1271 tmpw = *((__uint16_t *)data);
1274 tmpw = *((__uint32_t *)data);
1278 tmpw = *((__uint64_t *)data);
1282 word[0] |= tmpw << (off0 * 8);
1286 word[1] |= tmpw >> (sz[0] * 8);
1427 __uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; local
1458 tmpw = *((__uint8_t *)data);
1461 tmpw
[all...]

Completed in 48 milliseconds