Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drecv_linux.c55 int rtw_os_alloc_recvframe(_adapter *padapter, union recv_frame *precvframe, u8 *pdata, _pkt *pskb) in rtw_os_alloc_recvframe()
161 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe()
183 int rtw_os_recv_resource_alloc(_adapter *padapter, union recv_frame *precvframe) in rtw_os_recv_resource_alloc()
196 union recv_frame *precvframe; in rtw_os_recv_resource_free() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_recv.c71 union recv_frame *precvframe; in _rtw_init_recv_priv() local
216 union recv_frame *precvframe; in _rtw_alloc_recvframe() local
247 union recv_frame *precvframe; in rtw_alloc_recvframe() local
258 void rtw_init_recvframe(union recv_frame *precvframe, struct recv_priv *precvpriv) in rtw_init_recvframe()
266 int rtw_free_recvframe(union recv_frame *precvframe, _queue *pfree_recv_queue) in rtw_free_recvframe()
308 sint _rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue) in _rtw_enqueue_recvframe()
330 sint rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue) in rtw_enqueue_recvframe()
364 union recv_frame *precvframe; in rtw_free_recvframe_queue() local
493 sint recvframe_chkmic(_adapter *adapter, union recv_frame *precvframe) in recvframe_chkmic()
2589 sint wlanhdr_to_ethhdr(union recv_frame *precvframe, enum rtw_rx_llc_hdl llc_hdl) in wlanhdr_to_ethhdr()
[all …]
Drtw_security.c354 void rtw_wep_decrypt(_adapter *padapter, u8 *precvframe) in rtw_wep_decrypt()
846 u32 rtw_tkip_decrypt(_adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt()
2045 u32 rtw_aes_decrypt(_adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
2136 u32 rtw_aes_decrypt(_adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
2648 u32 rtw_gcmp_decrypt(_adapter *padapter, u8 *precvframe) in rtw_gcmp_decrypt()
Drtw_wapi_sms4.c876 u32 rtw_sms4_decrypt(_adapter *padapter, u8 *precvframe) in rtw_sms4_decrypt()
913 u32 rtw_sms4_decrypt(_adapter *padapter, u8 *precvframe) in rtw_sms4_decrypt()
Drtw_mi.c1334 void rtw_dbg_skb_process(_adapter *padapter, union recv_frame *precvframe, union recv_frame *pclone… in rtw_dbg_skb_process()
1380 static s32 _rtw_mi_buddy_clone_bcmc_packet(_adapter *adapter, union recv_frame *precvframe, u8 *pph… in _rtw_mi_buddy_clone_bcmc_packet()
1425 void rtw_mi_buddy_clone_bcmc_packet(_adapter *padapter, union recv_frame *precvframe, u8 *pphy_stat… in rtw_mi_buddy_clone_bcmc_packet()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_recv.h760 __inline static u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
769 __inline static u8 *get_rx_status(union recv_frame *precvframe) in get_rx_status()
776 __inline static u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
787 __inline static u8 *recvframe_push(union recv_frame *precvframe, sint sz) in recvframe_push()
814 __inline static u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull()
838 __inline static u8 *recvframe_put(union recv_frame *precvframe, sint sz) in recvframe_put()
868 __inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail()
934 __inline static sint get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/
Drtl8822c_ops.c4105 void rtl8822c_query_rx_desc(union recv_frame *precvframe, u8 *pdesc) in rtl8822c_query_rx_desc()