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, 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
650 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
660 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
661 *data_block_counter = 0; in parse_ir_ctx_header()
665 *data_block_counter, index); in parse_ir_ctx_header()
703 unsigned int dbc = s->data_block_counter; in generate_device_pkt_descs()
725 desc->data_block_counter = dbc; in generate_device_pkt_descs()
735 s->data_block_counter = dbc; in generate_device_pkt_descs()
756 unsigned int dbc = s->data_block_counter; in generate_pkt_descs()
779 desc->data_block_counter = dbc; in generate_pkt_descs()
791 s->data_block_counter = dbc; in generate_pkt_descs()
854 desc->data_blocks, desc->data_block_counter, in out_stream_callback()
1063 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1065 s->data_block_counter = 0; in amdtp_stream_start()