Home
last modified time | relevance | path

Searched refs:prframe (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/rtl8712/
Drtl8712_recv.c179 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
185 prframe = container_of(plist, union recv_frame, u.list); in recvframe_defrag()
186 list_del_init(&prframe->u.list); in recvframe_defrag()
187 pfhdr = &prframe->u.hdr; in recvframe_defrag()
193 r8712_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag()
208 r8712_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag()
221 recvframe_pull_tail(prframe, pfhdr->attrib.icv_len); in recvframe_defrag()
223 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()
229 return prframe; in recvframe_defrag()
314 static void amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() argument
[all …]
/drivers/staging/rtl8723bs/hal/
Drtl8723b_rxdesc.c10 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()
Dhal_com.c922 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info() argument
926 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; in rtw_store_phy_info()
/drivers/staging/rtl8723bs/core/
Drtw_recv.c615 static void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *st… in count_rx_stats() argument
620 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; in count_rx_stats()
623 sz = get_recvframe_len(prframe); in count_rx_stats()
634 psta = prframe->u.hdr.psta; in count_rx_stats()
1024 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
1032 prframe = (union recv_frame *)plist; in recvframe_defrag()
1033 pfhdr = &prframe->u.hdr; in recvframe_defrag()
1034 list_del_init(&(prframe->u.list)); in recvframe_defrag()
1039 rtw_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag()
1061 rtw_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag()
[all …]
Drtw_sta_mgt.c353 union recv_frame *prframe; in rtw_free_stainfo() local
369 prframe = (union recv_frame *)plist; in rtw_free_stainfo()
373 list_del_init(&(prframe->u.hdr.list)); in rtw_free_stainfo()
375 rtw_free_recvframe(prframe, pfree_recv_queue); in rtw_free_stainfo()
/drivers/staging/rtl8723bs/include/
Drtl8723b_recv.h87 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);
Drecv_osdep.h34 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata);
Dhal_com.h153 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe);
/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c54 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt() argument
60 pattrib = &prframe->u.hdr.attrib; in rtw_os_alloc_msdu_pkt()