Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1080 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local
1110 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()
1115 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()
1128 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()
1136 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()
1138 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
1140 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()