Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 199 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 222 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 224 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 234 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 239 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 240 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 241 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1574 struct recv_frame *pnfhdr; in recvframe_defrag() local 1606 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1607 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1610 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1625 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1627 skb_pull(pnfhdr->pkt, wlanhdr_offset); in recvframe_defrag() 1634 memcpy(skb_tail_pointer(skb), pnfhdr->pkt->data, in recvframe_defrag() 1635 pnfhdr->pkt->len); in recvframe_defrag() 1637 skb_put(skb, pnfhdr->pkt->len); in recvframe_defrag() 1639 prframe->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1442 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1472 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1473 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1477 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1490 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1498 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1500 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1502 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|