Searched refs:prframe (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/rtl8712/ |
| A D | rtl8712_recv.c | 225 return prframe; in recvframe_defrag() 322 recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); in amsdu_to_msdu() 324 recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); in amsdu_to_msdu() 530 prframe); in r8712_recv_indicatepkts_in_order() 922 prframe = pcontext; in recv_func() 944 prframe = r8712_decryptor(padapter, prframe); in recv_func() 945 if (!prframe) { in recv_func() 949 prframe = r8712_recvframe_chk_defrag(padapter, prframe); in recv_func() 950 if (!prframe) in recv_func() 952 prframe = r8712_portctrl(padapter, prframe); in recv_func() [all …]
|
| /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() argument 12 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; in process_rssi() 30 static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) in process_link_qual() argument 35 if (!prframe || !padapter) in process_link_qual() 38 pattrib = &prframe->u.hdr.attrib; in process_link_qual() 53 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) in rtl8723b_process_phy_info() argument 55 union recv_frame *precvframe = prframe; in rtl8723b_process_phy_info() 71 rtw_store_phy_info(padapter, prframe); in rtl8723b_process_phy_info()
|
| A D | hal_com.c | 921 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info() argument 925 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; in rtw_store_phy_info()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_recv.c | 1032 pfhdr = &prframe->u.hdr; in recvframe_defrag() 1090 return prframe; in recvframe_defrag() 1579 recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); in amsdu_to_msdu() 1582 recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); in amsdu_to_msdu() 1632 prframe->u.hdr.len = 0; in amsdu_to_msdu() 1989 prframe = decryptor(padapter, prframe); in recv_func_posthandle() 1990 if (!prframe) { in recv_func_posthandle() 1995 prframe = recvframe_chk_defrag(padapter, prframe); in recv_func_posthandle() 1996 if (!prframe) in recv_func_posthandle() 1999 prframe = portctrl(padapter, prframe); in recv_func_posthandle() [all …]
|
| A D | rtw_sta_mgt.c | 351 union recv_frame *prframe; in rtw_free_stainfo() local 367 prframe = (union recv_frame *)plist; in rtw_free_stainfo() 371 list_del_init(&(prframe->u.hdr.list)); in rtw_free_stainfo() 373 rtw_free_recvframe(prframe, pfree_recv_queue); in rtw_free_stainfo()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtl8723b_recv.h | 87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat); 88 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe);
|
| A D | recv_osdep.h | 34 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata);
|
| A D | hal_com.h | 153 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe);
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | recv_linux.c | 53 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt() argument 59 pattrib = &prframe->u.hdr.attrib; in rtw_os_alloc_msdu_pkt()
|
Completed in 20 milliseconds