Home
last modified time | relevance | path

Searched defs:precvframe (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c67 struct recv_frame *precvframe = (struct recv_frame *)prframe; in rtl8188e_process_phy_info() local
75 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.1.27/drivers/staging/rtl8712/
Drtl871x_recv.c67 union recv_frame *precvframe; in _r8712_init_recv_priv() local
109 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()
599 sint r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe) in r8712_wlanhdr_to_ethhdr()
655 s32 r8712_recv_entry(union recv_frame *precvframe) in r8712_recv_entry()
Drtl871x_recv.h137 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()
Drecv_linux.c45 union recv_frame *precvframe) in r8712_os_recv_resource_alloc()
Drtl871x_security.c222 void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_wep_decrypt()
649 u32 r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_tkip_decrypt()
1358 u32 r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_aes_decrypt()
Drtl8712_recv.c136 int r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe()
1016 union recv_frame *precvframe = NULL; in recvbuf2recvframe() local
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_recv.c61 struct recv_frame *precvframe; in _rtw_init_recv_priv() local
160 struct recv_frame *precvframe; in rtw_alloc_recvframe() local
171 void rtw_init_recvframe(struct recv_frame *precvframe, struct recv_priv *precvpriv) in rtw_init_recvframe()
179 int rtw_free_recvframe(struct recv_frame *precvframe, in rtw_free_recvframe()
213 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
231 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
286 struct recv_frame *precvframe) in recvframe_chkmic()
1369 static int wlanhdr_to_ethhdr(struct recv_frame *precvframe) in wlanhdr_to_ethhdr()
2111 s32 rtw_recv_entry(struct recv_frame *precvframe) in rtw_recv_entry()
Drtw_security.c199 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.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_recv.c137 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()
Drtl8723a_rxdesc.c64 struct recv_frame *precvframe = prframe; in rtl8723a_process_phy_info() local
Dusb_ops_linux.c355 struct recv_frame *precvframe; in recvbuf2recvframe() local
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_recv.c48 struct recv_frame *precvframe; in _rtw_init_recv_priv23a() local
91 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()
Drtw_security.c210 struct recv_frame *precvframe) in rtw_wep_decrypt23a()
709 struct recv_frame *precvframe) in rtw_tkip_decrypt23a()
1570 struct recv_frame *precvframe) in rtw_aes_decrypt23a()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Drecv_linux.c33 struct recv_frame *precvframe) in rtw_os_recv_resource_alloc()
Dusb_ops_linux.c53 struct recv_frame *precvframe = NULL; in recvbuf2recvframe() local
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_recv.h283 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()