Home | History | Annotate | Download | only in src

Lines Matching full:ps_frame_info

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