Home
last modified time | relevance | path

Searched refs:recv_frame (Results 1 – 25 of 32) sorted by relevance

12

/drivers/staging/rtl8712/
Drtl871x_recv.h129 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue);
130 int r8712_free_recvframe(union recv_frame *precvframe,
134 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe);
137 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()
187 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail()
208 union recv_frame *precvframe);
209 union recv_frame *r8712_decryptor(struct _adapter *adapter,
[all …]
Drtl871x_recv.c67 union recv_frame *precvframe; in _r8712_init_recv_priv()
76 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ, in _r8712_init_recv_priv()
82 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); in _r8712_init_recv_priv()
87 precvframe = (union recv_frame *)precvpriv->precv_frame_buf; in _r8712_init_recv_priv()
106 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue) in r8712_alloc_recvframe()
109 union recv_frame *precvframe; in r8712_alloc_recvframe()
120 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_alloc_recvframe()
144 union recv_frame *precvframe; in r8712_free_recvframe_queue()
151 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_free_recvframe_queue()
159 union recv_frame *precvframe) in r8712_recvframe_chkmic()
[all …]
Drtl8712_recv.c136 int r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe()
199 static union recv_frame *recvframe_defrag(struct _adapter *adapter, in recvframe_defrag()
206 union recv_frame *prframe, *pnextrframe; in recvframe_defrag()
212 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag()
228 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag()
257 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag()
258 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
267 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag()
335 static int amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
492 union recv_frame *prframe) in enqueue_reorder_recvframe()
[all …]
Drecv_osdep.h36 s32 r8712_recv_entry(union recv_frame *precv_frame);
38 union recv_frame *precv_frame);
44 union recv_frame *precvframe);
Drecv_linux.c45 union recv_frame *precvframe) in r8712_os_recv_resource_alloc()
107 union recv_frame *precv_frame) in r8712_recv_indicatepkt()
Drtl871x_security.c230 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *) in r8712_wep_decrypt()
234 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_wep_decrypt()
246 length = ((union recv_frame *)precvframe)-> in r8712_wep_decrypt()
662 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_tkip_decrypt()
666 pframe = (unsigned char *)((union recv_frame *) in r8712_tkip_decrypt()
675 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt()
1369 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_aes_decrypt()
1373 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
1391 length = ((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
/drivers/staging/rtl8723au/core/
Drtw_recv.c48 struct recv_frame *precvframe; in _rtw_init_recv_priv23a()
61 precvframe = kzalloc(sizeof(struct recv_frame), GFP_KERNEL); in _rtw_init_recv_priv23a()
91 struct recv_frame *precvframe; in _rtw_free_recv_priv23a()
97 precvframe = container_of(plist, struct recv_frame, list); in _rtw_free_recv_priv23a()
105 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue) in rtw_alloc_recvframe23a()
107 struct recv_frame *pframe; in rtw_alloc_recvframe23a()
121 pframe = container_of(plist, struct recv_frame, list); in rtw_alloc_recvframe23a()
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()
198 struct recv_frame *hdr; in rtw_free_recvframe23a_queue()
[all …]
Drtw_mlme_ext.c27 static int OnAssocReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
28 static int OnAssocRsp23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
29 static int OnProbeReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
30 static int OnProbeRsp23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
31 static int DoReserved23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
32 static int OnBeacon23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
33 static int OnAtim23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
34 static int OnDisassoc23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
35 static int OnAuth23aClient23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
36 static int OnDeAuth23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
[all …]
/drivers/staging/rtl8188eu/core/
Drtw_recv.c61 struct recv_frame *precvframe; in _rtw_init_recv_priv()
73 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv()
82 precvframe = (struct recv_frame *)precvpriv->precv_frame_buf; in _rtw_init_recv_priv()
127 struct recv_frame *_rtw_alloc_recvframe (struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
129 struct recv_frame *hdr; in _rtw_alloc_recvframe()
141 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe()
153 return (struct recv_frame *)hdr; in _rtw_alloc_recvframe()
156 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
158 struct recv_frame *precvframe; in rtw_alloc_recvframe()
169 void rtw_init_recvframe(struct recv_frame *precvframe, struct recv_priv *precvpriv) in rtw_init_recvframe()
[all …]
Drtw_sta_mgt.c349 struct recv_frame *prhdr; in rtw_free_stainfo()
350 struct recv_frame *prframe; in rtw_free_stainfo()
366 prhdr = container_of(plist, struct recv_frame, list); in rtw_free_stainfo()
367 prframe = (struct recv_frame *)prhdr; in rtw_free_stainfo()
Drtw_mlme_ext.c416 …t_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, struct recv_frame *precv_frame) in _mgt_dispatcher()
430 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame) in mgt_dispatcher()
517 unsigned int OnProbeReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeReq()
557 unsigned int OnProbeRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeRsp()
569 unsigned int OnBeacon(struct adapter *padapter, struct recv_frame *precv_frame) in OnBeacon()
658 unsigned int OnAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuth()
831 unsigned int OnAuthClient(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuthClient()
906 unsigned int OnAssocReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocReq()
1352 unsigned int OnAssocRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocRsp()
1442 unsigned int OnDeAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnDeAuth()
[all …]
Drtw_security.c208 struct rx_pkt_attrib *prxattrib = &(((struct recv_frame *)precvframe)->attrib); in rtw_wep_decrypt()
212 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_wep_decrypt()
221 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_wep_decrypt()
656 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_tkip_decrypt()
661 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_tkip_decrypt()
681 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1458 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_aes_decrypt()
1461 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_aes_decrypt()
1485 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
/drivers/staging/rtl8188eu/include/
Drtw_recv.h251 struct recv_frame { struct
267 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); argument
268 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
269 void rtw_init_recvframe(struct recv_frame *precvframe,
271 int rtw_free_recvframe(struct recv_frame *precvframe,
274 int _rtw_enqueue_recvframe(struct recv_frame *precvframe,
276 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue);
283 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()
[all …]
Drtw_mlme_ext.h239 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame);
245 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame);
493 u8 collect_bss_info(struct adapter *padapter, struct recv_frame *precv_frame,
548 struct recv_frame *precv_frame);
601 struct recv_frame *precv_frame);
603 struct recv_frame *precv_frame);
605 struct recv_frame *precv_frame);
607 struct recv_frame *precv_frame);
609 struct recv_frame *precv_frame);
611 struct recv_frame *precv_frame);
[all …]
Drecv_osdep.h31 s32 rtw_recv_entry(struct recv_frame *precv_frame);
33 struct recv_frame *recv_frame);
42 struct recv_frame *recvfr);
Drtl8188e_recv.h63 void rtl8188e_query_rx_phy_status(struct recv_frame *fr, struct phy_stat *phy);
65 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy);
66 void update_recvframe_attrib_88e(struct recv_frame *fra,
/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c26 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi()
43 struct recv_frame *prframe) in process_link_qual()
67 struct recv_frame *precvframe = (struct recv_frame *)prframe; in rtl8188e_process_phy_info()
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()
/drivers/staging/rtl8723au/include/
Drtw_recv.h263 struct recv_frame { struct
278 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue);
279 int rtw_free_recvframe23a(struct recv_frame *precvframe);
281 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue);
308 struct recv_frame *precv_frame);
Drecv_osdep.h24 int rtw_recv_entry23a(struct recv_frame *precv_frame);
25 int rtw_recv_indicatepkt23a(struct rtw_adapter *adapter, struct recv_frame *precv_frame);
Drtl8723a_recv.h66 void update_recvframe_attrib(struct recv_frame *precvframe, struct recv_stat *prxstat);
67 void update_recvframe_phyinfo(struct recv_frame *precvframe, struct phy_stat *pphy_info);
Drtw_security.h324 struct recv_frame *precvframe);
326 struct recv_frame *precvframe);
327 void rtw_wep_decrypt23a(struct rtw_adapter *padapter, struct recv_frame *precvframe);
Drtw_mlme_ext.h264 int (*func)(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
270 int (*func)(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
540 struct recv_frame *precv_frame);
/drivers/staging/rtl8723au/hal/
Drtl8723a_rxdesc.c22 struct recv_frame *prframe) in process_rssi()
39 struct recv_frame *prframe) in process_link_qual()
64 struct recv_frame *precvframe = prframe; in rtl8723a_process_phy_info()
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()
/drivers/staging/rtl8188eu/os_dep/
Drecv_linux.c33 struct recv_frame *precvframe) in rtw_os_recv_resource_alloc()
91 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()

12