Searched refs:head_frag_list_cloned (Results 1 – 1 of 1) sorted by relevance
791 qdf_nbuf_t msdu, mpdu_buf, prev_buf, msdu_orig, head_frag_list_cloned; in htt_rx_restitch_mpdu_from_msdus() local820 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 …]