Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_recv.c217 recvframe_pull(pnextrframe, wlanhdr_offset); in recvframe_defrag()
327 recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); in amsdu_to_msdu()
329 recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); in amsdu_to_msdu()
1049 recvframe_pull(precvframe, drvinfo_sz + RXDESC_SIZE); in recvbuf2recvframe()
H A Drtl871x_recv.h142 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull() function
H A Drtl871x_recv.c626 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr()
633 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1073 recvframe_pull(pnextrframe, wlanhdr_offset); in recvframe_defrag()
1546 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); in wlanhdr_to_ethhdr()
1552 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
1580 recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); in amsdu_to_msdu()
1583 recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); in amsdu_to_msdu()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h388 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull() function