Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_recv.c178 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
202 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
204 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
216 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
222 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
223 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
224 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1023 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
1053 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
1058 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1071 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1079 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1081 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1083 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()