Lines Matching refs:data_block_counter
495 unsigned int data_block_counter, unsigned int syt) in generate_cip_header() argument
500 data_block_counter); in generate_cip_header()
510 unsigned int data_block_counter, in build_it_pkt_header() argument
521 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
529 data_block_counter, s->packet_index, index); in build_it_pkt_header()
535 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
595 *data_block_counter != UINT_MAX) in check_cip_header()
596 dbc = *data_block_counter; in check_cip_header()
599 *data_block_counter == UINT_MAX) { in check_cip_header()
602 lost = dbc != *data_block_counter; in check_cip_header()
611 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
617 *data_block_counter, dbc); in check_cip_header()
621 *data_block_counter = dbc; in check_cip_header()
632 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
656 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
666 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
667 *data_block_counter = 0; in parse_ir_ctx_header()
671 *data_block_counter, packet_index, index); in parse_ir_ctx_header()
709 unsigned int dbc = s->data_block_counter; in generate_device_pkt_descs()
732 desc->data_block_counter = dbc; in generate_device_pkt_descs()
744 s->data_block_counter = dbc; in generate_device_pkt_descs()
765 unsigned int dbc = s->data_block_counter; in generate_pkt_descs()
788 desc->data_block_counter = dbc; in generate_pkt_descs()
800 s->data_block_counter = dbc; in generate_pkt_descs()
863 desc->data_blocks, desc->data_block_counter, in out_stream_callback()
1072 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1074 s->data_block_counter = 0; in amdtp_stream_start()