Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 201 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 225 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 227 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 239 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 245 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 246 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 247 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1328 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1357 pnfhdr = list_entry(plist, struct recv_frame, list); in recvframe_defrag() 1358 pnextrframe = pnfhdr; in recvframe_defrag() 1362 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1375 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1383 memcpy(skb_tail_pointer(pfhdr->pkt), pnfhdr->pkt->data, in recvframe_defrag() 1384 pnfhdr->pkt->len); in recvframe_defrag() 1386 skb_put(prframe->pkt, pnfhdr->pkt->len); in recvframe_defrag() 1388 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1715 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 1747 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 1752 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1765 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1773 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1775 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1777 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|