Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c34 union recv_frame *precvframe; in _rtw_init_recv_priv()
50 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_… in _rtw_init_recv_priv()
61 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 signed int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
[all …]
H A Drtw_security.c101 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()
116 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_wep_decrypt()
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()
605 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1298 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_aes_decrypt()
1302 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt()
1359 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
1373 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify()
[all …]
H A Drtw_sta_mgt.c351 union recv_frame *prframe; in rtw_free_stainfo()
367 prframe = (union recv_frame *)plist; in rtw_free_stainfo()
/linux/drivers/staging/rtl8723bs/include/
H A 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 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata);
H A Drtw_recv.h328 union recv_frame { union
347 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
348 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…
349 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue);
351 extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
352 extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
363 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
372 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull()
396 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put()
424 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail()
[all …]
H 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);
/linux/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c12 void rtw_os_free_recvframe(union recv_frame *precvframe) in rtw_os_free_recvframe()
22 void rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe) in rtw_os_recv_resource_alloc()
31 union recv_frame *precvframe; in rtw_os_recv_resource_free()
33 precvframe = (union recv_frame *) precvpriv->precv_frame_buf; in rtw_os_recv_resource_free()
53 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()
186 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_rxdesc.c10 static void process_rssi(struct adapter *padapter, union recv_frame *prframe) in process_rssi()
30 static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) in process_link_qual()
55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info()
H A Drtl8723bs_recv.c20 union recv_frame *precvframe, in update_recvframe_attrib()
74 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo()
174 static inline union recv_frame *try_alloc_recvframe(struct recv_priv *precvpriv, in try_alloc_recvframe()
177 union recv_frame *precvframe; in try_alloc_recvframe()
195 union recv_frame *precvframe) in rx_crc_err()
208 union recv_frame *precvframe) in pkt_exceeds_tail()
225 union recv_frame *precvframe; in rtl8723bs_recv_tasklet()
/linux/tools/testing/selftests/net/
H A Dtoeplitz.c204 static char *recv_frame(const struct ring_state *ring, char *frame) in recv_frame() function
232 frame = recv_frame(ring, frame); in recv_block()
/linux/drivers/bluetooth/
H A Dbtintel.c3355 goto recv_frame; in btintel_diagnostics()
3374 recv_frame: in btintel_diagnostics()