Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | rtl8712_recv.c | 177 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 201 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 203 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 215 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 221 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 222 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 223 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_recv.c | 1323 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1356 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1357 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1361 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1374 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1382 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1384 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1386 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_recv.c | 1026 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 1056 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 1061 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1074 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1082 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1084 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1086 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|