Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl8712_recv.c178 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
313 static void amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
465 union recv_frame *prframe) in enqueue_reorder_recvframe()
498 union recv_frame *prframe; in r8712_recv_indicatepkts_in_order() local
550 union recv_frame *prframe) in recv_indicatepkt_reorder()
619 union recv_frame *prframe) in r8712_process_recv_indicatepkts()
702 union recv_frame *prframe) in query_rx_phy_status()
862 union recv_frame *prframe) in process_link_qual()
891 static void process_rssi(struct _adapter *padapter, union recv_frame *prframe) in process_rssi()
911 union recv_frame *prframe) in process_phy_info()
[all …]
/drivers/staging/rtl8723bs/hal/
Drtl8723b_rxdesc.c10 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()
53 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) in rtl8723b_process_phy_info()
Dhal_com.c1149 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info()
/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c10 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi()
26 static void process_link_qual(struct adapter *padapter, struct recv_frame *prframe) in process_link_qual()
48 void rtl8188e_process_phy_info(struct adapter *padapter, void *prframe) in rtl8188e_process_phy_info()
/drivers/staging/rtl8723bs/core/
Drtw_recv.c619 static void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *st… in count_rx_stats()
1027 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
1565 static int amsdu_to_msdu(struct adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
1674 …c int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) in enqueue_reorder_recvframe()
1731 union recv_frame *prframe; in recv_indicatepkts_in_order() local
1813 static int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe) in recv_indicatepkt_reorder()
1928 static int process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe) in process_recv_indicatepkts()
1982 static int recv_func_posthandle(struct adapter *padapter, union recv_frame *prframe) in recv_func_posthandle()
Drtw_sta_mgt.c348 union recv_frame *prframe; in rtw_free_stainfo() local
/drivers/staging/r8188eu/core/
Drtw_recv.c605 static void count_rx_stats(struct adapter *padapter, struct recv_frame *prframe, struct sta_info *s… in count_rx_stats()
1324 struct recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
1492 static int amsdu_to_msdu(struct adapter *padapter, struct recv_frame *prframe) in amsdu_to_msdu()
1641 int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, struct recv_frame *prframe) in enqueue_reorder_recvframe()
1673 struct recv_frame *prframe; in recv_indicatepkts_in_order() local
1729 static int recv_indicatepkt_reorder(struct adapter *padapter, struct recv_frame *prframe) in recv_indicatepkt_reorder()
1823 static int process_recv_indicatepkts(struct adapter *padapter, struct recv_frame *prframe) in process_recv_indicatepkts()
1891 static int recv_func_posthandle(struct adapter *padapter, struct recv_frame *prframe) in recv_func_posthandle()
Drtw_sta_mgt.c295 struct recv_frame *prframe; in rtw_free_stainfo() local
/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()