Lines Matching refs:data_block_counter

693 			unsigned int data_block_counter, unsigned int syt)  in generate_cip_header()  argument
698 data_block_counter); in generate_cip_header()
708 unsigned int data_block_counter, in build_it_pkt_header() argument
719 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
726 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header()
732 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
790 *data_block_counter != UINT_MAX) in check_cip_header()
791 dbc = *data_block_counter; in check_cip_header()
794 *data_block_counter == UINT_MAX) { in check_cip_header()
797 lost = dbc != *data_block_counter; in check_cip_header()
810 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
816 *data_block_counter, dbc); in check_cip_header()
820 *data_block_counter = dbc; in check_cip_header()
831 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
859 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
873 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
874 *data_block_counter = 0; in parse_ir_ctx_header()
878 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header()
939 unsigned int dbc = s->data_block_counter; in generate_tx_packet_descs()
972 desc->data_block_counter = dbc; in generate_tx_packet_descs()
1000 desc->data_block_counter = dbc; in generate_tx_packet_descs()
1014 s->data_block_counter = dbc; in generate_tx_packet_descs()
1036 unsigned int dbc = s->data_block_counter; in generate_rx_packet_descs()
1058 desc->data_block_counter = dbc; in generate_rx_packet_descs()
1071 s->data_block_counter = dbc; in generate_rx_packet_descs()
1219 desc->data_blocks, desc->data_block_counter, in process_rx_packets()
1706 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1708 s->data_block_counter = 0; in amdtp_stream_start()