/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ |
D | dp_mon_filter_1.0.h | 25 void dp_mon_filter_setup_enhanced_stats_1_0(struct dp_pdev *pdev); 31 void dp_mon_filter_reset_enhanced_stats_1_0(struct dp_pdev *pdev); 33 static inline void dp_mon_filter_setup_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_filter_setup_enhanced_stats_1_0() 37 static inline void dp_mon_filter_reset_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_filter_reset_enhanced_stats_1_0() 48 void dp_mon_filter_setup_undecoded_metadata_capture_1_0(struct dp_pdev *pdev); 55 void dp_mon_filter_reset_undecoded_metadata_capture_1_0(struct dp_pdev *pdev); 58 dp_mon_filter_setup_undecoded_metadata_capture_1_0(struct dp_pdev *pdev) in dp_mon_filter_setup_undecoded_metadata_capture_1_0() 63 dp_mon_filter_reset_undecoded_metadata_capture_1_0(struct dp_pdev *pdev) in dp_mon_filter_reset_undecoded_metadata_capture_1_0() 73 void dp_mon_filter_setup_mcopy_mode_1_0(struct dp_pdev *pdev); 79 void dp_mon_filter_reset_mcopy_mode_1_0(struct dp_pdev *pdev); [all …]
|
D | dp_rx_mon_1.0.h | 35 QDF_STATUS dp_rx_pdev_mon_status_buffers_alloc(struct dp_pdev *pdev, 37 QDF_STATUS dp_rx_pdev_mon_status_desc_pool_alloc(struct dp_pdev *pdev, 39 void dp_rx_pdev_mon_status_desc_pool_init(struct dp_pdev *pdev, 41 void dp_rx_pdev_mon_status_desc_pool_deinit(struct dp_pdev *pdev, 43 void dp_rx_pdev_mon_status_desc_pool_free(struct dp_pdev *pdev, 45 void dp_rx_pdev_mon_status_buffers_free(struct dp_pdev *pdev, uint32_t mac_id); 47 QDF_STATUS dp_rx_pdev_mon_desc_pool_alloc(struct dp_pdev *pdev); 48 QDF_STATUS dp_rx_pdev_mon_buffers_alloc(struct dp_pdev *pdev); 49 void dp_rx_pdev_mon_buffers_free(struct dp_pdev *pdev); 50 void dp_rx_pdev_mon_desc_pool_init(struct dp_pdev *pdev); [all …]
|
D | dp_mon_1.0.h | 40 struct dp_pdev *pdev, 50 QDF_STATUS dp_mon_rings_alloc_1_0(struct dp_pdev *pdev); 58 void dp_mon_rings_free_1_0(struct dp_pdev *pdev); 66 QDF_STATUS dp_mon_rings_init_1_0(struct dp_pdev *pdev); 74 void dp_mon_rings_deinit_1_0(struct dp_pdev *pdev); 77 void dp_mon_rings_deinit_1_0(struct dp_pdev *pdev) in dp_mon_rings_deinit_1_0() 82 void dp_mon_rings_free_1_0(struct dp_pdev *pdev) in dp_mon_rings_free_1_0() 87 QDF_STATUS dp_mon_rings_init_1_0(struct dp_pdev *pdev) in dp_mon_rings_init_1_0() 93 QDF_STATUS dp_mon_rings_alloc_1_0(struct dp_pdev *pdev) in dp_mon_rings_alloc_1_0() 125 uint32_t dp_mon_drop_packets_for_mac(struct dp_pdev *pdev, uint32_t mac_id,
|
D | dp_rx_mon_dest_1.0.c | 56 dp_handle_tx_capture(struct dp_soc *soc, struct dp_pdev *pdev, in dp_handle_tx_capture() 75 dp_tx_capture_get_user_id(struct dp_pdev *dp_pdev, void *rx_desc_tlv) in dp_tx_capture_get_user_id() argument 77 struct dp_mon_pdev *mon_pdev = dp_pdev->monitor_pdev; in dp_tx_capture_get_user_id() 82 hal_rx_hw_desc_mpdu_user_id(dp_pdev->soc->hal_soc, in dp_tx_capture_get_user_id() 88 dp_tx_capture_get_user_id(struct dp_pdev *dp_pdev, void *rx_desc_tlv) in dp_tx_capture_get_user_id() argument 105 dp_rx_mon_link_desc_return(struct dp_pdev *dp_pdev, in dp_rx_mon_link_desc_return() argument 113 hal_soc = dp_pdev->soc->hal_soc; in dp_rx_mon_link_desc_return() 115 hal_ring_hdl = dp_monitor_get_link_desc_ring(dp_pdev->soc, mac_id); in dp_rx_mon_link_desc_return() 173 struct dp_pdev *dp_pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_rx_mon_mpdu_pop() local 195 if (qdf_unlikely(!dp_pdev)) { in dp_rx_mon_mpdu_pop() [all …]
|
D | dp_mon_filter_1.0.c | 39 static QDF_STATUS dp_mon_filter_check_co_exist(struct dp_pdev *pdev) in dp_mon_filter_check_co_exist() 112 static QDF_STATUS dp_mon_filter_check_co_exist(struct dp_pdev *pdev) in dp_mon_filter_check_co_exist() 132 void dp_mon_filter_setup_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_filter_setup_enhanced_stats_1_0() 160 void dp_mon_filter_reset_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_filter_reset_enhanced_stats_1_0() 179 void dp_mon_filter_setup_undecoded_metadata_capture_1_0(struct dp_pdev *pdev) in dp_mon_filter_setup_undecoded_metadata_capture_1_0() 218 void dp_mon_filter_reset_undecoded_metadata_capture_1_0(struct dp_pdev *pdev) in dp_mon_filter_reset_undecoded_metadata_capture_1_0() 254 static void dp_mon_filter_set_reset_mcopy_dest(struct dp_pdev *pdev, in dp_mon_filter_set_reset_mcopy_dest() 279 static void dp_mon_filter_set_reset_mcopy_dest(struct dp_pdev *pdev, in dp_mon_filter_set_reset_mcopy_dest() 285 void dp_mon_filter_setup_mcopy_mode_1_0(struct dp_pdev *pdev) in dp_mon_filter_setup_mcopy_mode_1_0() 333 void dp_mon_filter_reset_mcopy_mode_1_0(struct dp_pdev *pdev) in dp_mon_filter_reset_mcopy_mode_1_0() [all …]
|
D | dp_rx_mon_status_1.0.c | 63 dp_rx_mon_handle_status_buf_done(struct dp_pdev *pdev, in dp_rx_mon_handle_status_buf_done() 122 dp_rx_handle_enh_capture(struct dp_soc *soc, struct dp_pdev *pdev, in dp_rx_handle_enh_capture() 129 dp_rx_mon_enh_capture_process(struct dp_pdev *pdev, uint32_t tlv_status, in dp_rx_mon_enh_capture_process() 142 struct dp_pdev *pdev, in dp_send_ack_frame_to_stack() 246 dp_rx_mon_check_phyrx_abort(struct dp_pdev *pdev, in dp_rx_mon_check_phyrx_abort() 255 struct dp_pdev *pdev, in dp_rx_mon_handle_ppdu_undecoded_metadata() 265 dp_rx_mon_check_phyrx_abort(struct dp_pdev *pdev, in dp_rx_mon_check_phyrx_abort() 273 struct dp_pdev *pdev, in dp_rx_mon_handle_ppdu_undecoded_metadata() 288 dp_rx_mon_update_scan_spcl_vap_stats(struct dp_pdev *pdev, in dp_rx_mon_update_scan_spcl_vap_stats() 326 dp_rx_mon_update_scan_spcl_vap_stats(struct dp_pdev *pdev, in dp_rx_mon_update_scan_spcl_vap_stats() [all …]
|
D | dp_mon_1.0.c | 73 static inline bool is_ppdu_txrx_capture_enabled(struct dp_pdev *pdev) in is_ppdu_txrx_capture_enabled() 90 static void dp_mon_tx_enable_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_tx_enable_enhanced_stats_1_0() 111 static void dp_mon_tx_disable_enhanced_stats_1_0(struct dp_pdev *pdev) in dp_mon_tx_disable_enhanced_stats_1_0() 142 struct dp_pdev *pdev = (struct dp_pdev *)cdp_pdev; in dp_soc_config_full_mon_mode() 177 struct dp_pdev *pdev = soc->pdev_list[0]; in dp_flush_monitor_rings() 217 void dp_mon_rings_deinit_1_0(struct dp_pdev *pdev) in dp_mon_rings_deinit_1_0() 237 void dp_mon_rings_free_1_0(struct dp_pdev *pdev) in dp_mon_rings_free_1_0() 258 dp_mon_sw2rxdma_link_ring_alloc(struct dp_pdev *pdev, int lmac_id) in dp_mon_sw2rxdma_link_ring_alloc() 278 dp_mon_sw2rxdma_link_ring_alloc(struct dp_pdev *pdev, int lmac_id) in dp_mon_sw2rxdma_link_ring_alloc() 290 QDF_STATUS dp_mon_rings_init_1_0(struct dp_pdev *pdev) in dp_mon_rings_init_1_0() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ |
D | dp_mon_filter_2.0.h | 93 void dp_mon_filter_setup_enhanced_stats_2_0(struct dp_pdev *pdev); 99 void dp_mon_filter_reset_enhanced_stats_2_0(struct dp_pdev *pdev); 102 dp_mon_filter_setup_enhanced_stats_2_0(struct dp_pdev *pdev) in dp_mon_filter_setup_enhanced_stats_2_0() 107 dp_mon_filter_reset_enhanced_stats_2_0(struct dp_pdev *pdev) in dp_mon_filter_reset_enhanced_stats_2_0() 118 void dp_mon_filter_setup_undecoded_metadata_capture_2_0(struct dp_pdev *pdev); 125 void dp_mon_filter_reset_undecoded_metadata_capture_2_0(struct dp_pdev *pdev); 128 dp_mon_filter_setup_undecoded_metadata_capture_2_0(struct dp_pdev *pdev) in dp_mon_filter_setup_undecoded_metadata_capture_2_0() 133 dp_mon_filter_reset_undecoded_metadata_capture_2_0(struct dp_pdev *pdev) in dp_mon_filter_reset_undecoded_metadata_capture_2_0() 142 void dp_mon_filter_setup_rx_mon_mode_2_0(struct dp_pdev *pdev); 148 void dp_mon_filter_reset_rx_mon_mode_2_0(struct dp_pdev *pdev); [all …]
|
D | dp_rx_mon_2.0.h | 58 QDF_STATUS dp_mon_pdev_ext_init_2_0(struct dp_pdev *pdev); 59 QDF_STATUS dp_mon_pdev_ext_deinit_2_0(struct dp_pdev *pdev); 62 QDF_STATUS dp_rx_mon_ppdu_info_cache_create(struct dp_pdev *pdev); 63 void dp_rx_mon_ppdu_info_cache_destroy(struct dp_pdev *pdev); 67 dp_rx_mon_free_ppdu_info(struct dp_pdev *pdev, 73 static inline QDF_STATUS dp_rx_mon_ppdu_info_cache_create(struct dp_pdev *pdev) in dp_rx_mon_ppdu_info_cache_create() 78 static inline void dp_rx_mon_ppdu_info_cache_destroy(struct dp_pdev *pdev) in dp_rx_mon_ppdu_info_cache_destroy() 90 dp_rx_mon_free_ppdu_info(struct dp_pdev *pdev, in dp_rx_mon_free_ppdu_info() 103 struct dp_pdev *pdev, 108 QDF_STATUS dp_rx_mon_pdev_rings_alloc_2_0(struct dp_pdev *pdev, int lmac_id); [all …]
|
D | dp_tx_mon_2.0.h | 85 dp_tx_mon_status_free_packet_buf(struct dp_pdev *pdev, 105 dp_tx_process_pktlog_be(struct dp_soc *soc, struct dp_pdev *pdev, 109 dp_tx_process_pktlog_be(struct dp_soc *soc, struct dp_pdev *pdev, in dp_tx_process_pktlog_be() 131 struct dp_pdev *pdev, 155 dp_tx_mon_print_ring_stat_2_0(struct dp_pdev *pdev); 673 struct dp_tx_ppdu_info *dp_tx_mon_get_ppdu_info(struct dp_pdev *pdev, 688 QDF_STATUS dp_config_enh_tx_monitor_2_0(struct dp_pdev *pdev, uint8_t val); 699 QDF_STATUS dp_config_enh_tx_core_monitor_2_0(struct dp_pdev *pdev, uint8_t val); 704 struct dp_pdev *pdev, 709 QDF_STATUS dp_tx_mon_pdev_rings_alloc_2_0(struct dp_pdev *pdev, uint32_t lmac_id); [all …]
|
D | dp_mon_2.0.c | 183 QDF_STATUS dp_vdev_set_monitor_mode_buf_rings_rx_2_0(struct dp_pdev *pdev) in dp_vdev_set_monitor_mode_buf_rings_rx_2_0() 228 QDF_STATUS dp_vdev_set_monitor_mode_buf_rings_2_0(struct dp_pdev *pdev) in dp_vdev_set_monitor_mode_buf_rings_2_0() 244 QDF_STATUS dp_vdev_set_monitor_mode_rings_2_0(struct dp_pdev *pdev, in dp_vdev_set_monitor_mode_rings_2_0() 257 static void dp_mon_tx_enable_enhanced_stats_2_0(struct dp_pdev *pdev) in dp_mon_tx_enable_enhanced_stats_2_0() 269 static void dp_mon_tx_disable_enhanced_stats_2_0(struct dp_pdev *pdev) in dp_mon_tx_disable_enhanced_stats_2_0() 389 dp_set_bpr_enable_2_0(struct dp_pdev *pdev, int val) in dp_set_bpr_enable_2_0() 405 static void dp_ppdu_desc_notify_2_0(struct dp_pdev *pdev, qdf_nbuf_t nbuf) in dp_ppdu_desc_notify_2_0() 432 static bool dp_ppdu_stats_feat_enable_check_2_0(struct dp_pdev *pdev) in dp_ppdu_stats_feat_enable_check_2_0() 459 struct dp_pdev *pdev, in dp_mon_pdev_htt_srng_setup_2_0() 482 struct dp_pdev *pdev, in dp_mon_pdev_htt_srng_setup_2_0() [all …]
|
D | dp_tx_mon_2.0.c | 103 struct dp_pdev *pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_tx_mon_srng_process_2_0() 309 dp_tx_mon_print_ring_stat_2_0(struct dp_pdev *pdev) in dp_tx_mon_print_ring_stat_2_0() 536 struct dp_tx_ppdu_info *dp_tx_mon_get_ppdu_info(struct dp_pdev *pdev, in dp_tx_mon_get_ppdu_info() 593 void dp_print_pdev_tx_monitor_stats_2_0(struct dp_pdev *pdev) in dp_print_pdev_tx_monitor_stats_2_0() 631 static void dp_lite_mon_free_tx_peers(struct dp_pdev *pdev) in dp_lite_mon_free_tx_peers() 644 static void dp_lite_mon_free_tx_peers(struct dp_pdev *pdev) in dp_lite_mon_free_tx_peers() 657 dp_config_enh_tx_monitor_2_0(struct dp_pdev *pdev, uint8_t val) in dp_config_enh_tx_monitor_2_0() 736 QDF_STATUS dp_peer_set_tx_capture_enabled_2_0(struct dp_pdev *pdev_handle, in dp_peer_set_tx_capture_enabled_2_0() 902 dp_tx_lite_mon_filtering(struct dp_pdev *pdev, in dp_tx_lite_mon_filtering() 946 dp_tx_lite_mon_filtering(struct dp_pdev *pdev, in dp_tx_lite_mon_filtering() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
D | dp_mon_filter.h | 236 void dp_mon_filters_reset(struct dp_pdev *pdev); 243 void dp_mon_filter_setup_enhanced_stats(struct dp_pdev *pdev); 249 void dp_mon_filter_reset_enhanced_stats(struct dp_pdev *pdev); 257 void dp_mon_filter_setup_mcopy_mode(struct dp_pdev *pdev); 263 void dp_mon_filter_reset_mcopy_mode(struct dp_pdev *pdev); 272 void dp_mon_filter_setup_undecoded_metadata_mode(struct dp_pdev *pdev); 279 void dp_mon_filter_reset_undecoded_metadata_mode(struct dp_pdev *pdev); 287 void dp_mon_filter_setup_smart_monitor(struct dp_pdev *pdev); 293 void dp_mon_filter_reset_smart_monitor(struct dp_pdev *pdev); 301 void dp_mon_filter_set_reset_mon_mac_filter(struct dp_pdev *pdev, bool val); [all …]
|
D | dp_mon.h | 105 dp_process_ppdu_stats_update_failed_bitmap(struct dp_pdev *pdev, in dp_process_ppdu_stats_update_failed_bitmap() 159 QDF_STATUS dp_mon_pdev_attach(struct dp_pdev *pdev); 168 QDF_STATUS dp_mon_pdev_detach(struct dp_pdev *pdev); 177 QDF_STATUS dp_mon_pdev_init(struct dp_pdev *pdev); 186 QDF_STATUS dp_mon_pdev_deinit(struct dp_pdev *pdev); 269 void dp_mon_invalid_peer_update_pdev_stats(struct dp_pdev *pdev); 293 static inline void dp_mon_invalid_peer_update_pdev_stats(struct dp_pdev *pdev) in dp_mon_invalid_peer_update_pdev_stats() 366 struct dp_pdev *pdev, 379 dp_config_debug_sniffer(struct dp_pdev *pdev, int val); 382 dp_config_debug_sniffer(struct dp_pdev *pdev, int val) { in dp_config_debug_sniffer() [all …]
|
D | dp_rx_mon.h | 125 dp_rx_mon_handle_status_buf_done(struct dp_pdev *pdev, 139 void dp_full_mon_attach(struct dp_pdev *pdev); 150 void dp_full_mon_detach(struct dp_pdev *pdev); 161 void dp_full_mon_partial_detach(struct dp_pdev *pdev); 183 static inline void dp_full_mon_attach(struct dp_pdev *pdev) in dp_full_mon_attach() 194 static inline void dp_full_mon_detach(struct dp_pdev *pdev) in dp_full_mon_detach() 209 QDF_STATUS dp_mon_link_free(struct dp_pdev *pdev); 318 struct dp_pdev *pdev); 338 dp_rx_handle_ppdu_stats(struct dp_soc *soc, struct dp_pdev *pdev, 354 dp_rx_populate_cdp_indication_ppdu_user(struct dp_pdev *pdev, in dp_rx_populate_cdp_indication_ppdu_user() [all …]
|
D | dp_mon_filter.c | 157 void dp_mon_filter_h2t_setup(struct dp_soc *soc, struct dp_pdev *pdev, in dp_mon_filter_h2t_setup() 327 struct dp_pdev *pdev, in dp_mon_ht2_rx_ring_cfg() 429 void dp_mon_filter_setup_enhanced_stats(struct dp_pdev *pdev) in dp_mon_filter_setup_enhanced_stats() 438 void dp_mon_filter_reset_enhanced_stats(struct dp_pdev *pdev) in dp_mon_filter_reset_enhanced_stats() 449 void dp_mon_filter_setup_undecoded_metadata_mode(struct dp_pdev *pdev) in dp_mon_filter_setup_undecoded_metadata_mode() 458 void dp_mon_filter_reset_undecoded_metadata_mode(struct dp_pdev *pdev) in dp_mon_filter_reset_undecoded_metadata_mode() 469 void dp_mon_filter_setup_mcopy_mode(struct dp_pdev *pdev) in dp_mon_filter_setup_mcopy_mode() 478 void dp_mon_filter_reset_mcopy_mode(struct dp_pdev *pdev) in dp_mon_filter_reset_mcopy_mode() 489 void dp_mon_filter_setup_smart_monitor(struct dp_pdev *pdev) in dp_mon_filter_setup_smart_monitor() 498 void dp_mon_filter_reset_smart_monitor(struct dp_pdev *pdev) in dp_mon_filter_reset_smart_monitor() [all …]
|
D | dp_mon.c | 61 dp_pdev_disable_mcopy_code(struct dp_pdev *pdev) in dp_pdev_disable_mcopy_code() 70 dp_reset_mcopy_mode(struct dp_pdev *pdev) in dp_reset_mcopy_mode() 93 dp_config_mcopy_mode(struct dp_pdev *pdev, int val) in dp_config_mcopy_mode() 139 dp_reset_mcopy_mode(struct dp_pdev *pdev) in dp_reset_mcopy_mode() 144 dp_config_mcopy_mode(struct dp_pdev *pdev, int val) in dp_config_mcopy_mode() 152 dp_reset_undecoded_metadata_capture(struct dp_pdev *pdev) in dp_reset_undecoded_metadata_capture() 170 dp_enable_undecoded_metadata_capture(struct dp_pdev *pdev, int val) in dp_enable_undecoded_metadata_capture() 198 dp_reset_undecoded_metadata_capture(struct dp_pdev *pdev) in dp_reset_undecoded_metadata_capture() 204 dp_enable_undecoded_metadata_capture(struct dp_pdev *pdev, int val) in dp_enable_undecoded_metadata_capture() 215 struct dp_pdev *pdev = in dp_reset_monitor_mode() [all …]
|
D | dp_rx_mon.c | 46 dp_rx_mon_handle_cfr_mu_info(struct dp_pdev *pdev, in dp_rx_mon_handle_cfr_mu_info() 80 dp_rx_mon_populate_cfr_ppdu_info(struct dp_pdev *pdev, in dp_rx_mon_populate_cfr_ppdu_info() 137 dp_cfr_rcc_mode_status(struct dp_pdev *pdev) in dp_cfr_rcc_mode_status() 143 dp_rx_mon_populate_cfr_info(struct dp_pdev *pdev, in dp_rx_mon_populate_cfr_info() 187 dp_update_cfr_dbg_stats(struct dp_pdev *pdev, in dp_update_cfr_dbg_stats() 211 dp_rx_handle_cfr(struct dp_soc *soc, struct dp_pdev *pdev, in dp_rx_handle_cfr() 240 dp_rx_populate_cfr_non_assoc_sta(struct dp_pdev *pdev, in dp_rx_populate_cfr_non_assoc_sta() 259 dp_bb_captured_chan_status(struct dp_pdev *pdev, in dp_bb_captured_chan_status() 274 dp_bb_captured_chan_status(struct dp_pdev *pdev, in dp_bb_captured_chan_status() 328 struct dp_pdev *pdev) in dp_rx_populate_rx_rssi_chain() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_internal.h | 371 static inline QDF_STATUS dp_monitor_pdev_attach(struct dp_pdev *pdev) in dp_monitor_pdev_attach() 376 static inline QDF_STATUS dp_monitor_pdev_detach(struct dp_pdev *pdev) in dp_monitor_pdev_detach() 422 struct dp_pdev *pdev) in dp_monitor_invalid_peer_update_pdev_stats() 435 static inline QDF_STATUS dp_monitor_pdev_init(struct dp_pdev *pdev) in dp_monitor_pdev_init() 440 static inline QDF_STATUS dp_monitor_pdev_deinit(struct dp_pdev *pdev) in dp_monitor_pdev_deinit() 450 static inline QDF_STATUS dp_monitor_config_debug_sniffer(struct dp_pdev *pdev, in dp_monitor_config_debug_sniffer() 461 struct dp_pdev *pdev, in dp_monitor_htt_srng_setup() 481 uint32_t dp_monitor_drop_packets_for_mac(struct dp_pdev *pdev, in dp_monitor_drop_packets_for_mac() 487 static inline void dp_monitor_peer_tx_init(struct dp_pdev *pdev, in dp_monitor_peer_tx_init() 504 static inline void dp_monitor_tx_ppdu_stats_attach(struct dp_pdev *pdev) in dp_monitor_tx_ppdu_stats_attach() [all …]
|
D | dp_rx.c | 202 void dp_rx_mark_first_packet_after_wow_wakeup(struct dp_pdev *pdev, in dp_rx_mark_first_packet_after_wow_wakeup() 236 struct dp_pdev *dp_pdev, in dp_pdev_frag_alloc_and_map() argument 246 DP_STATS_INC(dp_pdev, replenish.frag_alloc_fail, 1); in dp_pdev_frag_alloc_and_map() 259 DP_STATS_INC(dp_pdev, replenish.map_err, 1); in dp_pdev_frag_alloc_and_map() 269 struct dp_pdev *dp_pdev, in dp_pdev_frag_alloc_and_map() argument 340 struct dp_pdev *dp_pdev, in dp_pdev_nbuf_alloc_and_map_replenish() argument 352 DP_STATS_INC(dp_pdev, replenish.nbuf_alloc_fail, 1); in dp_pdev_nbuf_alloc_and_map_replenish() 362 DP_STATS_INC(dp_pdev, replenish.map_err, 1); in dp_pdev_nbuf_alloc_and_map_replenish() 377 DP_STATS_INC(dp_pdev, replenish.x86_fail, 1); in dp_pdev_nbuf_alloc_and_map_replenish() 391 struct dp_pdev *dp_pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in __dp_rx_buffers_no_map_lt_replenish() local [all …]
|
D | dp_rx_buffer_pool.c | 34 struct dp_pdev *pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_rx_buffer_pool_refill() 94 struct dp_pdev *dp_pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_rx_buffer_pool_nbuf_free() local 99 mac_id = dp_pdev->lmac_id; in dp_rx_buffer_pool_nbuf_free() 185 DP_STATS_INC(buff_pool->dp_pdev, in dp_rx_refill_buff_pool_enqueue() 214 struct dp_pdev *dp_pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_rx_buffer_pool_nbuf_alloc() local 221 DP_STATS_INC(dp_pdev, in dp_rx_buffer_pool_nbuf_alloc() 227 mac_id = dp_pdev->lmac_id; in dp_rx_buffer_pool_nbuf_alloc() 252 DP_STATS_INC(dp_pdev, in dp_rx_buffer_pool_nbuf_alloc() 309 buff_pool->dp_pdev = dp_get_pdev_for_lmac_id(soc, 0); in dp_rx_refill_buff_pool_init()
|
D | dp_tx.h | 747 static inline void dp_tx_me_exit(struct dp_pdev *pdev) in dp_tx_me_exit() 760 static inline QDF_STATUS dp_tx_pdev_init(struct dp_pdev *pdev) in dp_tx_pdev_init() 1137 void dp_tx_desc_flush(struct dp_pdev *pdev, struct dp_vdev *vdev, 1266 void dp_tx_desc_flush(struct dp_pdev *pdev, struct dp_vdev *vdev, in dp_tx_desc_flush() 1308 struct dp_pdev *pdev, 1327 void dp_send_completion_to_stack(struct dp_soc *soc, struct dp_pdev *pdev, 1334 struct dp_pdev *pdev, in dp_get_completion_indication_for_stack() 1344 void dp_send_completion_to_stack(struct dp_soc *soc, struct dp_pdev *pdev, in dp_send_completion_to_stack() 1764 dp_update_tx_desc_stats(struct dp_pdev *pdev) in dp_update_tx_desc_stats() 1777 dp_update_tx_desc_stats(struct dp_pdev *pdev) in dp_update_tx_desc_stats() [all …]
|
D | dp_rings.h | 438 dp_dscp_tid_map_setup(struct dp_pdev *pdev); 447 dp_pcp_tid_map_setup(struct dp_pdev *pdev); 557 dp_dump_wbm_idle_hptp(struct dp_soc *soc, struct dp_pdev *pdev); 590 int dp_flush_tcl_ring(struct dp_pdev *pdev, int ring_id); 612 void dp_pdev_set_default_reo(struct dp_pdev *pdev); 713 dp_dscp_tid_map_setup(struct dp_pdev *pdev) in dp_dscp_tid_map_setup() 724 dp_pcp_tid_map_setup(struct dp_pdev *pdev) in dp_pcp_tid_map_setup() 750 dp_dump_wbm_idle_hptp(struct dp_soc *soc, struct dp_pdev *pdev) in dp_dump_wbm_idle_hptp() 754 static inline void dp_pdev_set_default_reo(struct dp_pdev *pdev) in dp_pdev_set_default_reo()
|
D | dp_wdi_event.c | 81 struct dp_pdev *pdev, in dp_wdi_event_iter_sub() 109 struct dp_pdev *txrx_pdev; in dp_wdi_event_handler() 149 struct dp_pdev *txrx_pdev = in dp_wdi_event_sub() 211 struct dp_pdev *txrx_pdev = in dp_wdi_event_unsub() 243 dp_wdi_event_attach(struct dp_pdev *txrx_pdev) in dp_wdi_event_attach() 264 dp_wdi_event_detach(struct dp_pdev *txrx_pdev) in dp_wdi_event_detach()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
D | dp_li_rx.c | 221 struct dp_pdev *rx_pdev; in dp_rx_process_li() 1024 struct dp_pdev *dp_pdev = dp_get_pdev_for_lmac_id(soc, mac_id); in dp_rx_chain_msdus_li() local 1026 if (!dp_pdev) { in dp_rx_chain_msdus_li() 1037 if (!dp_pdev->first_nbuf || in dp_rx_chain_msdus_li() 1038 (dp_pdev->invalid_peer_head_msdu && in dp_rx_chain_msdus_li() 1040 (dp_pdev->invalid_peer_head_msdu) >= DP_MAX_INVALID_BUFFERS)) { in dp_rx_chain_msdus_li() 1042 dp_pdev->ppdu_id = hal_rx_get_ppdu_id(soc->hal_soc, in dp_rx_chain_msdus_li() 1044 dp_pdev->first_nbuf = true; in dp_rx_chain_msdus_li() 1054 curr_nbuf = dp_pdev->invalid_peer_head_msdu; in dp_rx_chain_msdus_li() 1061 dp_pdev->invalid_peer_head_msdu = NULL; in dp_rx_chain_msdus_li() [all …]
|