Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Drtl8712_recv.c177 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
201 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
203 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
215 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
221 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
222 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
223 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_recv.c1314 struct recv_frame *pnfhdr; in recvframe_defrag() local
1342 pnfhdr = list_entry(plist, struct recv_frame, list); in recvframe_defrag()
1343 pnextrframe = pnfhdr; in recvframe_defrag()
1347 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1360 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1367 skb_put_data(prframe->pkt, pnfhdr->pkt->data, pnfhdr->pkt->len); in recvframe_defrag()
1369 prframe->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c1709 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
1739 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
1744 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1757 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1765 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1767 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1769 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()