Searched refs:T2T_CC1_VNO_BYTE (Results 1 – 2 of 2) sorted by relevance
116 p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in rw_t2t_handle_rsp()216 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_handle_cc_read_rsp()217 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_handle_cc_read_rsp()218 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_handle_cc_read_rsp()2608 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != 0) && in rw_t2t_format_tag()2609 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_format_tag()2610 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_format_tag()2611 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_format_tag()2799 p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in RW_T2tLocateTlv()
195 #define T2T_CC1_VNO_BYTE 0x0D /* Version Number byte number*/ macro