Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_rx_thread.h189 struct dp_rx_tm_handle { struct
230 struct dp_rx_tm_handle rx_tm_hdl;
259 QDF_STATUS dp_rx_tm_init(struct dp_rx_tm_handle *rx_tm_hdl,
268 QDF_STATUS dp_rx_tm_deinit(struct dp_rx_tm_handle *rx_tm_hdl);
277 QDF_STATUS dp_rx_tm_enqueue_pkt(struct dp_rx_tm_handle *rx_tm_hdl,
288 QDF_STATUS dp_rx_tm_gro_flush_ind(struct dp_rx_tm_handle *rx_tm_handle,
306 QDF_STATUS dp_rx_tm_suspend(struct dp_rx_tm_handle *rx_tm_handle);
317 QDF_STATUS dp_rx_tm_flush_by_vdev_id(struct dp_rx_tm_handle *rx_tm_hdl,
335 QDF_STATUS dp_rx_tm_resume(struct dp_rx_tm_handle *rx_tm_handle);
343 QDF_STATUS dp_rx_tm_dump_stats(struct dp_rx_tm_handle *rx_tm_handle);
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c181 QDF_STATUS dp_rx_tm_dump_stats(struct dp_rx_tm_handle *rx_tm_hdl) in dp_rx_tm_dump_stats()
206 struct dp_rx_tm_handle *rx_tm_hdl = in dp_check_and_update_pending()
207 (struct dp_rx_tm_handle *)tm_handle_cmn; in dp_check_and_update_pending()
316 &((struct dp_rx_tm_handle *)tm_handle_cmn)->allow_dropping); in dp_rx_tm_thread_enqueue()
953 QDF_STATUS dp_rx_tm_init(struct dp_rx_tm_handle *rx_tm_hdl, in dp_rx_tm_init()
1011 QDF_STATUS dp_rx_tm_suspend(struct dp_rx_tm_handle *rx_tm_hdl) in dp_rx_tm_suspend()
1114 dp_rx_tm_flush_nbuf_list(struct dp_rx_tm_handle *rx_tm_hdl, uint8_t vdev_id) in dp_rx_tm_flush_nbuf_list()
1172 dp_rx_tm_wait_vdev_del_event(struct dp_rx_tm_handle *rx_tm_hdl) in dp_rx_tm_wait_vdev_del_event()
1241 QDF_STATUS dp_rx_tm_flush_by_vdev_id(struct dp_rx_tm_handle *rx_tm_hdl, in dp_rx_tm_flush_by_vdev_id()
1264 QDF_STATUS dp_rx_tm_resume(struct dp_rx_tm_handle *rx_tm_hdl) in dp_rx_tm_resume()
[all …]