Searched refs:recv_frame (Results 1 – 13 of 13) sorted by relevance
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_recv.c | 34 union recv_frame *precvframe; in _rtw_init_recv_priv() 107 union recv_frame *precvframe; in _rtw_alloc_recvframe() 134 union recv_frame *precvframe; in rtw_alloc_recvframe() 214 union recv_frame *precvframe; in rtw_free_recvframe_queue() 236 union recv_frame *pending_frame; in rtw_free_uc_swdec_pending_queue() 380 static union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor() 442 static union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl() 450 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 | 101 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() 1282 struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_aes_decrypt() 1286 pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; in rtw_aes_decrypt() 1343 length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; in rtw_aes_decrypt() 1357 struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; in rtw_BIP_verify() [all …]
|
| A D | rtw_mlme_ext.c | 435 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher() 565 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon() 676 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth() 1585 unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame) in OnAtim() 1716 static s32 rtw_action_public_decache(union recv_frame *recv_frame, s32 token) in rtw_action_public_decache() argument 1718 struct adapter *adapter = recv_frame->u.hdr.adapter; in rtw_action_public_decache() 1720 u8 *frame = recv_frame->u.hdr.rx_data; in rtw_action_public_decache() 1721 u16 seq_ctrl = ((recv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | in rtw_action_public_decache() 1722 (recv_frame->u.hdr.attrib.frag_num & 0xf); in rtw_action_public_decache() 1743 static unsigned int on_action_public_p2p(union recv_frame *precv_frame) in on_action_public_p2p() [all …]
|
| A D | rtw_sta_mgt.c | 351 union recv_frame *prframe; in rtw_free_stainfo() 367 prframe = (union recv_frame *)plist; in rtw_free_stainfo()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_recv.h | 310 union recv_frame { union 330 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv… 331 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue); 333 extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue); 334 extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue); 345 static inline u8 *get_rxmem(union recv_frame *precvframe) in get_rxmem() 354 static inline u8 *recvframe_pull(union recv_frame *precvframe, signed int sz) in recvframe_pull() 378 static inline u8 *recvframe_put(union recv_frame *precvframe, signed int sz) in recvframe_put() 406 static inline u8 *recvframe_pull_tail(union recv_frame *precvframe, signed int sz) in recvframe_pull_tail() 429 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 | 212 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame); 218 unsigned int (*func)(struct adapter *padapter, union recv_frame *precv_frame); 567 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame); 568 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame); 569 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame); 570 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame); 572 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame); 573 unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame); 575 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame); 577 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);
|
| A D | rtl8723b_recv.h | 87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | recv_linux.c | 12 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() 52 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt() 183 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
|
| /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 | 20 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()
|
| /drivers/bluetooth/ |
| A D | btintel.c | 3691 goto recv_frame; in btintel_diagnostics() 3710 recv_frame: in btintel_diagnostics()
|
Completed in 39 milliseconds