Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:crc_len

68 	if (((struct csrdirectory *)p)->crc_len == 0) {
111 if (ptr->index < ptr->dir->crc_len &&
115 if (ptr->index < ptr->dir->crc_len)
194 if ((char *)textleaf + textleaf->crc_len > CROM_END(cc)) {
202 qlen = textleaf->crc_len - 2;
311 crc = crom_crc((uint32_t *)dir->entry, dir->crc_len);
313 dir->crc_len, crc);
403 index = chunk->data.crc_len;
409 chunk->data.crc_len++;
464 tl->crc_len = howmany(sizeof(struct csrtext) + len, sizeof(uint32_t));
515 offset += (1 + chunk->data.crc_len);
525 crom_crc(chunk->data.buf, chunk->data.crc_len);
527 len = 1 + chunk->data.crc_len;
533 hdr->crc_len = count - 1;
534 hdr->crc = crom_crc(&buf[1], hdr->crc_len);