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

/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_rxdesc.c10 static void process_rssi(struct adapter *padapter, union recv_frame *prframe) argument
12 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib;
30 static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) argument
35 if (!prframe || !padapter)
38 pattrib = &prframe->u.hdr.attrib;
53 void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) argument
55 union recv_frame *precvframe = prframe;
71 rtw_store_phy_info(padapter, prframe);
H A Dhal_com.c922 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) argument
926 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib;
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_recv.c179 union recv_frame *prframe, *pnextrframe; local
185 prframe = container_of(plist, union recv_frame, u.list);
186 list_del_init(&prframe->u.list);
187 pfhdr = &prframe->u.hdr;
193 r8712_free_recvframe(prframe, pfree_recv_queue);
206 * release the defrag_q & prframe
208 r8712_free_recvframe(prframe, pfree_recv_queue);
221 recvframe_pull_tail(prframe, pfhdr->attrib.icv_len);
223 recvframe_put(prframe, pnfhdr->len);
227 /* free the defrag_q queue and return the prframe */
313 amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) argument
464 enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) argument
498 union recv_frame *prframe; local
549 recv_indicatepkt_reorder(struct _adapter *padapter, union recv_frame *prframe) argument
618 r8712_process_recv_indicatepkts(struct _adapter *padapter, union recv_frame *prframe) argument
701 query_rx_phy_status(struct _adapter *padapter, union recv_frame *prframe) argument
861 process_link_qual(struct _adapter *padapter, union recv_frame *prframe) argument
891 process_rssi(struct _adapter *padapter, union recv_frame *prframe) argument
910 process_phy_info(struct _adapter *padapter, union recv_frame *prframe) argument
921 union recv_frame *prframe, *orig_prframe; local
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c615 static void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *sta) argument
620 struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib;
623 sz = get_recvframe_len(prframe);
634 psta = prframe->u.hdr.psta;
1024 union recv_frame *prframe, *pnextrframe; local
1032 prframe = (union recv_frame *)plist;
1033 pfhdr = &prframe->u.hdr;
1034 list_del_init(&(prframe->u.list));
1039 rtw_free_recvframe(prframe, pfree_recv_queue);
1060 /* release the defrag_q & prframe */
1568 amsdu_to_msdu(struct adapter *padapter, union recv_frame *prframe) argument
1675 enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) argument
1732 union recv_frame *prframe; local
1814 recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe) argument
1929 process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe) argument
1983 recv_func_posthandle(struct adapter *padapter, union recv_frame *prframe) argument
[all...]
H A Drtw_sta_mgt.c352 union recv_frame *prframe; local
368 prframe = (union recv_frame *)plist;
372 list_del_init(&(prframe->u.hdr.list));
374 rtw_free_recvframe(prframe, pfree_recv_queue);
/linux-master/drivers/staging/rtl8723bs/include/
H A Drecv_osdep.h34 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata);
H A 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);
H A Dhal_com.h153 void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c54 struct sk_buff *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) argument
60 pattrib = &prframe->u.hdr.attrib;

Completed in 161 milliseconds