Lines Matching refs:data_block_counter

666 			unsigned int data_block_counter, unsigned int syt)  in generate_cip_header()  argument
671 data_block_counter); in generate_cip_header()
681 unsigned int data_block_counter, in build_it_pkt_header() argument
692 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
699 data_block_counter, s->packet_index, index); in build_it_pkt_header()
705 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
763 *data_block_counter != UINT_MAX) in check_cip_header()
764 dbc = *data_block_counter; in check_cip_header()
767 *data_block_counter == UINT_MAX) { in check_cip_header()
770 lost = dbc != *data_block_counter; in check_cip_header()
779 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
785 *data_block_counter, dbc); in check_cip_header()
789 *data_block_counter = dbc; in check_cip_header()
800 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
827 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
841 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
842 *data_block_counter = 0; in parse_ir_ctx_header()
846 *data_block_counter, packet_index, index); in parse_ir_ctx_header()
896 unsigned int dbc = s->data_block_counter; in generate_device_pkt_descs()
926 desc->data_block_counter = dbc; in generate_device_pkt_descs()
954 desc->data_block_counter = dbc; in generate_device_pkt_descs()
967 s->data_block_counter = dbc; in generate_device_pkt_descs()
988 unsigned int dbc = s->data_block_counter; in generate_pkt_descs()
1010 desc->data_block_counter = dbc; in generate_pkt_descs()
1022 s->data_block_counter = dbc; in generate_pkt_descs()
1096 desc->data_blocks, desc->data_block_counter, in process_rx_packets()
1571 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1573 s->data_block_counter = 0; in amdtp_stream_start()