Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 205 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 229 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 231 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 241 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 246 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 247 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 248 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1628 struct recv_frame *pnfhdr; in recvframe_defrag() local 1660 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1661 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1664 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1679 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1681 skb_pull(pnfhdr->pkt, wlanhdr_offset); in recvframe_defrag() 1688 memcpy(skb_tail_pointer(skb), pnfhdr->pkt->data, in recvframe_defrag() 1689 pnfhdr->pkt->len); in recvframe_defrag() 1691 skb_put(skb, pnfhdr->pkt->len); in recvframe_defrag() 1693 prframe->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1441 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1471 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1472 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1476 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1489 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1497 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1499 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1501 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|