Home
last modified time | relevance | path

Searched refs:msdu_orig (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c791 qdf_nbuf_t msdu, mpdu_buf, prev_buf, msdu_orig, head_frag_list_cloned; in htt_rx_restitch_mpdu_from_msdus() local
804 msdu_orig = head_msdu; in htt_rx_restitch_mpdu_from_msdus()
805 rx_desc = htt_rx_desc(msdu_orig); in htt_rx_restitch_mpdu_from_msdus()
848 msdu_orig = qdf_nbuf_next(head_msdu); in htt_rx_restitch_mpdu_from_msdus()
850 while (msdu_orig) { in htt_rx_restitch_mpdu_from_msdus()
853 msdu = htt_rx_qdf_noclone_buf(msdu_orig); in htt_rx_restitch_mpdu_from_msdus()
855 msdu = qdf_nbuf_clone(msdu_orig); in htt_rx_restitch_mpdu_from_msdus()
877 msdu_orig = qdf_nbuf_next(msdu_orig); in htt_rx_restitch_mpdu_from_msdus()
966 msdu_orig = head_msdu; in htt_rx_restitch_mpdu_from_msdus()
970 while (msdu_orig) { in htt_rx_restitch_mpdu_from_msdus()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_dest_1.0.c1716 qdf_nbuf_t msdu, mpdu_buf, prev_buf, msdu_orig, head_frag_list; in dp_rx_mon_restitch_mpdu_from_msdus() local
1747 msdu_orig = head_msdu; in dp_rx_mon_restitch_mpdu_from_msdus()
1749 rx_desc = qdf_nbuf_data(msdu_orig); in dp_rx_mon_restitch_mpdu_from_msdus()
1920 msdu_orig = head_msdu; in dp_rx_mon_restitch_mpdu_from_msdus()
1924 while (msdu_orig) { in dp_rx_mon_restitch_mpdu_from_msdus()
1928 msdu = msdu_orig; in dp_rx_mon_restitch_mpdu_from_msdus()
1934 rx_desc = qdf_nbuf_data(msdu_orig); in dp_rx_mon_restitch_mpdu_from_msdus()
1946 msdu_orig, rx_desc); in dp_rx_mon_restitch_mpdu_from_msdus()
1981 msdu_orig = qdf_nbuf_next(msdu_orig); in dp_rx_mon_restitch_mpdu_from_msdus()