Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_rxdesc.c11 static void process_rssi(struct adapter *padapter, union recv_frame *prframe) in process_rssi()
32 static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) in process_link_qual()
57 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) in rtl8723b_process_phy_info()
Dhal_com.c1669 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_recv.c202 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
338 static int amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
492 union recv_frame *prframe) in enqueue_reorder_recvframe()
523 union recv_frame *prframe; in r8712_recv_indicatepkts_in_order() local
579 union recv_frame *prframe) in recv_indicatepkt_reorder()
649 union recv_frame *prframe) in r8712_process_recv_indicatepkts()
738 union recv_frame *prframe) in query_rx_phy_status()
898 union recv_frame *prframe) in process_link_qual()
927 static void process_rssi(struct _adapter *padapter, union recv_frame *prframe) in process_rssi()
947 union recv_frame *prframe) in process_phy_info()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c13 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi()
30 struct recv_frame *prframe) in process_link_qual()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c605 struct recv_frame *prframe, in count_rx_stats()
1329 struct recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
1500 static int amsdu_to_msdu(struct adapter *padapter, struct recv_frame *prframe) in amsdu_to_msdu()
1643 struct recv_frame *prframe) in enqueue_reorder_recvframe()
1675 struct recv_frame *prframe; in recv_indicatepkts_in_order() local
1737 struct recv_frame *prframe) in recv_indicatepkt_reorder()
1849 struct recv_frame *prframe) in process_recv_indicatepkts()
1907 struct recv_frame *prframe) in recv_func_posthandle()
Drtw_sta_mgt.c302 struct recv_frame *prframe; in rtw_free_stainfo() local
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c739 void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *sta) in count_rx_stats()
1716 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local
1894 static int amsdu_to_msdu(struct adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu()
2045 int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) in enqueue_reorder_recvframe()
2110 union recv_frame *prframe; in recv_indicatepkts_in_order() local
2217 int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe) in recv_indicatepkt_reorder()
2373 int process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe) in process_recv_indicatepkts()
2446 static int recv_func_posthandle(struct adapter *padapter, union recv_frame *prframe) in recv_func_posthandle()
Drtw_sta_mgt.c407 union recv_frame *prframe; in rtw_free_stainfo() local
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c65 _pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()