Lines Matching defs:ctx_header_size
194 unsigned int ctx_header_size;
224 ctx_header_size = IR_CTX_HEADER_SIZE_CIP;
226 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP;
228 CYCLES_PER_SECOND / ctx_header_size;
686 params->header_length = s->ctx_data.tx.ctx_header_size;
1009 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header);
1346 packet_count = header_length / s->ctx_data.tx.ctx_header_size;
1390 packets = header_length / s->ctx_data.tx.ctx_header_size;
1392 ctx_header += (packets - 1) * s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header);
1418 packets = header_length / s->ctx_data.tx.ctx_header_size;
1428 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32);
1435 size_t length = s->ctx_data.tx.ctx_header_size * offset;
1470 count = header_length / s->ctx_data.tx.ctx_header_size;
1507 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32);
1685 unsigned int ctx_header_size;
1712 ctx_header_size = IR_CTX_HEADER_SIZE_CIP;
1714 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP;
1718 ctx_header_size = 0; // No effect for IT context.
1728 type, channel, speed, ctx_header_size,
1742 s->ctx_data.tx.ctx_header_size = ctx_header_size;