Searched refs:s_frameinfo (Results 1 – 6 of 6) sorted by relevance
277 ps_llc_ctxt->s_frameinfo.sent_frame_type = in phLlcNfc_Init()333 phLlcNfc_H_Frame_DeInit(&ps_llc_ctxt->s_frameinfo); in phLlcNfc_Release()380 else if (ps_llc_ctxt->s_frameinfo.s_send_store.winsize_cnt >= in phLlcNfc_Send()381 ps_llc_ctxt->s_frameinfo.window_size) in phLlcNfc_Send()389 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_Send()400 &(ps_llc_ctxt->s_frameinfo), in phLlcNfc_Send()496 ps_recv_pkt = &(ps_llc_ctxt->s_frameinfo.s_recvpacket); in phLlcNfc_Receive()506 ps_llc_ctxt->s_frameinfo.upper_recv_call = TRUE; in phLlcNfc_Receive()
170 psLlcCtxt->s_frameinfo.read_pending) in phLlcNfc_Interface_Read()197 psLlcCtxt->s_frameinfo.read_pending = in phLlcNfc_Interface_Read()202 psLlcCtxt->s_frameinfo.read_pending = in phLlcNfc_Interface_Read()239 if ((TRUE == psLlcCtxt->s_frameinfo.write_pending) || in phLlcNfc_Interface_Write()241 psLlcCtxt->s_frameinfo.read_pending)) in phLlcNfc_Interface_Write()254 psLlcCtxt->s_frameinfo.s_llcpacket.llcbuf_len = (uint8_t)llcBufferLength; in phLlcNfc_Interface_Write()255 (void)memcpy ((void *)&(psLlcCtxt->s_frameinfo.s_llcpacket.s_llcbuf), in phLlcNfc_Interface_Write()260 … (uint8_t *)&(psLlcCtxt->s_frameinfo.s_llcpacket.s_llcbuf), in phLlcNfc_Interface_Write()264 psLlcCtxt->s_frameinfo.write_pending = TRUE; in phLlcNfc_Interface_Write()269 psLlcCtxt->s_frameinfo.resp_recvd_count = 0; in phLlcNfc_Interface_Write()[all …]
282 (void)memset (&psLlcCtxt->s_frameinfo.s_llcpacket, 0, in phLlcNfc_H_Frame_Init()285 psLlcCtxt->s_frameinfo.window_size = in phLlcNfc_H_Frame_Init()289 psLlcCtxt->s_frameinfo.s_recv_store.winsize_cnt = 0; in phLlcNfc_H_Frame_Init()291 psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt = 0; in phLlcNfc_H_Frame_Init()292 psLlcCtxt->s_frameinfo.n_s = 0; in phLlcNfc_H_Frame_Init()293 psLlcCtxt->s_frameinfo.n_r = 0; in phLlcNfc_H_Frame_Init()294 psLlcCtxt->s_frameinfo.rejected_ns = DEFAULT_PACKET_INPUT; in phLlcNfc_H_Frame_Init()756 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendUserIFrame()860 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendRejectedIFrame()1008 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendTimedOutIFrame()[all …]
632 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_GuardTimeoutCb()804 gpphLlcNfc_Ctxt->s_frameinfo.sent_frame_type = in phLlcNfc_GuardTimeoutCb()846 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_AckTimeoutCb()885 gpphLlcNfc_Ctxt->s_frameinfo.resp_recvd_count = 0; in phLlcNfc_AckTimeoutCb()914 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_ConnectionTimeoutCb()1031 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_URSET_Delay_Notify()
131 if (0 != psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt) in phLlcNfc_H_ChangeState()
610 phLlcNfc_Frame_t s_frameinfo; member