/drivers/staging/rtl8712/ |
D | rtl871x_recv.h | 129 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue); 130 int r8712_free_recvframe(union recv_frame *precvframe, 134 int r8712_wlanhdr_to_ethhdr(union recv_frame *precvframe); 137 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem() 145 static inline u8 *get_recvframe_data(union recv_frame *precvframe) in get_recvframe_data() 153 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() 187 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail() 208 union recv_frame *precvframe); 209 union recv_frame *r8712_decryptor(struct _adapter *adapter, [all …]
|
D | rtl871x_recv.c | 67 union recv_frame *precvframe; in _r8712_init_recv_priv() 76 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ, in _r8712_init_recv_priv() 82 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); in _r8712_init_recv_priv() 87 precvframe = (union recv_frame *)precvpriv->precv_frame_buf; in _r8712_init_recv_priv() 106 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue) in r8712_alloc_recvframe() 109 union recv_frame *precvframe; in r8712_alloc_recvframe() 120 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_alloc_recvframe() 144 union recv_frame *precvframe; in r8712_free_recvframe_queue() 151 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in r8712_free_recvframe_queue() 159 union recv_frame *precvframe) in r8712_recvframe_chkmic() [all …]
|
D | rtl8712_recv.c | 136 int r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe() 199 static union recv_frame *recvframe_defrag(struct _adapter *adapter, in recvframe_defrag() 206 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() 212 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 228 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 257 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag() 258 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag() 267 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag() 335 static int amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() 492 union recv_frame *prframe) in enqueue_reorder_recvframe() [all …]
|
D | recv_osdep.h | 36 s32 r8712_recv_entry(union recv_frame *precv_frame); 38 union recv_frame *precv_frame); 44 union recv_frame *precvframe);
|
D | recv_linux.c | 45 union recv_frame *precvframe) in r8712_os_recv_resource_alloc() 107 union recv_frame *precv_frame) in r8712_recv_indicatepkt()
|
D | rtl871x_security.c | 230 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *) in r8712_wep_decrypt() 234 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_wep_decrypt() 246 length = ((union recv_frame *)precvframe)-> in r8712_wep_decrypt() 662 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_tkip_decrypt() 666 pframe = (unsigned char *)((union recv_frame *) in r8712_tkip_decrypt() 675 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt() 1369 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_aes_decrypt() 1373 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt() 1391 length = ((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 48 struct recv_frame *precvframe; in _rtw_init_recv_priv23a() 61 precvframe = kzalloc(sizeof(struct recv_frame), GFP_KERNEL); in _rtw_init_recv_priv23a() 91 struct recv_frame *precvframe; in _rtw_free_recv_priv23a() 97 precvframe = container_of(plist, struct recv_frame, list); in _rtw_free_recv_priv23a() 105 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue) in rtw_alloc_recvframe23a() 107 struct recv_frame *pframe; in rtw_alloc_recvframe23a() 121 pframe = container_of(plist, struct recv_frame, list); in rtw_alloc_recvframe23a() 137 int rtw_free_recvframe23a(struct recv_frame *precvframe) in rtw_free_recvframe23a() 167 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue) in rtw_enqueue_recvframe23a() 198 struct recv_frame *hdr; in rtw_free_recvframe23a_queue() [all …]
|
D | rtw_mlme_ext.c | 27 static int OnAssocReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 28 static int OnAssocRsp23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 29 static int OnProbeReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 30 static int OnProbeRsp23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 31 static int DoReserved23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 32 static int OnBeacon23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 33 static int OnAtim23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 34 static int OnDisassoc23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 35 static int OnAuth23aClient23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 36 static int OnDeAuth23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame); [all …]
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 61 struct recv_frame *precvframe; in _rtw_init_recv_priv() 73 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv() 82 precvframe = (struct recv_frame *)precvpriv->precv_frame_buf; in _rtw_init_recv_priv() 127 struct recv_frame *_rtw_alloc_recvframe (struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() 129 struct recv_frame *hdr; in _rtw_alloc_recvframe() 141 hdr = container_of(plist, struct recv_frame, list); in _rtw_alloc_recvframe() 153 return (struct recv_frame *)hdr; in _rtw_alloc_recvframe() 156 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() 158 struct recv_frame *precvframe; in rtw_alloc_recvframe() 169 void rtw_init_recvframe(struct recv_frame *precvframe, struct recv_priv *precvpriv) in rtw_init_recvframe() [all …]
|
D | rtw_sta_mgt.c | 349 struct recv_frame *prhdr; in rtw_free_stainfo() 350 struct recv_frame *prframe; in rtw_free_stainfo() 366 prhdr = container_of(plist, struct recv_frame, list); in rtw_free_stainfo() 367 prframe = (struct recv_frame *)prhdr; in rtw_free_stainfo()
|
D | rtw_mlme_ext.c | 416 …t_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, struct recv_frame *precv_frame) in _mgt_dispatcher() 430 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame) in mgt_dispatcher() 517 unsigned int OnProbeReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeReq() 557 unsigned int OnProbeRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeRsp() 569 unsigned int OnBeacon(struct adapter *padapter, struct recv_frame *precv_frame) in OnBeacon() 658 unsigned int OnAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuth() 831 unsigned int OnAuthClient(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuthClient() 906 unsigned int OnAssocReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocReq() 1352 unsigned int OnAssocRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocRsp() 1442 unsigned int OnDeAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnDeAuth() [all …]
|
D | rtw_security.c | 208 struct rx_pkt_attrib *prxattrib = &(((struct recv_frame *)precvframe)->attrib); in rtw_wep_decrypt() 212 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_wep_decrypt() 221 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_wep_decrypt() 656 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_tkip_decrypt() 661 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_tkip_decrypt() 681 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_tkip_decrypt() 1458 struct rx_pkt_attrib *prxattrib = &((struct recv_frame *)precvframe)->attrib; in rtw_aes_decrypt() 1461 pframe = (unsigned char *)((struct recv_frame *)precvframe)->rx_data; in rtw_aes_decrypt() 1485 length = ((struct recv_frame *)precvframe)->len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 251 struct recv_frame { struct 267 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); argument 268 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); 269 void rtw_init_recvframe(struct recv_frame *precvframe, 271 int rtw_free_recvframe(struct recv_frame *precvframe, 274 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, 276 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue); 283 static inline u8 *get_rxmem(struct recv_frame *precvframe) in get_rxmem() 291 static inline u8 *recvframe_pull(struct recv_frame *precvframe, int sz) in recvframe_pull() 309 static inline u8 *recvframe_put(struct recv_frame *precvframe, int sz) in recvframe_put() [all …]
|
D | rtw_mlme_ext.h | 239 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame); 245 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame); 493 u8 collect_bss_info(struct adapter *padapter, struct recv_frame *precv_frame, 548 struct recv_frame *precv_frame); 601 struct recv_frame *precv_frame); 603 struct recv_frame *precv_frame); 605 struct recv_frame *precv_frame); 607 struct recv_frame *precv_frame); 609 struct recv_frame *precv_frame); 611 struct recv_frame *precv_frame); [all …]
|
D | recv_osdep.h | 31 s32 rtw_recv_entry(struct recv_frame *precv_frame); 33 struct recv_frame *recv_frame); 42 struct recv_frame *recvfr);
|
D | rtl8188e_recv.h | 63 void rtl8188e_query_rx_phy_status(struct recv_frame *fr, struct phy_stat *phy); 65 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy); 66 void update_recvframe_attrib_88e(struct recv_frame *fra,
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_rxdesc.c | 26 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi() 43 struct recv_frame *prframe) in process_link_qual() 67 struct recv_frame *precvframe = (struct recv_frame *)prframe; in rtl8188e_process_phy_info() 75 void update_recvframe_attrib_88e(struct recv_frame *precvframe, in update_recvframe_attrib_88e() 143 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe, in update_recvframe_phyinfo_88e()
|
/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 263 struct recv_frame { struct 278 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue); 279 int rtw_free_recvframe23a(struct recv_frame *precvframe); 281 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue); 308 struct recv_frame *precv_frame);
|
D | recv_osdep.h | 24 int rtw_recv_entry23a(struct recv_frame *precv_frame); 25 int rtw_recv_indicatepkt23a(struct rtw_adapter *adapter, struct recv_frame *precv_frame);
|
D | rtl8723a_recv.h | 66 void update_recvframe_attrib(struct recv_frame *precvframe, struct recv_stat *prxstat); 67 void update_recvframe_phyinfo(struct recv_frame *precvframe, struct phy_stat *pphy_info);
|
D | rtw_security.h | 324 struct recv_frame *precvframe); 326 struct recv_frame *precvframe); 327 void rtw_wep_decrypt23a(struct rtw_adapter *padapter, struct recv_frame *precvframe);
|
D | rtw_mlme_ext.h | 264 int (*func)(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 270 int (*func)(struct rtw_adapter *padapter, struct recv_frame *precv_frame); 540 struct recv_frame *precv_frame);
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_rxdesc.c | 22 struct recv_frame *prframe) in process_rssi() 39 struct recv_frame *prframe) in process_link_qual() 64 struct recv_frame *precvframe = prframe; in rtl8723a_process_phy_info()
|
D | rtl8723au_recv.c | 137 void update_recvframe_attrib(struct recv_frame *precvframe, in update_recvframe_attrib() 181 void update_recvframe_phyinfo(struct recv_frame *precvframe, in update_recvframe_phyinfo()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 33 struct recv_frame *precvframe) in rtw_os_recv_resource_alloc() 91 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()
|