Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c21 union recv_frame *precvframe, in update_recvframe_attrib()
75 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo()
179 union recv_frame *precvframe; in try_alloc_recvframe() local
197 union recv_frame *precvframe) in rx_crc_err()
210 union recv_frame *precvframe) in pkt_exceeds_tail()
227 union recv_frame *precvframe; in rtl8723bs_recv_tasklet() local
Drtl8723b_rxdesc.c55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info() local
/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c50 struct recv_frame *precvframe = (struct recv_frame *)prframe; in rtl8188e_process_phy_info() local
58 void update_recvframe_attrib_88e(struct recv_frame *precvframe, struct recv_stat *prxstat) in update_recvframe_attrib_88e()
125 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe, struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e()
Dusb_ops_linux.c194 struct recv_frame *precvframe = NULL; in recvbuf2recvframe() local
/drivers/staging/rtl8712/
Drtl871x_recv.c51 union recv_frame *precvframe; in _r8712_init_recv_priv() local
91 union recv_frame *precvframe; in r8712_alloc_recvframe() local
119 union recv_frame *precvframe; in r8712_free_recvframe_queue() local
134 union recv_frame *precvframe) in r8712_recvframe_chkmic()
585 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe) in r8712_wlanhdr_to_ethhdr()
648 void r8712_recv_entry(union recv_frame *precvframe) in r8712_recv_entry()
Drtl871x_recv.h134 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
142 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
150 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull()
166 static inline u8 *recvframe_put(union recv_frame *precvframe, sint sz) in recvframe_put()
183 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail()
Drecv_linux.c33 union recv_frame *precvframe) in r8712_os_recv_resource_alloc()
Drtl871x_security.c208 void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_wep_decrypt()
639 void r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_tkip_decrypt()
1344 void r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_aes_decrypt()
Drtl8712_recv.c114 void r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe()
980 union recv_frame *precvframe = NULL; in recvbuf2recvframe() local
/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c13 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe()
23 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe) in rtw_os_recv_resource_alloc()
32 union recv_frame *precvframe; in rtw_os_recv_resource_free() local
/drivers/staging/rtl8723bs/core/
Drtw_recv.c34 union recv_frame *precvframe; in _rtw_init_recv_priv() local
104 union recv_frame *precvframe; in _rtw_alloc_recvframe() local
131 union recv_frame *precvframe; in rtw_alloc_recvframe() local
142 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
169 signed int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
188 signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
221 union recv_frame *precvframe; in rtw_free_recvframe_queue() local
303 static signed int recvframe_chkmic(struct adapter *adapter, union recv_frame *precvframe) in recvframe_chkmic()
1503 static signed int wlanhdr_to_ethhdr(union recv_frame *precvframe) in wlanhdr_to_ethhdr()
2067 s32 rtw_recv_entry(union recv_frame *precvframe) in rtw_recv_entry()
Drtw_security.c94 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt()
534 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt()
1288 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
1372 u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe) in rtw_BIP_verify()
/drivers/staging/r8188eu/core/
Drtw_recv.c42 struct recv_frame *precvframe; in _rtw_init_recv_priv() local
139 struct recv_frame *precvframe; in rtw_alloc_recvframe() local
150 void rtw_init_recvframe(struct recv_frame *precvframe, struct recv_priv *precvpriv) in rtw_init_recvframe()
158 int rtw_free_recvframe(struct recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
190 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
206 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
310 static int recvframe_chkmic(struct adapter *adapter, struct recv_frame *precvframe) in recvframe_chkmic()
1252 static int wlanhdr_to_ethhdr(struct recv_frame *precvframe) in wlanhdr_to_ethhdr()
1980 s32 rtw_recv_entry(struct recv_frame *precvframe) in rtw_recv_entry()
Drtw_security.c139 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt()
585 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt()
1409 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
/drivers/staging/r8188eu/include/
Drtw_recv.h293 static inline u8 *get_rxmem(struct recv_frame *precvframe) in get_rxmem()
301 static inline u8 *get_rx_status(struct recv_frame *precvframe) in get_rx_status()
306 static inline u8 *get_recvframe_data(struct recv_frame *precvframe) in get_recvframe_data()
315 static inline u8 *recvframe_push(struct recv_frame *precvframe, int sz) in recvframe_push()
335 static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz) in recvframe_pull()
353 static inline u8 *recvframe_put(struct recv_frame *precvframe, int sz) in recvframe_put()
372 static inline u8 *recvframe_pull_tail(struct recv_frame *precvframe, int sz) in recvframe_pull_tail()
391 static inline int get_recvframe_len(struct recv_frame *precvframe) in get_recvframe_len()
/drivers/staging/rtl8723bs/include/
Drtw_recv.h379 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
388 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
399 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull()
424 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put()
453 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail()
487 static inline signed int get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len()
/drivers/staging/r8188eu/os_dep/
Drecv_linux.c24 struct recv_frame *precvframe) in rtw_os_recv_resource_alloc()