Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.h127 void r8712_free_recvframe(union recv_frame *precvframe,
131 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe);
134 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
158 static inline u8 *recvframe_put(union recv_frame *precvframe, sint sz) in recvframe_put()
197 union recv_frame *precvframe);
198 union recv_frame *r8712_decryptor(struct _adapter *adapter,
199 union recv_frame *precv_frame);
201 union recv_frame *precv_frame);
203 union recv_frame *precv_frame);
204 union recv_frame *r8712_portctrl(struct _adapter *adapter,
[all …]
H A Drtl871x_recv.c50 union recv_frame *precvframe; in _r8712_init_recv_priv()
93 union recv_frame *precvframe; in r8712_alloc_recvframe()
99 union recv_frame, u.hdr.list); in r8712_alloc_recvframe()
121 union recv_frame *precvframe; in r8712_free_recvframe_queue()
136 union recv_frame *precvframe) in r8712_recvframe_chkmic()
197 union recv_frame *precv_frame) in r8712_decryptor()
228 union recv_frame *precv_frame) in r8712_portctrl()
235 union recv_frame *prtnframe; in r8712_portctrl()
365 union recv_frame *precv_frame, in ap2sta_data_frame()
426 union recv_frame *precv_frame, in sta2ap_data_frame()
[all …]
H A Drecv_osdep.h24 void r8712_recv_entry(union recv_frame *precv_frame);
26 union recv_frame *precv_frame);
32 union recv_frame *precvframe);
H A Drtl8712_recv.c234 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
243 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag()
466 union recv_frame *prframe) in enqueue_reorder_recvframe()
469 union recv_frame *pnextrframe; in enqueue_reorder_recvframe()
499 union recv_frame *prframe; in r8712_recv_indicatepkts_in_order()
551 union recv_frame *prframe) in recv_indicatepkt_reorder()
620 union recv_frame *prframe) in r8712_process_recv_indicatepkts()
703 union recv_frame *prframe) in query_rx_phy_status()
863 union recv_frame *prframe) in process_link_qual()
912 union recv_frame *prframe) in process_phy_info()
[all …]
H A Drecv_linux.c33 union recv_frame *precvframe) in r8712_os_recv_resource_alloc()
93 union recv_frame *recvframe) in r8712_recv_indicatepkt()
H A 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()
650 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_tkip_decrypt()
654 pframe = (unsigned char *)((union recv_frame *) in r8712_tkip_decrypt()
664 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt()
1349 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_aes_decrypt()
1353 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
1371 length = ((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
H A Drtl8712_recv.h132 union recv_frame { union
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h343 union recv_frame { union
367 extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
368 extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue);
379 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem()
388 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull()
412 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put()
440 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail()
463 static inline union recv_frame *rxmem_to_recvframe(u8 *rxmem) in rxmem_to_recvframe()
469 return (union recv_frame *)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
473 static inline signed int get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len()
[all …]
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_mlme_ext.h249 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
255 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame);
609 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame);
610 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame);
611 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame);
612 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame);
614 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame);
615 unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame);
617 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame);
619 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame);
[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);
H A Drtl8723b_recv.h87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
H A Dhal_com.h153 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe);
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c35 union recv_frame *precvframe; in _rtw_init_recv_priv()
108 union recv_frame *precvframe; in _rtw_alloc_recvframe()
135 union recv_frame *precvframe; in rtw_alloc_recvframe()
215 union recv_frame *precvframe; in rtw_free_recvframe_queue()
237 union recv_frame *pending_frame; in rtw_free_uc_swdec_pending_queue()
381 static union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor()
443 static union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl()
451 union recv_frame *prtnframe; in portctrl()
1680 union recv_frame *pnextrframe; in enqueue_reorder_recvframe()
1732 union recv_frame *prframe; in recv_indicatepkts_in_order()
[all …]
H A Drtw_security.c102 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *)precvframe)->u.hdr.attrib); in rtw_wep_decrypt()
106 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_wep_decrypt()
117 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_wep_decrypt()
546 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_tkip_decrypt()
551 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_tkip_decrypt()
606 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt()
1299 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_aes_decrypt()
1303 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt()
1360 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
1374 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify()
[all …]
H A Drtw_mlme_ext.c436 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
566 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
677 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
1586 unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame) in OnAtim()
1717 static s32 rtw_action_public_decache(union recv_frame *recv_frame, s32 token) in rtw_action_public_decache() argument
1719 struct adapter *adapter = recv_frame->u.hdr.adapter; in rtw_action_public_decache()
1721 u8 *frame = recv_frame->u.hdr.rx_data; in rtw_action_public_decache()
1722 u16 seq_ctrl = ((recv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | in rtw_action_public_decache()
1723 (recv_frame->u.hdr.attrib.frag_num & 0xf); in rtw_action_public_decache()
1744 static unsigned int on_action_public_p2p(union recv_frame *precv_frame) in on_action_public_p2p()
[all …]
H A Drtw_sta_mgt.c353 union recv_frame *prframe; in rtw_free_stainfo()
369 prframe = (union recv_frame *)plist; in rtw_free_stainfo()
/openbmc/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.c21 union recv_frame *precvframe, in update_recvframe_attrib()
75 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo()
175 static inline union recv_frame *try_alloc_recvframe(struct recv_priv *precvpriv, in try_alloc_recvframe()
178 union recv_frame *precvframe; in try_alloc_recvframe()
196 union recv_frame *precvframe) in rx_crc_err()
209 union recv_frame *precvframe) in pkt_exceeds_tail()
226 union recv_frame *precvframe; in rtl8723bs_recv_tasklet()
H A Dhal_com.c922 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A 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()
54 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()
187 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
/openbmc/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()
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c2970 goto recv_frame; in btintel_diagnostics()
2990 recv_frame: in btintel_diagnostics()