Searched refs:recvframe_pull (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 216 recvframe_pull(pnextrframe, wlanhdr_offset); in recvframe_defrag() 326 recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); in amsdu_to_msdu() 328 recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); in amsdu_to_msdu() 1048 recvframe_pull(precvframe, drvinfo_sz + RXDESC_SIZE); in recvbuf2recvframe()
|
D | rtl871x_recv.h | 142 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull() function
|
D | rtl871x_recv.c | 624 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr() 631 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_recv.h | 269 static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz) in recvframe_pull() function
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_recv.c | 1209 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 1215 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() 1290 recvframe_pull(pnextrframe, wlanhdr_offset); in recvframe_defrag() 1424 recvframe_pull(prframe, prframe->attrib.hdrlen); in amsdu_to_msdu() 1427 recvframe_pull(prframe, prframe->attrib.iv_len); in amsdu_to_msdu()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1073 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()
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_recv.h | 388 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull() function
|