Lines Matching refs:ps_frame_info
612 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_GuardTimeoutCb() local
632 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_GuardTimeoutCb()
708 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_GuardTimeoutCb()
756 &(ps_frame_info->s_send_store), in phLlcNfc_GuardTimeoutCb()
796 ps_frame_info->write_status = result; in phLlcNfc_GuardTimeoutCb()
803 ps_frame_info->retry_cnt = 0; in phLlcNfc_GuardTimeoutCb()
813 ps_frame_info->write_wait_call = u_rset_frame; in phLlcNfc_GuardTimeoutCb()
834 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_AckTimeoutCb() local
846 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_AckTimeoutCb()
851 if (NFCSTATUS_BUSY == PHNFCSTATUS (ps_frame_info->write_status)) in phLlcNfc_AckTimeoutCb()
860 (void)phLlcNfc_H_CreateSFramePayload (ps_frame_info, &(s_packet_info), phLlcNfc_e_rr); in phLlcNfc_AckTimeoutCb()
868 if (0 == ps_frame_info->send_error_count) in phLlcNfc_AckTimeoutCb()
870 ps_frame_info->write_wait_call = invalid_frame; in phLlcNfc_AckTimeoutCb()
872 ps_frame_info->sent_frame_type = s_frame; in phLlcNfc_AckTimeoutCb()
876 if (invalid_frame == ps_frame_info->write_wait_call) in phLlcNfc_AckTimeoutCb()
878 ps_frame_info->write_wait_call = s_frame; in phLlcNfc_AckTimeoutCb()
903 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_ConnectionTimeoutCb() local
914 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_ConnectionTimeoutCb()
927 PH_LLCNFC_DEBUG("TIMER EXPIRED RETRY COUNT : %02X\n", ps_frame_info->retry_cnt); in phLlcNfc_ConnectionTimeoutCb()
930 if (ps_frame_info->retry_cnt < PH_LLCNFC_MAX_RETRY_COUNT) in phLlcNfc_ConnectionTimeoutCb()
951 ps_frame_info->retry_cnt++; in phLlcNfc_ConnectionTimeoutCb()
966 if ((ps_frame_info->retry_cnt == PH_LLCNFC_MAX_RETRY_COUNT) in phLlcNfc_ConnectionTimeoutCb()
979 if (init_u_rset_frame == ps_frame_info->sent_frame_type) in phLlcNfc_ConnectionTimeoutCb()
1026 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_URSET_Delay_Notify() local
1031 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_URSET_Delay_Notify()
1035 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_URSET_Delay_Notify()
1041 &(ps_frame_info->s_send_store), 0); in phLlcNfc_URSET_Delay_Notify()
1046 &(ps_frame_info->s_send_store)); in phLlcNfc_URSET_Delay_Notify()
1053 if ((init_u_rset_frame == ps_frame_info->sent_frame_type) && in phLlcNfc_URSET_Delay_Notify()
1056 ps_frame_info->sent_frame_type = write_resp_received; in phLlcNfc_URSET_Delay_Notify()