Searched refs:terminator_byte_index (Results 1 – 2 of 2) sorted by relevance
950 p_t2t->terminator_byte_index = terminator_tlv_byte_index; in rw_t2t_read_ndef_last_block()952 p_t2t->terminator_byte_index = 0x00; in rw_t2t_read_ndef_last_block()955 p_t2t->terminator_byte_index = 0x00; in rw_t2t_read_ndef_last_block()1022 } else if (block == p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) { in rw_t2t_is_read_before_write_block()1300 if (p_t2t->terminator_byte_index / T2T_BLOCK_SIZE == block) { in rw_t2t_update_cb()1320 if (p_t2t->terminator_byte_index != 0) { in rw_t2t_update_cb()1445 block = p_t2t->terminator_byte_index / T2T_BLOCK_LEN; in rw_t2t_add_terminator_tlv()1456 term_byte_idx = p_t2t->terminator_byte_index % T2T_BLOCK_LEN; in rw_t2t_add_terminator_tlv()1467 } else if (p_t2t->terminator_byte_index != 0) { in rw_t2t_add_terminator_tlv()
440 terminator_byte_index; /* The offset of the tag where terminator tlv may member