Lines Matching refs:s_frameinfo
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()
303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE; in phLlcNfc_WrResp_Cb()
309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_WrResp_Cb()
675 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_RdResp_Cb()
679 ps_llc_ctxt->s_frameinfo.read_pending = PH_LLCNFC_READPEND_FLAG_OFF; in phLlcNfc_RdResp_Cb()
718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending) in phLlcNfc_RdResp_Cb()
973 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendInfo()