| /linux-4.4.14/drivers/staging/rtl8188eu/hal/ | 
| D | rtl8188e_rxdesc.c | 67 	struct recv_frame *precvframe = (struct recv_frame *)prframe;  in rtl8188e_process_phy_info()  local75 void update_recvframe_attrib_88e(struct recv_frame *precvframe,  in update_recvframe_attrib_88e()
 143 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe,  in update_recvframe_phyinfo_88e()
 
 | 
| /linux-4.4.14/drivers/staging/rtl8712/ | 
| D | rtl871x_recv.c | 67 	union recv_frame *precvframe;  in _r8712_init_recv_priv()  local109 	union recv_frame  *precvframe;  in r8712_alloc_recvframe()  local
 144 	union	recv_frame *precvframe;  in r8712_free_recvframe_queue()  local
 159 			    union recv_frame *precvframe)  in r8712_recvframe_chkmic()
 603 sint r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe)  in r8712_wlanhdr_to_ethhdr()
 659 s32 r8712_recv_entry(union recv_frame *precvframe)  in r8712_recv_entry()
 
 | 
| D | rtl871x_recv.h | 137 static inline u8 *get_rxmem(union recv_frame *precvframe)  in get_rxmem()145 static inline u8 *get_recvframe_data(union recv_frame *precvframe)  in get_recvframe_data()
 153 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz)  in recvframe_pull()
 168 static inline u8 *recvframe_put(union recv_frame *precvframe, sint sz)  in recvframe_put()
 184 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz)  in recvframe_pull_tail()
 
 | 
| D | recv_linux.c | 45 				 union recv_frame *precvframe)  in r8712_os_recv_resource_alloc()
 | 
| D | rtl871x_security.c | 220 void r8712_wep_decrypt(struct _adapter  *padapter, u8 *precvframe)  in r8712_wep_decrypt()651 u32 r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe)  in r8712_tkip_decrypt()
 1365 u32 r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe)  in r8712_aes_decrypt()
 
 | 
| D | rtl8712_recv.c | 136 int r8712_free_recvframe(union recv_frame *precvframe,  in r8712_free_recvframe()1019 	union recv_frame *precvframe = NULL;  in recvbuf2recvframe()  local
 
 | 
| /linux-4.4.14/drivers/staging/rtl8188eu/core/ | 
| D | rtw_recv.c | 64 	struct recv_frame *precvframe;  in _rtw_init_recv_priv()  local157 	struct recv_frame  *precvframe;  in rtw_alloc_recvframe()  local
 168 int rtw_free_recvframe(struct recv_frame *precvframe,  in rtw_free_recvframe()
 201 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue)  in _rtw_enqueue_recvframe()
 217 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue)  in rtw_enqueue_recvframe()
 272 			    struct recv_frame *precvframe)  in recvframe_chkmic()
 1353 static int wlanhdr_to_ethhdr(struct recv_frame *precvframe)  in wlanhdr_to_ethhdr()
 2091 s32 rtw_recv_entry(struct recv_frame *precvframe)  in rtw_recv_entry()
 
 | 
| D | rtw_security.c | 199 void rtw_wep_decrypt(struct adapter  *padapter, u8 *precvframe)  in rtw_wep_decrypt()643 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe)  in rtw_tkip_decrypt()
 1452 u32	rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe)  in rtw_aes_decrypt()
 
 | 
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ | 
| D | rtl8723au_recv.c | 137 void update_recvframe_attrib(struct recv_frame *precvframe,  in update_recvframe_attrib()181 void update_recvframe_phyinfo(struct recv_frame *precvframe,  in update_recvframe_phyinfo()
 
 | 
| D | rtl8723a_rxdesc.c | 64 	struct recv_frame *precvframe = prframe;  in rtl8723a_process_phy_info()  local
 | 
| D | usb_ops_linux.c | 355 	struct recv_frame *precvframe;  in recvbuf2recvframe()  local
 | 
| /linux-4.4.14/drivers/staging/rtl8723au/core/ | 
| D | rtw_recv.c | 48 	struct recv_frame *precvframe;  in _rtw_init_recv_priv23a()  local91 	struct recv_frame *precvframe;  in _rtw_free_recv_priv23a()  local
 137 int rtw_free_recvframe23a(struct recv_frame *precvframe)  in rtw_free_recvframe23a()
 167 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue)  in rtw_enqueue_recvframe23a()
 281 		     struct recv_frame *precvframe) {  in recvframe_chkmic()
 1497 static int wlanhdr_to_ethhdr (struct recv_frame *precvframe)  in wlanhdr_to_ethhdr()
 
 | 
| D | rtw_security.c | 212 		     struct recv_frame *precvframe)  in rtw_wep_decrypt23a()710 			struct recv_frame *precvframe)  in rtw_tkip_decrypt23a()
 1565 		       struct recv_frame *precvframe)  in rtw_aes_decrypt23a()
 
 | 
| /linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ | 
| D | recv_linux.c | 30 void rtw_os_recv_resource_alloc(struct recv_frame *precvframe)  in rtw_os_recv_resource_alloc()
 | 
| D | usb_ops_linux.c | 53 	struct recv_frame	*precvframe = NULL;  in recvbuf2recvframe()  local
 | 
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ | 
| D | rtw_recv.h | 283 static inline u8 *get_rxmem(struct recv_frame *precvframe)  in get_rxmem()291 static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz)  in recvframe_pull()
 309 static inline u8 *recvframe_put(struct recv_frame *precvframe, int sz)  in recvframe_put()
 328 static inline u8 *recvframe_pull_tail(struct recv_frame *precvframe, int sz)  in recvframe_pull_tail()
 
 |