Home
last modified time | relevance | path

Searched refs:s_send_store (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Interface.c311 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()
458 ps_frame_info->s_send_store.winsize_cnt); in phLlcNfc_WrResp_Cb()
594 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt); in phLlcNfc_WrResp_Cb()
596 if(ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_WrResp_Cb()
599 &(ps_frame_info->s_send_store)); in phLlcNfc_WrResp_Cb()
611 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt); in phLlcNfc_WrResp_Cb()
613 if(ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_WrResp_Cb()
616 &(ps_frame_info->s_send_store), 0); in phLlcNfc_WrResp_Cb()
734 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt); in phLlcNfc_RdResp_Cb()
DphLlcNfc_Frame.c291 psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt = 0; in phLlcNfc_H_Frame_Init()
757 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendUserIFrame()
861 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendRejectedIFrame()
1010 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendTimedOutIFrame()
1190 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_ProcessIFrame()
1205 &(ps_frame_info->s_send_store)); in phLlcNfc_H_ProcessIFrame()
1528 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_H_ProcessUFrame()
1533 &(ps_frame_info->s_send_store, 0); in phLlcNfc_H_ProcessUFrame()
1536 &(ps_frame_info->s_send_store)); in phLlcNfc_H_ProcessUFrame()
1590 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_ProcessSFrame()
[all …]
DphLlcNfc.c380 else if (ps_llc_ctxt->s_frameinfo.s_send_store.winsize_cnt >= in phLlcNfc_Send()
390 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_Send()
418 if (1 == ps_frame_info->s_send_store.winsize_cnt) in phLlcNfc_Send()
DphLlcNfc_Timer.c708 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_GuardTimeoutCb()
756 &(ps_frame_info->s_send_store), in phLlcNfc_GuardTimeoutCb()
1035 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_URSET_Delay_Notify()
1041 &(ps_frame_info->s_send_store), 0); in phLlcNfc_URSET_Delay_Notify()
1046 &(ps_frame_info->s_send_store)); in phLlcNfc_URSET_Delay_Notify()
DphLlcNfc_StateMachine.c131 if (0 != psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt) in phLlcNfc_H_ChangeState()
DphLlcNfc_DataTypes.h546 phLlcNfc_StoreIFrame_t s_send_store; member