Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1101 uint_t CRC; in s1394_CSR_topology_map_update() local
1241 uint32_t CRC; in s1394_init_local_config_rom() local
1307 config_rom[0] = (0x04040000) | CRC; in s1394_init_local_config_rom()
1347 text_leaf[0] = (0x00080000) | CRC; in s1394_init_local_config_rom()
1407 CRC = s1394_CRC16(&unit_dir[1], 3); in s1394_init_local_config_rom()
1408 unit_dir[0] = (0x00030000) | CRC; in s1394_init_local_config_rom()
1424 CRC = s1394_CRC16(&unit_dir[5], 9); in s1394_init_local_config_rom()
1425 unit_dir[4] = (0x00090000) | CRC; in s1394_init_local_config_rom()
1574 uint32_t CRC; in s1394_add_config_rom_entry() local
1713 uint_t CRC; in s1394_remove_config_rom_entry() local
[all …]
H A Ds1394_misc.c455 uint_t CRC = 0; in s1394_CRC16() local
467 for (next = CRC, shift = 28; shift >= 0; shift -= 4) { in s1394_CRC16()
471 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16()
474 return (CRC); in s1394_CRC16()
488 uint_t CRC = 0; in s1394_CRC16_old() local
497 for (next = CRC, shift = 28; shift > 0; shift -= 4) { in s1394_CRC16_old()
501 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16_old()
504 return (CRC); in s1394_CRC16_old()
H A Ds1394_dev_disc.c1718 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_cfgrom() local
1736 CRC = s1394_CRC16(&node->cfgrom[1], crc_len); in s1394_valid_cfgrom()
1738 if (CRC != crc_value) { in s1394_valid_cfgrom()
1764 uint32_t dir_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_dir() local
1784 CRC = s1394_CRC16(&dir[1], dir_len); in s1394_valid_dir()
1786 if (CRC != crc_value) { in s1394_valid_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-crc.c57 #define CRC(p,s,c) (s = (s >> 8) ^ (p)->tab[(s ^ (c)) & 0xff]) macro
269 CRC(sum, c, *b++); in crc_block()
277 CRC(sum, c, *b++); in crc_block()
298 CRC(sum, c, *b++); in crc_block()
327 CRC(sum, c, n >> j); in crc_done()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro
H A Dcpio.c1468 case CRC: in cksum()
1546 case CRC: in creat_hdr()
4521 case CRC: in gethdr()
4654 case CRC: in gethdr()
5886 case CRC: in read_hdr()
6656 case CRC: in setup()
7198 case CRC: in write_hdr()
7246 case CRC: in write_hdr()
7295 case CRC: in write_hdr()
7415 case CRC: in write_trail()
[all …]
/illumos-gate/usr/src/cmd/ssh/doc/
H A DLICENCE79 The 32-bit CRC implementation in crc32.c is due to Gary S. Brown.
87 The 32-bit CRC compensation attack detector in deattack.c was
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc272 * - badreq-d: a bad downstream request - not CRC error (may cause
274 * - ecrcreq-d: TLP with end-to-end CRC error transmitted downstream
275 * - ecrccomp-d: TLP with end-to-end CRC error transmitted downstream
354 * - flt-badreq-u: a bad upstream request - not CRC error (may cause
357 * - flt-ecrcreq-u: request with end-to-end CRC error transmitted upstream
358 * - flt-ecrccomp-u: compl with end-to-end CRC error transmitted upstream
509 * - ecrcreq-d: TLP with end-to-end CRC error transmitted upstream
510 * - ecrccomp-d: TLP with end-to-end CRC error transmitted upstream
659 * - flt-ecrcreq-u: request with end-to-end CRC error transmitted upstream
660 * - flt-ecrccomp-u: compl with end-to-end CRC error transmitted upstream
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in135 %%% The checksum field above contains a CRC-16
/illumos-gate/usr/src/cmd/file/
H A Dmagic77 0 short 070702 cpio archive - CRC header
78 0 string 070702 ASCII cpio archive - CRC header
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1665 7. Request: (FW) Add CRC to all debug binary dumps.
1671 10. Request: (FW RoCE) Add RoCE statistics for internal CRC, retransmit
1897 image's CRC stops being valid.
2850 8. Problem: T10 DIF RDMA Write calculates wrong expected CRC value in DIF
2853 Change: (FW RoCE) Correct CRC machine initialization code.
2871 Change: (FW RoCE) Correct CRC machine initialization code.
2886 12. Problem: T10 DIF RDMA Write expected runt CRC checked in reverse
2896 13. Problem: T10 DIF RDMA Read Runt CRC value written to host in reverse
3134 CRC errors).
3628 12. Request: Add a CRC check to the nvram selftest.
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in724 desc = Hypertransport CRC error
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.po531 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm…
547 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm…
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog41 - Speed up software CRC-32 computation by a factor of 1.5 to 3
42 - Use atomic test and set, if available, for dynamic CRC tables
1241 - use const for the CRC table (Ken Raeburn)
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt689 Compute a CRC-32 value using a Castagnoli polynomial.
H A Decore.tex1273 \texttt{iwarp\_crc\_needed} & Control whether CRC should be used. \\ \hline
1679 … fields the PF wants to post changes, PF increments a counter, calculate a CRC and uses DMAE to co…
1680 …lled \textit{ecore\_vf\_read\_bulletin()} samples the buffer, verifies the CRC [to make sure it ha…