Searched refs:bytes_count (Results 1 – 4 of 4) sorted by relevance
566 p_t2t->bytes_count = (p_t2t->bytes_count << 8) + p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()585 if (p_t2t->bytes_count > 0) p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()597 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()598 p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()612 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()654 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()661 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()662 p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()669 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()704 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()[all …]
859 uint16_t bytes_count = 0; in rw_t1t_handle_tlv_detect_rsp() local952 bytes_count = len; in rw_t1t_handle_tlv_detect_rsp()991 bytes_count = (bytes_count << 8) + p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()1007 if (bytes_count > 0) bytes_count--; in rw_t1t_handle_tlv_detect_rsp()1022 bytes_count--; in rw_t1t_handle_tlv_detect_rsp()1026 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()1064 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()1071 bytes_count--; in rw_t1t_handle_tlv_detect_rsp()1075 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()1096 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()[all …]
92 p_t2t->bytes_count = 128; in Init_ReadNDef()
438 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member