Searched refs:s1394_CRC16 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/ |
H A D | s1394_csr.c | 1325 CRC = s1394_CRC16(&(tm_ptr[1]), length); in s1394_CSR_topology_map_update() 1520 CRC = s1394_CRC16(&config_rom[1], 4); in s1394_init_local_config_rom() 1542 CRC = s1394_CRC16(&config_rom[6], root_dir_len); in s1394_init_local_config_rom() 1560 CRC = s1394_CRC16(&text_leaf[1], S1394_ROOT_TEXT_LEAF_QUAD_SZ - 1); in s1394_init_local_config_rom() 1594 CRC = s1394_CRC16(&node_unique_id_leaf[1], in s1394_init_local_config_rom() 1631 CRC = s1394_CRC16(&unit_dir[1], 3); in s1394_init_local_config_rom() 1648 CRC = s1394_CRC16(&unit_dir[5], 9); in s1394_init_local_config_rom() 1930 CRC = s1394_CRC16(&temp_buf[tmp_offset + 1], tmp_size); in s1394_add_config_rom_entry() 2093 CRC = s1394_CRC16(&temp_buf[tmp_offset + 1], tmp_size); in s1394_remove_config_rom_entry() 2160 CRC = s1394_CRC16(&config_rom[1], IEEE1394_BIB_QUAD_SZ - 1); in s1394_update_config_rom_callback()
|
H A D | s1394_misc.c | 509 s1394_CRC16(uint_t *d, uint_t crc_length) in s1394_CRC16() function
|
H A D | s1394_dev_disc.c | 2186 CRC = s1394_CRC16(&node->cfgrom[1], crc_len); in s1394_valid_cfgrom() 2260 CRC = s1394_CRC16(&dir[1], dir_len); in s1394_valid_dir()
|
H A D | t1394.c | 3504 ret = s1394_CRC16((uint_t *)d, (uint_t)crc_length); in t1394_CRC16()
|
/titanic_41/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 1213 uint_t s1394_CRC16(uint_t *d, uint_t crc_length);
|