Home
last modified time | relevance | path

Searched refs:ps_frame_info (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Frame.c738 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_H_SendUserIFrame() local
756 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendUserIFrame()
757 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendUserIFrame()
760 (ps_frame_info->n_s != ((ps_store_frame->winsize_cnt + in phLlcNfc_H_SendUserIFrame()
767 ps_frame_info->n_s); in phLlcNfc_H_SendUserIFrame()
775 llc_header = (uint8_t)(llc_header | ps_frame_info->n_r); in phLlcNfc_H_SendUserIFrame()
798 ps_frame_info->write_status = result; in phLlcNfc_H_SendUserIFrame()
811 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_H_SendUserIFrame()
812 (((resend_i_frame == ps_frame_info->write_wait_call) || in phLlcNfc_H_SendUserIFrame()
813 (rejected_i_frame == ps_frame_info->write_wait_call)) ? in phLlcNfc_H_SendUserIFrame()
[all …]
DphLlcNfc_Interface.c293 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_WrResp_Cb() local
309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_WrResp_Cb()
310 ps_recv_pkt = &(ps_frame_info->s_recvpacket); in phLlcNfc_WrResp_Cb()
311 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_WrResp_Cb()
312 count = ps_frame_info->s_send_store.start_pos; in phLlcNfc_WrResp_Cb()
315 PH_LLCNFC_DEBUG("SENT frame type : 0x%02X\n", ps_frame_info->sent_frame_type); in phLlcNfc_WrResp_Cb()
316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending); in phLlcNfc_WrResp_Cb()
317 PH_LLCNFC_DEBUG("WRITE PENDING status : 0x%04X\n", ps_frame_info->write_status); in phLlcNfc_WrResp_Cb()
318 PH_LLCNFC_DEBUG("WRITE wait frame type : 0x%02X\n", ps_frame_info->write_wait_call); in phLlcNfc_WrResp_Cb()
322 switch(ps_frame_info->sent_frame_type) in phLlcNfc_WrResp_Cb()
[all …]
DphLlcNfc_Timer.c612 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()
[all …]
DphLlcNfc.c364 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_Send() local
389 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_Send()
390 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_Send()
412 if ((TRUE != ps_frame_info->write_pending) && in phLlcNfc_Send()
414 ps_frame_info->read_pending)) in phLlcNfc_Send()
418 if (1 == ps_frame_info->s_send_store.winsize_cnt) in phLlcNfc_Send()
431 ps_frame_info->write_status = result; in phLlcNfc_Send()
435 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_Send()
436 ((resend_i_frame == ps_frame_info->write_wait_call) ? in phLlcNfc_Send()
437 ps_frame_info->write_wait_call : user_i_frame); in phLlcNfc_Send()
[all …]