Home
last modified time | relevance | path

Searched refs:precvframe (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/staging/rtl8712/
A Drtl871x_recv.h137 if (!precvframe) in get_rxmem()
147 if (!precvframe) in recvframe_pull()
149 precvframe->u.hdr.rx_data += sz; in recvframe_pull()
150 if (precvframe->u.hdr.rx_data > precvframe->u.hdr.rx_tail) { in recvframe_pull()
154 precvframe->u.hdr.len -= sz; in recvframe_pull()
164 if (!precvframe) in recvframe_put()
167 if (precvframe->u.hdr.rx_tail > precvframe->u.hdr.rx_end) { in recvframe_put()
171 precvframe->u.hdr.len += sz; in recvframe_put()
182 if (!precvframe) in recvframe_pull_tail()
185 if (precvframe->u.hdr.rx_tail < precvframe->u.hdr.rx_data) { in recvframe_pull_tail()
[all …]
A Drtl871x_recv.c50 union recv_frame *precvframe; in _r8712_init_recv_priv() local
70 list_add_tail(&(precvframe->u.list), in _r8712_init_recv_priv()
73 precvframe->u.hdr.adapter = padapter; in _r8712_init_recv_priv()
74 precvframe++; in _r8712_init_recv_priv()
93 union recv_frame *precvframe; in r8712_alloc_recvframe() local
100 if (precvframe) { in r8712_alloc_recvframe()
110 return precvframe; in r8712_alloc_recvframe()
121 union recv_frame *precvframe; in r8712_free_recvframe_queue() local
136 union recv_frame *precvframe) in r8712_recvframe_chkmic() argument
153 iv = precvframe->u.hdr.rx_data + in r8712_recvframe_chkmic()
[all …]
A Drtl8712_recv.c122 if (precvframe->u.hdr.pkt) { in r8712_free_recvframe()
124 precvframe->u.hdr.pkt = NULL; in r8712_free_recvframe()
127 list_del_init(&precvframe->u.hdr.list); in r8712_free_recvframe()
976 union recv_frame *precvframe = NULL; in recvbuf2recvframe() local
1011 if (!precvframe) in recvbuf2recvframe()
1013 INIT_LIST_HEAD(&precvframe->u.hdr.list); in recvbuf2recvframe()
1015 precvframe->u.hdr.len = 0; in recvbuf2recvframe()
1034 precvframe->u.hdr.pkt = pkt_copy; in recvbuf2recvframe()
1043 recvframe_put(precvframe, tmp_len); in recvbuf2recvframe()
1050 r8712_recv_entry(precvframe); in recvbuf2recvframe()
[all …]
A Drecv_linux.c33 union recv_frame *precvframe) in r8712_os_recv_resource_alloc() argument
35 precvframe->u.hdr.pkt_newalloc = NULL; in r8712_os_recv_resource_alloc()
36 precvframe->u.hdr.pkt = NULL; in r8712_os_recv_resource_alloc()
A Drtl871x_security.h212 void r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe);
213 void r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe);
214 void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe);
A Drtl871x_security.c208 void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_wep_decrypt() argument
217 precvframe)->u.hdr.attrib); 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()
638 void r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_tkip_decrypt() argument
651 precvframe)->u.hdr.attrib; in r8712_tkip_decrypt()
655 precvframe)->u.hdr.rx_data; in r8712_tkip_decrypt()
664 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt()
1350 precvframe)->u.hdr.attrib; in r8712_aes_decrypt()
1353 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
[all …]
A Drecv_osdep.h32 union recv_frame *precvframe);
/linux/drivers/staging/rtl8723bs/include/
A Drtw_recv.h366 if (precvframe == NULL) in get_rxmem()
379 if (precvframe == NULL) in recvframe_pull()
385 if (precvframe->u.hdr.rx_data > precvframe->u.hdr.rx_tail) { in recvframe_pull()
390 precvframe->u.hdr.len -= sz; in recvframe_pull()
404 if (precvframe == NULL) in recvframe_put()
411 if (precvframe->u.hdr.rx_tail > precvframe->u.hdr.rx_end) { in recvframe_put()
416 precvframe->u.hdr.len += sz; in recvframe_put()
431 if (precvframe == NULL) in recvframe_pull_tail()
436 if (precvframe->u.hdr.rx_tail < precvframe->u.hdr.rx_data) { in recvframe_pull_tail()
441 precvframe->u.hdr.len -= sz; in recvframe_pull_tail()
[all …]
A 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);
A Drecv_osdep.h25 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe);
29 void rtw_os_free_recvframe(union recv_frame *precvframe);
A Drtw_security.h264 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe);
265 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe);
266 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe);
267 u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe);
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_recv.c20 union recv_frame *precvframe, in update_recvframe_attrib() argument
135 precvframe->u.hdr.psta = NULL; in update_recvframe_phyinfo()
141 precvframe->u.hdr.psta = psta; in update_recvframe_phyinfo()
177 union recv_frame *precvframe; in try_alloc_recvframe() local
180 if (!precvframe) { in try_alloc_recvframe()
189 return precvframe; in try_alloc_recvframe()
225 union recv_frame *precvframe; in rtl8723bs_recv_tasklet() local
246 if (!precvframe) in rtl8723bs_recv_tasklet()
256 pattrib, precvframe)) in rtl8723bs_recv_tasklet()
307 precvframe->u.hdr.rx_data = precvframe->u.hdr.rx_tail = pkt_copy->data; in rtl8723bs_recv_tasklet()
[all …]
A Drtl8723b_rxdesc.c55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info() local
59 process_rssi(padapter, precvframe); in rtl8723b_process_phy_info()
69 process_link_qual(padapter, precvframe); in rtl8723b_process_phy_info()
/linux/drivers/staging/rtl8723bs/os_dep/
A Drecv_linux.c12 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe() argument
14 if (precvframe->u.hdr.pkt) { in rtw_os_free_recvframe()
15 dev_kfree_skb_any(precvframe->u.hdr.pkt);/* free skb by driver */ in rtw_os_free_recvframe()
17 precvframe->u.hdr.pkt = NULL; in rtw_os_free_recvframe()
24 precvframe->u.hdr.pkt_newalloc = precvframe->u.hdr.pkt = NULL; in rtw_os_recv_resource_alloc()
31 union recv_frame *precvframe; in rtw_os_recv_resource_free() local
33 precvframe = (union recv_frame *) precvpriv->precv_frame_buf; in rtw_os_recv_resource_free()
36 if (precvframe->u.hdr.pkt) { in rtw_os_recv_resource_free()
38 dev_kfree_skb_any(precvframe->u.hdr.pkt); in rtw_os_recv_resource_free()
39 precvframe->u.hdr.pkt = NULL; in rtw_os_recv_resource_free()
[all …]
/linux/drivers/staging/rtl8723bs/core/
A Drtw_recv.c34 union recv_frame *precvframe; in _rtw_init_recv_priv() local
71 precvframe->u.hdr.len = 0; in _rtw_init_recv_priv()
74 precvframe++; in _rtw_init_recv_priv()
107 union recv_frame *precvframe; in _rtw_alloc_recvframe() local
113 precvframe = NULL; in _rtw_alloc_recvframe()
129 return precvframe; in _rtw_alloc_recvframe()
134 union recv_frame *precvframe; in rtw_alloc_recvframe() local
142 return precvframe; in rtw_alloc_recvframe()
150 rtw_os_free_recvframe(precvframe); in rtw_free_recvframe()
157 precvframe->u.hdr.len = 0; in rtw_free_recvframe()
[all …]
A Drtw_security.c93 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt() argument
101 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *)precvframe)->u.hdr.attrib); in rtw_wep_decrypt()
105 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_wep_decrypt()
533 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt() argument
545 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_tkip_decrypt()
550 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_tkip_decrypt()
1287 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt() argument
1302 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt()
1371 u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe) in rtw_BIP_verify() argument
1373 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify()
[all …]

Completed in 37 milliseconds