Searched refs:mpdu_buf (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_monitor_rx.c | 791 qdf_nbuf_t msdu, mpdu_buf, prev_buf, msdu_orig, head_frag_list_cloned; in htt_rx_restitch_mpdu_from_msdus() local 831 mpdu_buf = htt_rx_qdf_noclone_buf(head_msdu); in htt_rx_restitch_mpdu_from_msdus() 833 mpdu_buf = qdf_nbuf_clone(head_msdu); in htt_rx_restitch_mpdu_from_msdus() 835 if (!mpdu_buf) in htt_rx_restitch_mpdu_from_msdus() 838 prev_buf = mpdu_buf; in htt_rx_restitch_mpdu_from_msdus() 842 msdu_len = qdf_nbuf_len(mpdu_buf); in htt_rx_restitch_mpdu_from_msdus() 888 qdf_nbuf_append_ext_list(mpdu_buf, in htt_rx_restitch_mpdu_from_msdus() 937 mpdu_buf = qdf_nbuf_alloc(pdev->osdev, in htt_rx_restitch_mpdu_from_msdus() 941 if (!mpdu_buf) in htt_rx_restitch_mpdu_from_msdus() 948 prev_buf = mpdu_buf; in htt_rx_restitch_mpdu_from_msdus() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ |
H A D | dp_rx_mon_dest_1.0.c | 1716 qdf_nbuf_t msdu, mpdu_buf, prev_buf, msdu_orig, head_frag_list; in dp_rx_mon_restitch_mpdu_from_msdus() local 1731 mpdu_buf = NULL; in dp_rx_mon_restitch_mpdu_from_msdus() 1789 mpdu_buf = head_msdu; in dp_rx_mon_restitch_mpdu_from_msdus() 1791 prev_buf = mpdu_buf; in dp_rx_mon_restitch_mpdu_from_msdus() 1828 qdf_nbuf_append_ext_list(mpdu_buf, head_frag_list, in dp_rx_mon_restitch_mpdu_from_msdus() 1830 qdf_nbuf_set_next(mpdu_buf, NULL); in dp_rx_mon_restitch_mpdu_from_msdus() 1892 mpdu_buf = qdf_nbuf_alloc(soc->osdev, in dp_rx_mon_restitch_mpdu_from_msdus() 1896 if (!mpdu_buf) in dp_rx_mon_restitch_mpdu_from_msdus() 1903 prev_buf = mpdu_buf; in dp_rx_mon_restitch_mpdu_from_msdus() 1993 qdf_nbuf_append_ext_list(mpdu_buf, head_frag_list, in dp_rx_mon_restitch_mpdu_from_msdus() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_rx_mon.c | 1681 qdf_nbuf_t mpdu_buf = NULL, head_frag_list = NULL; in dp_rx_mon_stitch_mpdu() local 1687 mpdu_buf = qdf_nbuf_copy(head); in dp_rx_mon_stitch_mpdu() 1688 if (qdf_unlikely(!mpdu_buf)) in dp_rx_mon_stitch_mpdu() 1712 qdf_nbuf_append_ext_list(mpdu_buf, head_frag_list, in dp_rx_mon_stitch_mpdu() 1717 return mpdu_buf; in dp_rx_mon_stitch_mpdu() 1745 qdf_nbuf_t mpdu_buf) in dp_rx_mon_send_mpdu() argument 1751 qdf_nbuf_free(mpdu_buf); in dp_rx_mon_send_mpdu() 1761 if (!qdf_nbuf_update_radiotap(&mon_pdev->ppdu_info.rx_status, mpdu_buf, in dp_rx_mon_send_mpdu() 1762 qdf_nbuf_headroom(mpdu_buf))) { in dp_rx_mon_send_mpdu() 1764 qdf_nbuf_free(mpdu_buf); in dp_rx_mon_send_mpdu() [all …]
|