Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 200 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 223 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 225 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 235 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 240 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 241 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 242 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1573 struct recv_frame *pnfhdr; in recvframe_defrag() local 1605 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1606 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1609 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1624 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1626 skb_pull(pnfhdr->pkt, wlanhdr_offset); in recvframe_defrag() 1633 memcpy(skb_tail_pointer(skb), pnfhdr->pkt->data, in recvframe_defrag() 1634 pnfhdr->pkt->len); in recvframe_defrag() 1636 skb_put(skb, pnfhdr->pkt->len); in recvframe_defrag() 1638 prframe->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1426 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1455 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1456 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1460 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1473 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1481 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1483 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1485 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|