Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c20 union recv_frame *precvframe, in update_recvframe_attrib()
74 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo()
175 union recv_frame *precvframe; in try_alloc_recvframe() local
193 union recv_frame *precvframe) in rx_crc_err()
206 union recv_frame *precvframe) in pkt_exceeds_tail()
223 union recv_frame *precvframe; in rtl8723bs_recv_tasklet() local
H A Drtl8723b_rxdesc.c55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info() local
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c34 union recv_frame *precvframe; in _rtw_init_recv_priv() local
95 union recv_frame *precvframe; in _rtw_free_recv_priv() local
119 union recv_frame *precvframe; in _rtw_alloc_recvframe() local
146 union recv_frame *precvframe; in rtw_alloc_recvframe() local
157 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
186 signed int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
205 signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
228 union recv_frame *precvframe; in rtw_free_recvframe_queue() local
355 static signed int recvframe_chkmic(struct adapter *adapter, union recv_frame *precvframe) in recvframe_chkmic()
1558 static signed int wlanhdr_to_ethhdr(union recv_frame *precvframe) in wlanhdr_to_ethhdr()
[all …]
H A Drtw_security.c93 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt()
504 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt()
1199 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
1283 u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe) in rtw_BIP_verify()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h349 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
358 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull()
382 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put()
410 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail()
433 static inline signed int get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len()