Home
last modified time | relevance | path

Searched refs:chan_mod (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_decode.c925 uint32_t nsock_bit, chan_mod; in zen_umc_decode_ileave_nps_mod() local
939 chan_mod = 3; in zen_umc_decode_ileave_nps_mod()
943 chan_mod = 5; in zen_umc_decode_ileave_nps_mod()
959 dec->dec_ilv_chan = bitx64(dec->dec_ilv_pa, 63, 14) % chan_mod; in zen_umc_decode_ileave_nps_mod()
961 dec->dec_ilv_chan = (dec->dec_ilv_chan + 1) % chan_mod; in zen_umc_decode_ileave_nps_mod()
974 dec->dec_ilv_chan += hashes[2] * chan_mod; in zen_umc_decode_ileave_nps_mod()
977 dec->dec_ilv_chan += ((hashes[2] << 1) | hashes[1]) * chan_mod; in zen_umc_decode_ileave_nps_mod()
1480 uint_t nbits, chan_mod, sock_bits, nmid_bits; in zen_umc_decode_normalize_nps_mod() local
1488 chan_mod = 3; in zen_umc_decode_normalize_nps_mod()
1492 chan_mod = 5; in zen_umc_decode_normalize_nps_mod()
[all …]