Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_recv.c | 1137 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local 1170 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag() 1171 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag() 1175 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1188 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1196 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1198 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1200 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1030 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local 1060 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag() 1065 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag() 1078 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag() 1086 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag() 1088 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag() 1090 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
|