Home
last modified time | relevance | path

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

12

/drivers/staging/rtl8712/
Drtl871x_recv.h130 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue);
131 void r8712_free_recvframe(union recv_frame *precvframe,
135 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe);
138 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
146 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
154 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull()
170 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()
209 union recv_frame *precvframe);
210 union recv_frame *r8712_decryptor(struct _adapter *adapter,
[all …]
Drtl871x_recv.c55 union recv_frame *precvframe; in _r8712_init_recv_priv()
64 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ, in _r8712_init_recv_priv()
73 precvframe = (union recv_frame *)precvpriv->precv_frame_buf; in _r8712_init_recv_priv()
92 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue) in r8712_alloc_recvframe()
95 union recv_frame *precvframe; in r8712_alloc_recvframe()
101 union recv_frame, u.hdr.list); in r8712_alloc_recvframe()
123 union recv_frame *precvframe; in r8712_free_recvframe_queue()
130 precvframe = container_of(plist, union recv_frame, u.list); in r8712_free_recvframe_queue()
138 union recv_frame *precvframe) in r8712_recvframe_chkmic()
198 union recv_frame *r8712_decryptor(struct _adapter *padapter, in r8712_decryptor()
[all …]
Drtl8712_recv.c121 void r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe()
179 static union recv_frame *recvframe_defrag(struct _adapter *adapter, in recvframe_defrag()
186 union recv_frame *prframe, *pnextrframe; in recvframe_defrag()
192 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
208 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
240 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag()
241 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
250 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag()
322 static void amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
475 union recv_frame *prframe) in enqueue_reorder_recvframe()
[all …]
Drecv_osdep.h24 void r8712_recv_entry(union recv_frame *precv_frame);
26 union recv_frame *precv_frame);
32 union recv_frame *precvframe);
Drecv_linux.c33 union recv_frame *precvframe) in r8712_os_recv_resource_alloc()
93 union recv_frame *recvframe) in r8712_recv_indicatepkt()
Drtl871x_security.c216 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *) in r8712_wep_decrypt()
220 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_wep_decrypt()
232 length = ((union recv_frame *)precvframe)-> in r8712_wep_decrypt()
651 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_tkip_decrypt()
655 pframe = (unsigned char *)((union recv_frame *) in r8712_tkip_decrypt()
665 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt()
1350 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_aes_decrypt()
1354 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
1372 length = ((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
Drtl8712_recv.h132 union recv_frame { union
/drivers/staging/rtl8723bs/core/
Drtw_recv.c38 union recv_frame *precvframe; in _rtw_init_recv_priv()
51 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_… in _rtw_init_recv_priv()
62 precvframe = (union recv_frame *) precvpriv->precv_frame_buf; in _rtw_init_recv_priv()
106 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
109 union recv_frame *precvframe; in _rtw_alloc_recvframe()
121 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe()
134 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
136 union recv_frame *precvframe; in rtw_alloc_recvframe()
147 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
174 sint _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
[all …]
Drtw_security.c280 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *)precvframe)->u.hdr.attrib); in rtw_wep_decrypt()
283 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_wep_decrypt()
294 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_wep_decrypt()
773 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_tkip_decrypt()
778 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_tkip_decrypt()
831 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1862 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_aes_decrypt()
1867 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt()
1924 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
1940 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify()
[all …]
Drtw_mlme_ext.c502 static void _mgt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame in _mgt_dispatcher()
517 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
598 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeReq()
757 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeRsp()
770 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
884 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
1085 unsigned int OnAuthClient(struct adapter *padapter, union recv_frame *precv_frame) in OnAuthClient()
1171 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocReq()
1646 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocRsp()
1739 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnDeAuth()
[all …]
/drivers/staging/rtl8723bs/include/
Drtw_recv.h372 union recv_frame{ union
391 extern union recv_frame *_rtw_alloc_recvframe (struct __queue *pfree_recv_queue); /* get a free re…
392 extern union recv_frame *rtw_alloc_recvframe (struct __queue *pfree_recv_queue); /* get a free rec…
393 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue);
396 extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
397 extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
408 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
417 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
428 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull()
453 static inline u8 *recvframe_put(union recv_frame *precvframe, sint sz) in recvframe_put()
[all …]
Drecv_osdep.h15 extern s32 rtw_recv_entry(union recv_frame *precv_frame);
16 extern int rtw_recv_indicatepkt(struct adapter *adapter, union recv_frame *precv_frame);
25 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe);
29 void rtw_os_free_recvframe(union recv_frame *precvframe);
34 _pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata);
Drtw_mlme_ext.h318 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
324 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
596 u8 collect_bss_info(struct adapter *padapter, union recv_frame *precv_frame, struct wlan_bssid_ex *…
647 void report_survey_event(struct adapter *padapter, union recv_frame *precv_frame);
685 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame);
686 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame);
687 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame);
688 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame);
689 unsigned int DoReserved(struct adapter *padapter, union recv_frame *precv_frame);
690 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame);
[all …]
Drtl8192c_recv.h39 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status);
40 void rtl8192c_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *pdesc);
/drivers/staging/rtl8188eu/core/
Drtw_recv.c49 struct recv_frame *precvframe; in _rtw_init_recv_priv()
59 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv()
100 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
102 struct recv_frame *hdr; in _rtw_alloc_recvframe()
105 struct recv_frame, list); in _rtw_alloc_recvframe()
112 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
114 struct recv_frame *precvframe; in rtw_alloc_recvframe()
125 int rtw_free_recvframe(struct recv_frame *precvframe, in rtw_free_recvframe()
146 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
154 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
[all …]
Drtw_mlme_ext.c2010 struct recv_frame *precv_frame, in collect_bss_info()
2506 struct recv_frame *precv_frame) in OnProbeReq()
2541 struct recv_frame *precv_frame) in OnProbeRsp()
2554 struct recv_frame *precv_frame) in OnBeacon()
2646 struct recv_frame *precv_frame) in OnAuth()
2815 struct recv_frame *precv_frame) in OnAuthClient()
2891 struct recv_frame *precv_frame) in OnAssocReq()
3326 struct recv_frame *precv_frame) in OnAssocRsp()
3414 struct recv_frame *precv_frame) in OnDeAuth()
3468 struct recv_frame *precv_frame) in OnDisassoc()
[all …]
Drtw_security.c203 struct rx_pkt_attrib *prxattrib = &(((struct recv_frame *)precvframe)->attrib); in rtw_wep_decrypt()
207 struct sk_buff *skb = ((struct recv_frame *)precvframe)->pkt; in rtw_wep_decrypt()
669 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_tkip_decrypt()
674 pframe = (unsigned char *)((struct recv_frame *)precvframe)->pkt->data; in rtw_tkip_decrypt()
694 length = ((struct recv_frame *)precvframe)->pkt->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1280 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_aes_decrypt()
1290 struct sk_buff *skb = ((struct recv_frame *)precvframe)->pkt; in rtw_aes_decrypt()
/drivers/staging/rtl8188eu/include/
Drtw_recv.h220 struct recv_frame { struct
230 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); argument
231 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
232 void rtw_init_recvframe(struct recv_frame *precvframe,
234 int rtw_free_recvframe(struct recv_frame *precvframe,
237 int _rtw_enqueue_recvframe(struct recv_frame *precvframe,
239 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue);
262 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame);
Drecv_osdep.h18 s32 rtw_recv_entry(struct recv_frame *precv_frame);
20 struct recv_frame *recv_frame);
Drtl8188e_recv.h48 struct recv_frame *prframe);
49 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy);
50 void update_recvframe_attrib_88e(struct recv_frame *fra,
Dmon.h18 struct recv_frame;
24 void rtl88eu_mon_recv_hook(struct net_device *dev, struct recv_frame *frame);
/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()
34 precvframe = (union recv_frame*) precvpriv->precv_frame_buf; in rtw_os_recv_resource_free()
53 _pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()
218 static void rtw_os_ksocket_send(struct adapter *padapter, union recv_frame *precv_frame) in rtw_os_ksocket_send()
254 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
/drivers/staging/rtl8723bs/hal/
Drtl8723b_rxdesc.c11 static void process_rssi(struct adapter *padapter, union recv_frame *prframe) in process_rssi()
32 static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) in process_link_qual()
59 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info()
Drtl8723bs_recv.c22 union recv_frame *precvframe, in update_recvframe_attrib()
77 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo()
186 static inline union recv_frame *try_alloc_recvframe(struct recv_priv *precvpriv, in try_alloc_recvframe()
189 union recv_frame *precvframe; in try_alloc_recvframe()
208 union recv_frame *precvframe) in rx_crc_err()
223 union recv_frame *precvframe) in pkt_exceeds_tail()
241 union recv_frame *precvframe; in rtl8723bs_recv_tasklet()
/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c13 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi()
30 struct recv_frame *prframe) in process_link_qual()
53 struct recv_frame *precvframe) in rtl8188e_process_phy_info()
61 void update_recvframe_attrib_88e(struct recv_frame *precvframe, in update_recvframe_attrib_88e()
129 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe, in update_recvframe_phyinfo_88e()

12