Home | History | Annotate | Download | only in src

Lines Matching refs:ps_llc_ctxt

292     phLlcNfc_Context_t          *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
301 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo))
303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE;
309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo);
328 result = phLlcNfc_Interface_Read (ps_llc_ctxt,
337 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
348 result = phLlcNfc_Interface_Read (ps_llc_ctxt,
353 if(NULL != ps_llc_ctxt->cb_for_if.notify)
356 ps_llc_ctxt->cb_for_if.notify (
357 ps_llc_ctxt->cb_for_if.pif_ctxt,
358 ps_llc_ctxt->phwinfo,
374 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
393 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
402 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
416 ps_llc_ctxt->send_cb_len = (pCompInfo->length -
424 if (NULL != ps_llc_ctxt->cb_for_if.send_complete)
428 ps_llc_ctxt->cb_for_if.send_complete (
429 ps_llc_ctxt->cb_for_if.pif_ctxt,
466 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
469 phLlcNfc_H_SendInfo (ps_llc_ctxt);
481 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
493 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
501 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
510 ps_llc_ctxt->send_cb_len = pCompInfo->length; */
515 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
519 ps_llc_ctxt->cb_for_if.send_complete(
520 ps_llc_ctxt->cb_for_if.pif_ctxt,
546 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
562 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
566 phLlcNfc_H_SendInfo (ps_llc_ctxt);
573 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
582 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt);
589 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
598 result = phLlcNfc_H_SendUserIFrame (ps_llc_ctxt,
606 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
615 result = phLlcNfc_H_SendTimedOutIFrame (ps_llc_ctxt,
630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
633 ps_llc_ctxt->s_timerinfo.guard_to_count);
635 ps_llc_ctxt->cb_for_if.send_complete(
636 ps_llc_ctxt->cb_for_if.pif_ctxt,
660 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
672 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo)
675 ps_frame_info = &(ps_llc_ctxt->s_frameinfo);
679 ps_llc_ctxt->s_frameinfo.read_pending = PH_LLCNFC_READPEND_FLAG_OFF;
696 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
703 (NULL != ps_llc_ctxt->cb_for_if.notify))
709 notifyul = ps_llc_ctxt->cb_for_if.notify;
710 p_upperctxt = ps_llc_ctxt->cb_for_if.pif_ctxt;
711 result = phLlcNfc_Release(ps_llc_ctxt, pHwInfo);
718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending)
722 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
737 if (phLlcNfc_Resend_State != ps_llc_ctxt->state)
739 result = phLlcNfc_H_ChangeState(ps_llc_ctxt,
752 ps_llc_ctxt->s_frameinfo.s_recvpacket.s_llcbuf :
755 ps_llc_ctxt->s_frameinfo.s_recvpacket.llcbuf_len :
757 ps_llc_ctxt->s_frameinfo.s_recvpacket.llcbuf_len - 2 :
762 ps_llc_ctxt->s_frameinfo.s_recvpacket.s_llcbuf.sllcpayload.llcpayload :
778 result = phLlcNfc_H_ProRecvFrame(ps_llc_ctxt);
783 result = phLlcNfc_H_ProRecvFrame(ps_llc_ctxt);
797 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
803 result = phLlcNfc_H_SendRejectFrame (ps_llc_ctxt);
811 result = phLlcNfc_Interface_Read (ps_llc_ctxt,
823 ps_llc_ctxt->cb_for_if.notify (
824 ps_llc_ctxt->cb_for_if.pif_ctxt,
825 ps_llc_ctxt->phwinfo,
836 result = phLlcNfc_Interface_Read (ps_llc_ctxt,
848 ps_llc_ctxt->cb_for_if.notify (
849 ps_llc_ctxt->cb_for_if.pif_ctxt,
850 ps_llc_ctxt->phwinfo,
863 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
871 result = phLlcNfc_H_SendRejectFrame (ps_llc_ctxt);
891 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
904 ps_llc_ctxt->s_timerinfo.guard_to_count);
909 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
913 if (NULL != ps_llc_ctxt->cb_for_if.receive_complete)
915 ps_llc_ctxt->cb_for_if.receive_complete(
916 ps_llc_ctxt->cb_for_if.pif_ctxt,
927 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
940 ps_llc_ctxt->s_timerinfo.guard_to_count);
942 if (NULL != ps_llc_ctxt->cb_for_if.receive_complete)
944 ps_llc_ctxt->cb_for_if.receive_complete(
945 ps_llc_ctxt->cb_for_if.pif_ctxt,
952 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo)
953 && (NULL != ps_llc_ctxt->cb_for_if.receive_complete))
955 ps_llc_ctxt->cb_for_if.receive_complete(
956 ps_llc_ctxt->cb_for_if.pif_ctxt,