Searched refs:RW_T3T_FL_IS_FINAL_NDEF_SEGMENT (Results 1 – 2 of 2) sorted by relevance
885 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_send_next_ndef_check_cmd()895 … ndef_bytes_remaining, cur_blocks_to_read, (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)); in rw_t3t_send_next_ndef_check_cmd()1477 if ((p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) && (p_cb->ndef_attrib.ln & 0x000F)) in rw_t3t_act_handle_check_ndef_rsp()1487 if (!(p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)) in rw_t3t_act_handle_check_ndef_rsp()1537 else if (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) in rw_t3t_act_handle_update_ndef_rsp()1555 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_act_handle_update_ndef_rsp()2577 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tCheckNDef()2638 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tUpdateNDef()
372 #define RW_T3T_FL_IS_FINAL_NDEF_SEGMENT 0x01 /* The final command for completing the NDE… macro