Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
H A Drtl8712_recv.c174 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
198 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
200 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
212 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
218 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
219 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
220 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1022 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
1052 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
1057 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1070 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1078 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1080 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1082 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()