Lines Matching refs:data_block_counter

479 			unsigned int data_block_counter, unsigned int syt)  in generate_cip_header()  argument
484 data_block_counter); in generate_cip_header()
494 unsigned int data_block_counter, in build_it_pkt_header() argument
505 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
513 data_block_counter, index); in build_it_pkt_header()
519 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
579 *data_block_counter != UINT_MAX) in check_cip_header()
580 dbc = *data_block_counter; in check_cip_header()
583 *data_block_counter == UINT_MAX) { in check_cip_header()
586 lost = dbc != *data_block_counter; in check_cip_header()
595 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
601 *data_block_counter, dbc); in check_cip_header()
605 *data_block_counter = dbc; in check_cip_header()
616 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
634 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
644 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
645 *data_block_counter = 0; in parse_ir_ctx_header()
649 *data_block_counter, index); in parse_ir_ctx_header()
686 unsigned int dbc = s->data_block_counter; in generate_device_pkt_descs()
708 desc->data_block_counter = dbc; in generate_device_pkt_descs()
718 s->data_block_counter = dbc; in generate_device_pkt_descs()
728 unsigned int dbc = s->data_block_counter; in generate_ideal_pkt_descs()
742 desc->data_block_counter = dbc; in generate_ideal_pkt_descs()
752 s->data_block_counter = dbc; in generate_ideal_pkt_descs()
806 desc->data_blocks, desc->data_block_counter, in out_stream_callback()
925 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
929 s->data_block_counter = 0; in amdtp_stream_start()