Searched defs:prframe (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Drtl8723a_rxdesc.c22 struct recv_frame *prframe)
24 struct rx_pkt_attrib *pattrib = &prframe->attrib;
39 struct recv_frame *prframe)
44 if (prframe == NULL || padapter == NULL)
47 pattrib = &prframe->attrib;
61 /* void rtl8723a_process_phy_info(struct rtw_adapter *padapter, union recv_frame *prframe) */
62 void rtl8723a_process_phy_info(struct rtw_adapter *padapter, void *prframe) argument
64 struct recv_frame *precvframe = prframe;
21 process_rssi(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
38 process_link_qual(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_rxdesc.c26 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) argument
28 struct rx_pkt_attrib *pattrib = &prframe->attrib;
43 struct recv_frame *prframe)
48 if (prframe == NULL || padapter == NULL)
51 pattrib = &prframe->attrib;
65 void rtl8188e_process_phy_info(struct adapter *padapter, void *prframe) argument
67 struct recv_frame *precvframe = (struct recv_frame *)prframe;
42 process_link_qual(struct adapter *padapter, struct recv_frame *prframe) argument
/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c350 struct recv_frame *prframe; local
367 prframe = (struct recv_frame *)prhdr;
371 list_del_init(&(prframe->list));
373 rtw_free_recvframe(prframe, pfree_recv_queue);
H A Drtw_recv.c677 struct recv_frame *prframe,
683 struct rx_pkt_attrib *pattrib = &prframe->attrib;
686 sz = prframe->len;
697 psta = prframe->psta;
1442 struct recv_frame *prframe, *pnextrframe; local
1452 prframe = (struct recv_frame *)pfhdr;
1453 list_del_init(&(prframe->list));
1458 rtw_free_recvframe(prframe, pfree_recv_queue);
1478 /* release the defrag_q & prframe */
1479 rtw_free_recvframe(prframe, pfree_recv_queu
676 count_rx_stats(struct adapter *padapter, struct recv_frame *prframe, struct sta_info *sta) argument
1616 amsdu_to_msdu(struct adapter *padapter, struct recv_frame *prframe) argument
1764 enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, struct recv_frame *prframe) argument
1797 struct recv_frame *prframe; local
1858 recv_indicatepkt_reorder(struct adapter *padapter, struct recv_frame *prframe) argument
1967 process_recv_indicatepkts(struct adapter *padapter, struct recv_frame *prframe) argument
2025 recv_func_posthandle(struct adapter *padapter, struct recv_frame *prframe) argument
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c268 struct recv_frame *prframe; local
283 prframe = container_of(plist, struct recv_frame, list);
285 list_del_init(&prframe->list);
286 rtw_free_recvframe23a(prframe);
H A Drtw_recv.c755 struct recv_frame *prframe, struct sta_info *sta)
760 struct rx_pkt_attrib *pattrib = & prframe->attrib;
763 sz = prframe->pkt->len;
775 psta = prframe->psta;
1629 struct recv_frame *prframe, *pnextrframe; local
1640 prframe = container_of(plist, struct recv_frame, list);
1641 list_del_init(&prframe->list);
1642 skb = prframe->pkt;
1644 if (curfragnum != prframe->attrib.frag_num) {
1647 rtw_free_recvframe23a(prframe);
754 count_rx_stats(struct rtw_adapter *padapter, struct recv_frame *prframe, struct sta_info *sta) argument
1831 amsdu_to_msdu(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
1893 enqueue_reorder_recvframe23a(struct recv_reorder_ctrl *preorder_ctrl, struct recv_frame *prframe) argument
1952 struct recv_frame *prframe; local
2035 recv_indicatepkt_reorder(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
2160 process_recv_indicatepkts(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
2233 recv_func_posthandle(struct rtw_adapter *padapter, struct recv_frame *prframe) argument
[all...]
/drivers/staging/rtl8712/
H A Drtl8712_recv.c206 union recv_frame *prframe, *pnextrframe; local
212 prframe = LIST_CONTAINOR(plist, union recv_frame, u);
213 list_del_init(&prframe->u.list);
214 pfhdr = &prframe->u.hdr;
219 r8712_free_recvframe(prframe, pfree_recv_queue);
226 data = get_recvframe_data(prframe);
233 * release the defrag_q & prframe */
234 r8712_free_recvframe(prframe, pfree_recv_queue);
245 recvframe_pull_tail(prframe, pfhdr->attrib.icv_len);
247 recvframe_put(prframe, pnfhd
335 amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) argument
491 enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) argument
523 union recv_frame *prframe; local
578 recv_indicatepkt_reorder(struct _adapter *padapter, union recv_frame *prframe) argument
648 r8712_process_recv_indicatepkts(struct _adapter *padapter, union recv_frame *prframe) argument
737 query_rx_phy_status(struct _adapter *padapter, union recv_frame *prframe) argument
894 process_link_qual(struct _adapter *padapter, union recv_frame *prframe) argument
932 process_rssi(struct _adapter *padapter, union recv_frame *prframe) argument
958 process_phy_info(struct _adapter *padapter, union recv_frame *prframe) argument
969 union recv_frame *prframe, *orig_prframe; local
[all...]

Completed in 248 milliseconds