Lines Matching refs:data_block_counter
677 unsigned int data_block_counter, unsigned int syt) in generate_cip_header() argument
682 data_block_counter); in generate_cip_header()
692 unsigned int data_block_counter, in build_it_pkt_header() argument
703 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
710 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header()
716 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument
774 *data_block_counter != UINT_MAX) in check_cip_header()
775 dbc = *data_block_counter; in check_cip_header()
778 *data_block_counter == UINT_MAX) { in check_cip_header()
781 lost = dbc != *data_block_counter; in check_cip_header()
794 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
800 *data_block_counter, dbc); in check_cip_header()
804 *data_block_counter = dbc; in check_cip_header()
815 unsigned int *data_block_counter, in parse_ir_ctx_header() argument
843 data_blocks, data_block_counter, syt); in parse_ir_ctx_header()
857 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
858 *data_block_counter = 0; in parse_ir_ctx_header()
862 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header()
923 unsigned int dbc = s->data_block_counter; in generate_tx_packet_descs()
956 desc->data_block_counter = dbc; in generate_tx_packet_descs()
984 desc->data_block_counter = dbc; in generate_tx_packet_descs()
998 s->data_block_counter = dbc; in generate_tx_packet_descs()
1020 unsigned int dbc = s->data_block_counter; in generate_rx_packet_descs()
1042 desc->data_block_counter = dbc; in generate_rx_packet_descs()
1055 s->data_block_counter = dbc; in generate_rx_packet_descs()
1199 desc->data_blocks, desc->data_block_counter, in process_rx_packets()
1686 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
1688 s->data_block_counter = 0; in amdtp_stream_start()