Searched defs:prframe (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H 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() 53 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) in rtl8723b_process_phy_info()
|
H A D | hal_com.c | 922 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) in rtw_store_phy_info()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_recv.c | 179 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local 314 static void amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() 466 union recv_frame *prframe) in enqueue_reorder_recvframe() 499 union recv_frame *prframe; in r8712_recv_indicatepkts_in_order() local 551 union recv_frame *prframe) in recv_indicatepkt_reorder() 620 union recv_frame *prframe) in r8712_process_recv_indicatepkts() 703 union recv_frame *prframe) in query_rx_phy_status() 863 union recv_frame *prframe) in process_link_qual() 892 static void process_rssi(struct _adapter *padapter, union recv_frame *prframe) in process_rssi() 912 union recv_frame *prframe) in process_phy_info() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 615 static void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *st… in count_rx_stats() 1024 union recv_frame *prframe, *pnextrframe; in recvframe_defrag() local 1568 static int amsdu_to_msdu(struct adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() 1675 …c int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) in enqueue_reorder_recvframe() 1732 union recv_frame *prframe; in recv_indicatepkts_in_order() local 1814 static int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe) in recv_indicatepkt_reorder() 1929 static int process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe) in process_recv_indicatepkts() 1983 static int recv_func_posthandle(struct adapter *padapter, union recv_frame *prframe) in recv_func_posthandle()
|
H A D | rtw_sta_mgt.c | 353 union recv_frame *prframe; in rtw_free_stainfo() local
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | recv_linux.c | 54 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) in rtw_os_alloc_msdu_pkt()
|