Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_recv.h128 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue);
129 void r8712_free_recvframe(union recv_frame *precvframe,
133 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe);
136 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
144 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
152 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()
185 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail()
207 union recv_frame *precvframe);
208 union recv_frame *r8712_decryptor(struct _adapter *adapter,
[all …]
Drtl871x_recv.c50 union recv_frame *precvframe; in _r8712_init_recv_priv()
59 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ, in _r8712_init_recv_priv()
68 precvframe = (union recv_frame *)precvpriv->precv_frame_buf; in _r8712_init_recv_priv()
87 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue) in r8712_alloc_recvframe()
90 union recv_frame *precvframe; in r8712_alloc_recvframe()
96 union recv_frame, u.hdr.list); in r8712_alloc_recvframe()
118 union recv_frame *precvframe; in r8712_free_recvframe_queue()
125 precvframe = container_of(plist, union recv_frame, u.list); in r8712_free_recvframe_queue()
133 union recv_frame *precvframe) in r8712_recvframe_chkmic()
193 union recv_frame *r8712_decryptor(struct _adapter *padapter, in r8712_decryptor()
[all …]
Drecv_osdep.h24 void r8712_recv_entry(union recv_frame *precv_frame);
26 union recv_frame *precv_frame);
32 union recv_frame *precvframe);
Drtl8712_recv.c114 void r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe()
171 static union recv_frame *recvframe_defrag(struct _adapter *adapter, in recvframe_defrag()
178 union recv_frame *prframe, *pnextrframe; in recvframe_defrag()
184 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
200 pnextrframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
232 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag()
233 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
242 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag()
313 static void amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
465 union recv_frame *prframe) in enqueue_reorder_recvframe()
[all …]
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
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_recv.h366 union recv_frame { union
385 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
386 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…
387 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue);
390 extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
391 extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
402 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
411 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data()
422 static inline u8 *recvframe_pull(union recv_frame *precvframe, sint sz) in recvframe_pull()
447 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.h308 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
314 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
580 u8 collect_bss_info(struct adapter *padapter, union recv_frame *precv_frame, struct wlan_bssid_ex *…
631 void report_survey_event(struct adapter *padapter, union recv_frame *precv_frame);
669 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame);
670 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame);
671 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame);
672 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame);
673 unsigned int DoReserved(struct adapter *padapter, union recv_frame *precv_frame);
674 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame);
[all …]
Drtl8192c_recv.h38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status);
39 void rtl8192c_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *pdesc);
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c36 union recv_frame *precvframe; in _rtw_init_recv_priv()
49 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_… in _rtw_init_recv_priv()
60 precvframe = (union recv_frame *) precvpriv->precv_frame_buf; in _rtw_init_recv_priv()
104 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
107 union recv_frame *precvframe; in _rtw_alloc_recvframe()
119 precvframe = (union recv_frame *)plist; in _rtw_alloc_recvframe()
132 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
134 union recv_frame *precvframe; in rtw_alloc_recvframe()
145 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
172 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()
744 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_tkip_decrypt()
748 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_tkip_decrypt()
797 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1822 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_aes_decrypt()
1826 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt()
1883 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
1901 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify()
[all …]
Drtw_mlme_ext.c503 static void _mgt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame in _mgt_dispatcher()
518 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
599 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeReq()
758 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeRsp()
771 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
885 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
1086 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()
1644 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocRsp()
1737 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnDeAuth()
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_recv.c41 struct recv_frame *precvframe; in _rtw_init_recv_priv()
51 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv()
92 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
94 struct recv_frame *hdr; in _rtw_alloc_recvframe()
97 struct recv_frame, list); in _rtw_alloc_recvframe()
104 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
106 struct recv_frame *precvframe; in rtw_alloc_recvframe()
117 int rtw_free_recvframe(struct recv_frame *precvframe, in rtw_free_recvframe()
138 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
146 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
[all …]
Drtw_mlme_ext.c2004 struct recv_frame *precv_frame, in collect_bss_info()
2500 struct recv_frame *precv_frame) in OnProbeReq()
2535 struct recv_frame *precv_frame) in OnProbeRsp()
2548 struct recv_frame *precv_frame) in OnBeacon()
2640 struct recv_frame *precv_frame) in OnAuth()
2809 struct recv_frame *precv_frame) in OnAuthClient()
2884 struct recv_frame *precv_frame) in OnAssocReq()
3320 struct recv_frame *precv_frame) in OnAssocRsp()
3408 struct recv_frame *precv_frame) in OnDeAuth()
3461 struct recv_frame *precv_frame) in OnDisassoc()
[all …]
/Linux-v5.10/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);
261 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame);
Drecv_osdep.h16 s32 rtw_recv_entry(struct recv_frame *precv_frame);
18 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);
Drtw_security.h240 u32 rtw_aes_decrypt(struct adapter *padapter, struct recv_frame *precvframe);
241 u32 rtw_tkip_decrypt(struct adapter *padapter, struct recv_frame *precvframe);
242 int rtw_wep_decrypt(struct adapter *padapter, struct recv_frame *precvframe);
/Linux-v5.10/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()
184 static inline union recv_frame *try_alloc_recvframe(struct recv_priv *precvpriv, in try_alloc_recvframe()
187 union recv_frame *precvframe; in try_alloc_recvframe()
206 union recv_frame *precvframe) in rx_crc_err()
221 union recv_frame *precvframe) in pkt_exceeds_tail()
240 union recv_frame *precvframe; in rtl8723bs_recv_tasklet()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c15 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe()
25 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe) in rtw_os_recv_resource_alloc()
34 union recv_frame *precvframe; in rtw_os_recv_resource_free()
36 precvframe = (union recv_frame*) precvpriv->precv_frame_buf; in rtw_os_recv_resource_free()
56 _pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()
210 static void rtw_os_ksocket_send(struct adapter *padapter, union recv_frame *precv_frame) in rtw_os_ksocket_send()
242 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
/Linux-v5.10/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