/linux-4.4.14/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() 184 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) in recvframe_pull_tail() 205 union recv_frame *precvframe); 206 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 | 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 | rtl8712_recv.c | 136 int r8712_free_recvframe(union recv_frame *precvframe, in r8712_free_recvframe() 194 static union recv_frame *recvframe_defrag(struct _adapter *adapter, in recvframe_defrag() 201 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() 207 prframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 222 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); in recvframe_defrag() 251 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag() 252 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag() 261 union recv_frame *prtnframe = NULL; in r8712_recvframe_chk_defrag() 329 static int amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() 483 union recv_frame *prframe) in enqueue_reorder_recvframe() [all …]
|
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 | 228 struct rx_pkt_attrib *prxattrib = &(((union recv_frame *) in r8712_wep_decrypt() 232 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_wep_decrypt() 244 length = ((union recv_frame *)precvframe)-> in r8712_wep_decrypt() 663 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_tkip_decrypt() 667 pframe = (unsigned char *)((union recv_frame *) in r8712_tkip_decrypt() 677 length = ((union recv_frame *)precvframe)-> in r8712_tkip_decrypt() 1371 struct rx_pkt_attrib *prxattrib = &((union recv_frame *) in r8712_aes_decrypt() 1375 pframe = (unsigned char *)((union recv_frame *)precvframe)-> in r8712_aes_decrypt() 1393 length = ((union recv_frame *)precvframe)-> in r8712_aes_decrypt()
|
D | rtl8712_recv.h | 144 union recv_frame { union
|
/linux-4.4.14/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 …]
|
D | rtw_sta_mgt.c | 266 struct recv_frame *prframe; in rtw_free_stainfo23a() 281 prframe = container_of(plist, struct recv_frame, list); in rtw_free_stainfo23a()
|
D | rtw_security.c | 212 struct recv_frame *precvframe) in rtw_wep_decrypt23a() 710 struct recv_frame *precvframe) in rtw_tkip_decrypt23a() 1565 struct recv_frame *precvframe) in rtw_aes_decrypt23a()
|
/linux-4.4.14/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 | recv_osdep.h | 31 s32 rtw_recv_entry(struct recv_frame *precv_frame); 33 struct recv_frame *recv_frame); 41 void rtw_os_recv_resource_alloc(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,
|
D | mon.h | 26 struct recv_frame; 32 void rtl88eu_mon_recv_hook(struct net_device *dev, struct recv_frame *frame);
|
D | rtw_mlme_ext.h | 247 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame); 253 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame); 549 struct recv_frame *precv_frame);
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 64 struct recv_frame *precvframe; in _rtw_init_recv_priv() 76 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv() 83 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() 152 return (struct recv_frame *)hdr; in _rtw_alloc_recvframe() 155 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() 157 struct recv_frame *precvframe; in rtw_alloc_recvframe() 168 int rtw_free_recvframe(struct recv_frame *precvframe, in rtw_free_recvframe() [all …]
|
D | rtw_sta_mgt.c | 324 struct recv_frame *prhdr; in rtw_free_stainfo() 325 struct recv_frame *prframe; in rtw_free_stainfo() 341 prhdr = container_of(plist, struct recv_frame, list); in rtw_free_stainfo() 342 prframe = (struct recv_frame *)prhdr; in rtw_free_stainfo()
|
D | rtw_mlme_ext.c | 2106 struct recv_frame *precv_frame, in collect_bss_info() 2612 struct recv_frame *precv_frame) in OnProbeReq() 2647 struct recv_frame *precv_frame) in OnProbeRsp() 2660 struct recv_frame *precv_frame) in OnBeacon() 2752 struct recv_frame *precv_frame) in OnAuth() 2921 struct recv_frame *precv_frame) in OnAuthClient() 2997 struct recv_frame *precv_frame) in OnAssocReq() 3436 struct recv_frame *precv_frame) in OnAssocRsp() 3526 struct recv_frame *precv_frame) in OnDeAuth() 3581 struct recv_frame *precv_frame) in OnDisassoc() [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()
|
/linux-4.4.14/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()
|
D | usb_ops_linux.c | 355 struct recv_frame *precvframe; in recvbuf2recvframe()
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 260 struct recv_frame { struct 275 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue); 276 int rtw_free_recvframe23a(struct recv_frame *precvframe); 278 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue); 305 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 | 62 void update_recvframe_attrib(struct recv_frame *precvframe, struct recv_stat *prxstat); 63 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); 538 struct recv_frame *precv_frame);
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 30 void rtw_os_recv_resource_alloc(struct recv_frame *precvframe) in rtw_os_recv_resource_alloc() 85 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()
|
D | mon.c | 82 void rtl88eu_mon_recv_hook(struct net_device *dev, struct recv_frame *frame) in rtl88eu_mon_recv_hook()
|
D | usb_ops_linux.c | 53 struct recv_frame *precvframe = NULL; in recvbuf2recvframe()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | recv_linux.c | 73 struct recv_frame *precv_frame) in rtw_recv_indicatepkt23a()
|
/linux-4.4.14/drivers/net/wan/ |
D | sbni.c | 126 static int recv_frame( struct net_device * ); 557 req_ans = recv_frame( dev ); in handle_channel() 590 recv_frame( struct net_device *dev ) in recv_frame() function
|