Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl8712_recv.c | 185 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 209 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 211 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 223 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 229 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 230 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 231 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_recv.c | 1323 struct recv_frame *pnfhdr; in recvframe_defrag() local 1351 pnfhdr = list_entry(plist, struct recv_frame, list); in recvframe_defrag() 1352 pnextrframe = pnfhdr; in recvframe_defrag() 1356 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1369 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1376 skb_put_data(prframe->pkt, pnfhdr->pkt->data, pnfhdr->pkt->len); in recvframe_defrag() 1378 prframe->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_recv.c | 1714 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 1746 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 1751 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1764 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1772 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1774 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1776 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|