Home
last modified time | relevance | path

Searched refs:ps_store_frame (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Frame.c742 phLlcNfc_StoreIFrame_t *ps_store_frame = NULL; in phLlcNfc_H_SendUserIFrame() local
757 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendUserIFrame()
760 (ps_frame_info->n_s != ((ps_store_frame->winsize_cnt + in phLlcNfc_H_SendUserIFrame()
761 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR)) in phLlcNfc_H_SendUserIFrame()
846 phLlcNfc_StoreIFrame_t *ps_store_frame = NULL; in phLlcNfc_H_SendRejectedIFrame() local
861 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendRejectedIFrame()
864 if (ns_rejected < (uint8_t)(ps_store_frame->winsize_cnt + in phLlcNfc_H_SendRejectedIFrame()
865 ps_store_frame->start_pos)) in phLlcNfc_H_SendRejectedIFrame()
872 ps_store_frame->s_llcpacket[ns_rejected].frame_to_send) in phLlcNfc_H_SendRejectedIFrame()
922 (((ns_rejected != ps_store_frame->start_pos) && in phLlcNfc_H_SendRejectedIFrame()
[all …]
DphLlcNfc_Interface.c295 phLlcNfc_StoreIFrame_t *ps_store_frame = NULL; in phLlcNfc_WrResp_Cb() local
311 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_WrResp_Cb()
319 PH_LLCNFC_DEBUG("NS START POS : 0x%02X\n", ps_store_frame->start_pos); in phLlcNfc_WrResp_Cb()
320 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_store_frame->winsize_cnt); in phLlcNfc_WrResp_Cb()
384 ps_store_frame->s_llcpacket[count].frame_to_send = in phLlcNfc_WrResp_Cb()
406 if ((((ps_store_frame->start_pos + ps_store_frame->winsize_cnt) % in phLlcNfc_WrResp_Cb()
408 (ps_frame_info->window_size == ps_store_frame->winsize_cnt)) in phLlcNfc_WrResp_Cb()
449 ((ps_store_frame->s_llcpacket[count].s_llcbuf.sllcpayload.llcheader in phLlcNfc_WrResp_Cb()
460 ps_store_frame->s_llcpacket[count].frame_to_send); in phLlcNfc_WrResp_Cb()
504 if (ps_store_frame->winsize_cnt == in phLlcNfc_WrResp_Cb()
[all …]
DphLlcNfc.c366 phLlcNfc_StoreIFrame_t *ps_store_frame = NULL; in phLlcNfc_Send() local
390 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_Send()
406 (void)phLlcNfc_H_StoreIFrame (ps_store_frame, s_packet_info); in phLlcNfc_Send()
452 count = (uint8_t)((((ps_store_frame->start_pos + in phLlcNfc_Send()
453 ps_store_frame->winsize_cnt) - count)) % in phLlcNfc_Send()