| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_recv.h | 127 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() 142 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data() 205 union recv_frame *precvframe); 206 union recv_frame *r8712_decryptor(struct _adapter *adapter, 207 union recv_frame *precv_frame); 209 union recv_frame *precv_frame); 211 union recv_frame *precv_frame); 212 union recv_frame *r8712_portctrl(struct _adapter *adapter, [all …]
|
| A D | rtl871x_recv.c | 51 union recv_frame *precvframe; in _r8712_init_recv_priv() 91 union recv_frame *precvframe; in r8712_alloc_recvframe() 97 union recv_frame, u.hdr.list); in r8712_alloc_recvframe() 119 union recv_frame *precvframe; in r8712_free_recvframe_queue() 134 union recv_frame *precvframe) in r8712_recvframe_chkmic() 195 union recv_frame *precv_frame) in r8712_decryptor() 226 union recv_frame *precv_frame) in r8712_portctrl() 233 union recv_frame *prtnframe; in r8712_portctrl() 363 union recv_frame *precv_frame, in ap2sta_data_frame() 424 union recv_frame *precv_frame, in sta2ap_data_frame() [all …]
|
| A D | rtl8712_recv.c | 233 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag() 242 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag() 465 union recv_frame *prframe) in enqueue_reorder_recvframe() 468 union recv_frame *pnextrframe; in enqueue_reorder_recvframe() 498 union recv_frame *prframe; in r8712_recv_indicatepkts_in_order() 550 union recv_frame *prframe) in recv_indicatepkt_reorder() 619 union recv_frame *prframe) in r8712_process_recv_indicatepkts() 702 union recv_frame *prframe) in query_rx_phy_status() 862 union recv_frame *prframe) in process_link_qual() 911 union recv_frame *prframe) in process_phy_info() [all …]
|
| A D | recv_osdep.h | 24 void r8712_recv_entry(union recv_frame *precv_frame); 26 union recv_frame *precv_frame); 32 union recv_frame *precvframe);
|
| A D | recv_linux.c | 33 union recv_frame *precvframe) in r8712_os_recv_resource_alloc() 93 union recv_frame *recvframe) in r8712_recv_indicatepkt()
|
| A D | rtl871x_security.c | 216 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()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_recv.c | 43 struct recv_frame *precvframe; in _rtw_init_recv_priv() 112 struct recv_frame *hdr; in _rtw_alloc_recvframe() 135 return (struct recv_frame *)hdr; in _rtw_alloc_recvframe() 140 struct recv_frame *precvframe; in rtw_alloc_recvframe() 220 struct recv_frame *hdr; in rtw_free_recvframe_queue() 390 static struct recv_frame *portctrl(struct adapter *adapter, struct recv_frame *precv_frame) in portctrl() 394 struct recv_frame *pfhdr; in portctrl() 397 struct recv_frame *prtnframe; in portctrl() 1328 struct recv_frame *pfhdr; in recvframe_chk_defrag() 1572 struct recv_frame *hdr; in enqueue_reorder_recvframe() [all …]
|
| A D | rtw_mlme_ext.c | 410 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame) in mgt_dispatcher() 611 unsigned int OnBeacon(struct adapter *padapter, struct recv_frame *precv_frame) in OnBeacon() 701 unsigned int OnAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuth() 1608 unsigned int OnAtim(struct adapter *padapter, struct recv_frame *precv_frame) in OnAtim() 3694 static s32 rtw_action_public_decache(struct recv_frame *recv_frame, s32 token) in rtw_action_public_decache() argument 3696 struct adapter *adapter = recv_frame->adapter; in rtw_action_public_decache() 3698 u8 *frame = recv_frame->rx_data; in rtw_action_public_decache() 3699 u16 seq_ctrl = ((recv_frame->attrib.seq_num & 0xffff) << 4) | in rtw_action_public_decache() 3700 (recv_frame->attrib.frag_num & 0xf); in rtw_action_public_decache() 3726 static unsigned int on_action_public_p2p(struct recv_frame *precv_frame) in on_action_public_p2p() [all …]
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_recv.h | 255 struct recv_frame { struct 274 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); argument 275 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); 276 int rtw_free_recvframe(struct recv_frame *precvframe, 287 static inline u8 *get_rxmem(struct recv_frame *precvframe) in get_rxmem() 295 static inline u8 *get_rx_status(struct recv_frame *precvframe) in get_rx_status() 300 static inline u8 *get_recvframe_data(struct recv_frame *precvframe) in get_recvframe_data() 309 static inline u8 *recvframe_push(struct recv_frame *precvframe, int sz) in recvframe_push() 329 static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz) in recvframe_pull() 347 static inline u8 *recvframe_put(struct recv_frame *precvframe, int sz) in recvframe_put() [all …]
|
| A D | rtw_mlme_ext.h | 578 struct recv_frame *precv_frame); 580 struct recv_frame *precv_frame); 582 struct recv_frame *precv_frame); 584 struct recv_frame *precv_frame); 586 struct recv_frame *precv_frame); 592 struct recv_frame *precv_frame); 596 struct recv_frame *precv_frame); 605 struct recv_frame *precv_frame); 607 struct recv_frame *precv_frame); 613 struct recv_frame *precv_frame); [all …]
|
| A D | recv_osdep.h | 13 s32 rtw_recv_entry(struct recv_frame *precv_frame); 14 int rtw_recv_indicatepkt(struct adapter *adapter, struct recv_frame *recv_frame); 17 void rtw_hostapd_mlme_rx(struct adapter *padapter, struct recv_frame *recv_fr); 24 int rtw_os_recv_resource_alloc(struct adapter *adapt, struct recv_frame *recvfr);
|
| A D | rtl8188e_recv.h | 48 void rtl8188e_query_rx_phy_status(struct recv_frame *fr, struct phy_stat *phy); 50 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy); 51 void update_recvframe_attrib_88e(struct recv_frame *fra, struct recv_stat *stat);
|
| A D | rtw_security.h | 339 u32 rtw_aes_decrypt(struct adapter *padapter, struct recv_frame *precvframe); 340 u32 rtw_tkip_decrypt(struct adapter *padapter, struct recv_frame *precvframe); 341 void rtw_wep_decrypt(struct adapter *padapter, struct recv_frame *precvframe);
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_recv.h | 343 union recv_frame { union 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 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data() 399 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull() 424 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put() 453 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail() 477 static inline union recv_frame *rxmem_to_recvframe(u8 *rxmem) in rxmem_to_recvframe() 483 return (union recv_frame *)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe() 487 static inline signed int get_recvframe_len(union recv_frame *precvframe) in get_recvframe_len() [all …]
|
| A D | recv_osdep.h | 15 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);
|
| A D | rtw_mlme_ext.h | 249 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 …]
|
| A D | rtl8192c_recv.h | 38 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/core/ |
| A D | rtw_recv.c | 35 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() 225 union recv_frame *precvframe; in rtw_free_recvframe_queue() 247 union recv_frame *pending_frame; in rtw_free_uc_swdec_pending_queue() 390 static union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor() 451 static union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl() 459 union recv_frame *prtnframe; in portctrl() 1679 union recv_frame *pnextrframe; in enqueue_reorder_recvframe() 1731 union recv_frame *prframe; in recv_indicatepkts_in_order() [all …]
|
| A D | rtw_security.c | 102 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 …]
|
| A D | rtw_mlme_ext.c | 439 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher() 570 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon() 682 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth() 1596 unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame) in OnAtim() 1728 static s32 rtw_action_public_decache(union recv_frame *recv_frame, s32 token) in rtw_action_public_decache() argument 1730 struct adapter *adapter = recv_frame->u.hdr.adapter; in rtw_action_public_decache() 1732 u8 *frame = recv_frame->u.hdr.rx_data; in rtw_action_public_decache() 1733 u16 seq_ctrl = ((recv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | in rtw_action_public_decache() 1734 (recv_frame->u.hdr.attrib.frag_num & 0xf); in rtw_action_public_decache() 1755 static unsigned int on_action_public_p2p(union recv_frame *precv_frame) in on_action_public_p2p() [all …]
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | recv_linux.c | 13 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()
|
| /linux/drivers/staging/r8188eu/hal/ |
| A D | rtl8188e_rxdesc.c | 10 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi() 26 static void process_link_qual(struct adapter *padapter, struct recv_frame *prframe) in process_link_qual() 50 struct recv_frame *precvframe = (struct recv_frame *)prframe; in rtl8188e_process_phy_info() 58 void update_recvframe_attrib_88e(struct recv_frame *precvframe, struct recv_stat *prxstat) in update_recvframe_attrib_88e() 125 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe, struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e()
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| A D | rtl8723b_rxdesc.c | 10 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()
|
| A D | rtl8723bs_recv.c | 21 union recv_frame *precvframe, in update_recvframe_attrib() 75 static void update_recvframe_phyinfo(union recv_frame *precvframe, in update_recvframe_phyinfo() 176 static inline union recv_frame *try_alloc_recvframe(struct recv_priv *precvpriv, in try_alloc_recvframe() 179 union recv_frame *precvframe; in try_alloc_recvframe() 197 union recv_frame *precvframe) in rx_crc_err() 210 union recv_frame *precvframe) in pkt_exceeds_tail() 227 union recv_frame *precvframe; in rtl8723bs_recv_tasklet()
|
| /linux/drivers/staging/r8188eu/os_dep/ |
| A D | recv_linux.c | 24 struct recv_frame *precvframe) in rtw_os_recv_resource_alloc() 104 struct recv_frame *precv_frame) in rtw_hostapd_mlme_rx() 109 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()
|