Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
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
820 head_frag_list_cloned = NULL; in htt_rx_restitch_mpdu_from_msdus()
862 head_frag_list_cloned = msdu; in htt_rx_restitch_mpdu_from_msdus()
887 if (head_frag_list_cloned) { in htt_rx_restitch_mpdu_from_msdus()
889 head_frag_list_cloned, in htt_rx_restitch_mpdu_from_msdus()
982 head_frag_list_cloned = msdu; in htt_rx_restitch_mpdu_from_msdus()
1021 qdf_nbuf_append_ext_list(mpdu_buf, head_frag_list_cloned, in htt_rx_restitch_mpdu_from_msdus()
1055 while (head_frag_list_cloned) { in htt_rx_restitch_mpdu_from_msdus()
1056 msdu = head_frag_list_cloned; in htt_rx_restitch_mpdu_from_msdus()
1057 head_frag_list_cloned = in htt_rx_restitch_mpdu_from_msdus()
[all …]