Lines Matching refs:ps_llc_ctxt

292     phLlcNfc_Context_t          *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;  in phLlcNfc_WrResp_Cb()  local
301 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo)) in phLlcNfc_WrResp_Cb()
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()
328 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
337 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
348 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
353 if(NULL != ps_llc_ctxt->cb_for_if.notify) in phLlcNfc_WrResp_Cb()
356 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_WrResp_Cb()
357 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
358 ps_llc_ctxt->phwinfo, in phLlcNfc_WrResp_Cb()
374 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
393 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
402 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
416 ps_llc_ctxt->send_cb_len = (pCompInfo->length - in phLlcNfc_WrResp_Cb()
424 if (NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
428 ps_llc_ctxt->cb_for_if.send_complete ( in phLlcNfc_WrResp_Cb()
429 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
466 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
469 phLlcNfc_H_SendInfo (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
481 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
493 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
501 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
515 if(NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
519 ps_llc_ctxt->cb_for_if.send_complete( in phLlcNfc_WrResp_Cb()
520 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
546 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
562 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
566 phLlcNfc_H_SendInfo (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
573 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
582 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()
589 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
598 result = phLlcNfc_H_SendUserIFrame (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
606 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
615 result = phLlcNfc_H_SendTimedOutIFrame (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()
630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
633 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_WrResp_Cb()
635 ps_llc_ctxt->cb_for_if.send_complete( in phLlcNfc_WrResp_Cb()
636 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
660 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext; in phLlcNfc_RdResp_Cb() local
672 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo) in phLlcNfc_RdResp_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()
696 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
703 (NULL != ps_llc_ctxt->cb_for_if.notify)) in phLlcNfc_RdResp_Cb()
709 notifyul = ps_llc_ctxt->cb_for_if.notify; in phLlcNfc_RdResp_Cb()
710 p_upperctxt = ps_llc_ctxt->cb_for_if.pif_ctxt; in phLlcNfc_RdResp_Cb()
711 result = phLlcNfc_Release(ps_llc_ctxt, pHwInfo); in phLlcNfc_RdResp_Cb()
718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending) in phLlcNfc_RdResp_Cb()
722 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
737 if (phLlcNfc_Resend_State != ps_llc_ctxt->state) in phLlcNfc_RdResp_Cb()
739 result = phLlcNfc_H_ChangeState(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
778 result = phLlcNfc_H_ProRecvFrame(ps_llc_ctxt); in phLlcNfc_RdResp_Cb()
783 result = phLlcNfc_H_ProRecvFrame(ps_llc_ctxt); in phLlcNfc_RdResp_Cb()
797 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
803 result = phLlcNfc_H_SendRejectFrame (ps_llc_ctxt); in phLlcNfc_RdResp_Cb()
811 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
823 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_RdResp_Cb()
824 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_RdResp_Cb()
825 ps_llc_ctxt->phwinfo, in phLlcNfc_RdResp_Cb()
836 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
848 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_RdResp_Cb()
849 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_RdResp_Cb()
850 ps_llc_ctxt->phwinfo, in phLlcNfc_RdResp_Cb()
863 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
871 result = phLlcNfc_H_SendRejectFrame (ps_llc_ctxt); in phLlcNfc_RdResp_Cb()
891 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
904 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_RdResp_Cb()
909 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
913 if (NULL != ps_llc_ctxt->cb_for_if.receive_complete) in phLlcNfc_RdResp_Cb()
915 ps_llc_ctxt->cb_for_if.receive_complete( in phLlcNfc_RdResp_Cb()
916 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_RdResp_Cb()
927 result = phLlcNfc_Interface_Read(ps_llc_ctxt, in phLlcNfc_RdResp_Cb()
940 ps_llc_ctxt->s_timerinfo.guard_to_count); in phLlcNfc_RdResp_Cb()
942 if (NULL != ps_llc_ctxt->cb_for_if.receive_complete) in phLlcNfc_RdResp_Cb()
944 ps_llc_ctxt->cb_for_if.receive_complete( in phLlcNfc_RdResp_Cb()
945 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_RdResp_Cb()
952 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) in phLlcNfc_RdResp_Cb()
953 && (NULL != ps_llc_ctxt->cb_for_if.receive_complete)) in phLlcNfc_RdResp_Cb()
955 ps_llc_ctxt->cb_for_if.receive_complete( in phLlcNfc_RdResp_Cb()
956 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_RdResp_Cb()