Home
last modified time | relevance | path

Searched refs:pnfhdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_recv.c177 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-6.1.9/drivers/staging/r8188eu/core/
Drtw_recv.c1237 struct recv_frame *pfhdr, *pnfhdr; in recvframe_defrag() local
1270 pnfhdr = container_of(plist, struct recv_frame, list); in recvframe_defrag()
1271 pnextrframe = (struct recv_frame *)pnfhdr; in recvframe_defrag()
1275 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1288 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1296 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1298 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1300 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_recv.c1023 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
1053 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
1058 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1071 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1079 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1081 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1083 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()