Lines Matching refs:data_block_counter
668 unsigned int data_block_counter, unsigned int syt) in generate_cip_header() argument
673 data_block_counter); in generate_cip_header()
683 unsigned int data_block_counter, in build_it_pkt_header() argument
694 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
701 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header()
707 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
765 *data_block_counter != UINT_MAX) in check_cip_header()
766 dbc = *data_block_counter; in check_cip_header()
769 *data_block_counter == UINT_MAX) { in check_cip_header()
772 lost = dbc != *data_block_counter; in check_cip_header()
781 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
787 *data_block_counter, dbc); in check_cip_header()
791 *data_block_counter = dbc; in check_cip_header()
802 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
830 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
844 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
845 *data_block_counter = 0; in parse_ir_ctx_header()
849 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header()
910 unsigned int dbc = s->data_block_counter; in generate_tx_packet_descs()
943 desc->data_block_counter = dbc; in generate_tx_packet_descs()
971 desc->data_block_counter = dbc; in generate_tx_packet_descs()
985 s->data_block_counter = dbc; in generate_tx_packet_descs()
1007 unsigned int dbc = s->data_block_counter; in generate_rx_packet_descs()
1029 desc->data_block_counter = dbc; in generate_rx_packet_descs()
1042 s->data_block_counter = dbc; in generate_rx_packet_descs()
1186 desc->data_blocks, desc->data_block_counter, in process_rx_packets()
1673 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1675 s->data_block_counter = 0; in amdtp_stream_start()