Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLlcNfc_Frame.c1997 phLlcNfc_StoreIFrame_t *ps_send_store = NULL; in phLlcNfc_H_ResetFrameInfo() local
2000 ps_send_store = &(psLlcCtxt->s_frameinfo.s_send_store); in phLlcNfc_H_ResetFrameInfo()
2001 win_cnt = ps_send_store->winsize_cnt; in phLlcNfc_H_ResetFrameInfo()
2002 pos = ps_send_store->start_pos; in phLlcNfc_H_ResetFrameInfo()
2004 PH_LLCNFC_DEBUG ("\n\nLLC : ps_send_store->start_pos %08X\n", ps_send_store->start_pos); in phLlcNfc_H_ResetFrameInfo()
2005 …PH_LLCNFC_DEBUG ("\n\nLLC : ps_send_store->winsize_cnt before reset %08X\n", ps_send_store->winsiz… in phLlcNfc_H_ResetFrameInfo()
2029 (void)memcpy ((void *)&(ps_send_store->s_llcpacket[i]), in phLlcNfc_H_ResetFrameInfo()
2030 (void *)&(ps_send_store->s_llcpacket[pos]), in phLlcNfc_H_ResetFrameInfo()
2033 ps_send_store->s_llcpacket[i].frame_to_send = invalid_frame; in phLlcNfc_H_ResetFrameInfo()
2035 ps_buffer = &(ps_send_store->s_llcpacket[i].s_llcbuf); in phLlcNfc_H_ResetFrameInfo()
[all …]