Lines Matching refs:mpdu_buf
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()
1772 mpdu_buf, NULL); in dp_rx_mon_send_mpdu()
1774 qdf_nbuf_free(mpdu_buf); in dp_rx_mon_send_mpdu()