Searched defs:precvframe (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_recv.c | 20 union recv_frame *precvframe, in update_recvframe_attrib() 74 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo() 177 union recv_frame *precvframe; in try_alloc_recvframe() local 195 union recv_frame *precvframe) in rx_crc_err() 208 union recv_frame *precvframe) in pkt_exceeds_tail() 225 union recv_frame *precvframe; in rtl8723bs_recv_tasklet() local
|
H A D | rtl8723b_rxdesc.c | 55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info() local
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | recv_linux.c | 12 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe() 22 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe) in rtw_os_recv_resource_alloc() 31 union recv_frame *precvframe; in rtw_os_recv_resource_free() local
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 34 union recv_frame *precvframe; in _rtw_init_recv_priv() local 107 union recv_frame *precvframe; in _rtw_alloc_recvframe() local 134 union recv_frame *precvframe; in rtw_alloc_recvframe() local 145 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe() 172 signed int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe() 191 signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe() 214 union recv_frame *precvframe; in rtw_free_recvframe_queue() local 297 static signed int recvframe_chkmic(struct adapter *adapter, union recv_frame *precvframe) in recvframe_chkmic() 1500 static signed int wlanhdr_to_ethhdr(union recv_frame *precvframe) in wlanhdr_to_ethhdr() 2064 s32 rtw_recv_entry(union recv_frame *precvframe) in rtw_recv_entry()
|
H A D | rtw_security.c | 93 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt() 533 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt() 1287 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt() 1371 u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe) in rtw_BIP_verify()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 363 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem() 372 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull() 396 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put() 424 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail() 447 static inline signed int get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len()
|