Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 25 of 69) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c4936 protocol_trace_cnt = per_pkt_stats->rx.protocol_trace_cnt; in dp_vdev_peer_stats_update_protocol_cnt()
5367 struct cdp_tid_rx_stats rx; in dp_pdev_get_tid_stats() local
5377 dp_accumulate_tid_stats(pdev, tid, &tx, &rx, TID_COUNTER_STATS); in dp_pdev_get_tid_stats()
5392 rx.delivered_to_stack; in dp_pdev_get_tid_stats()
5393 tid_stats->rx_total[tid].intrabss_cnt = rx.intrabss_cnt; in dp_pdev_get_tid_stats()
5394 tid_stats->rx_total[tid].msdu_cnt = rx.msdu_cnt; in dp_pdev_get_tid_stats()
5395 tid_stats->rx_total[tid].mcast_msdu_cnt = rx.mcast_msdu_cnt; in dp_pdev_get_tid_stats()
5396 tid_stats->rx_total[tid].bcast_msdu_cnt = rx.bcast_msdu_cnt; in dp_pdev_get_tid_stats()
5398 &rx.fail_cnt[0], RX_MAX_DROP * sizeof(uint64_t)); in dp_pdev_get_tid_stats()
5400 dp_accumulate_tid_stats(pdev, tid, &tx, &rx, TID_DELAY_STATS); in dp_pdev_get_tid_stats()
[all …]
H A Ddp_internal.h1313 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link); \
1319 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link); \
1325 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link); \
1343 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link); \
1349 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link); \
1355 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link); \
1365 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link);
1368 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link);
1371 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link);
1788 DP_STATS_AGGR_PKT(__tgtobj, __srcobj, rx.rx_total); \
[all …]
H A Ddp_reo.c117 qdf_spin_lock_bh(&soc->rx.reo_cmd_lock); in dp_reo_send_cmd()
118 TAILQ_INSERT_TAIL(&soc->rx.reo_cmd_list, reo_cmd, in dp_reo_send_cmd()
120 qdf_spin_unlock_bh(&soc->rx.reo_cmd_lock); in dp_reo_send_cmd()
152 qdf_spin_lock_bh(&soc->rx.reo_cmd_lock); in dp_reo_status_ring_handler()
153 TAILQ_FOREACH(reo_cmd, &soc->rx.reo_cmd_list, in dp_reo_status_ring_handler()
156 TAILQ_REMOVE(&soc->rx.reo_cmd_list, reo_cmd, in dp_reo_status_ring_handler()
161 qdf_spin_unlock_bh(&soc->rx.reo_cmd_lock); in dp_reo_status_ring_handler()
187 qdf_spin_lock_bh(&soc->rx.reo_cmd_lock); in dp_reo_cmdlist_destroy()
188 TAILQ_FOREACH_SAFE(reo_cmd, &soc->rx.reo_cmd_list, in dp_reo_cmdlist_destroy()
190 TAILQ_REMOVE(&soc->rx.reo_cmd_list, reo_cmd, in dp_reo_cmdlist_destroy()
[all …]
H A Ddp_ipa.c188 DP_STATS_INC(soc, rx.err.ipa_unmap_no_pipe, 1); in dp_ipa_handle_rx_buf_smmu_mapping()
196 DP_STATS_INC(soc, rx.err.ipa_smmu_map_dup, 1); in dp_ipa_handle_rx_buf_smmu_mapping()
198 DP_STATS_INC(soc, rx.err.ipa_smmu_unmap_dup, 1); in dp_ipa_handle_rx_buf_smmu_mapping()
307 rx.err.ipa_smmu_map_dup, 1); in dp_ipa_handle_rx_buf_pool_smmu_mapping()
310 rx.err.ipa_smmu_unmap_dup, 1); in dp_ipa_handle_rx_buf_pool_smmu_mapping()
362 rx.err.ipa_smmu_map_dup, 1); in dp_ipa_handle_rx_buf_pool_smmu_mapping()
365 rx.err.ipa_smmu_unmap_dup, 1); in dp_ipa_handle_rx_buf_pool_smmu_mapping()
2454 qdf_ipa_wdi_pipe_setup_info_t *rx, in dp_ipa_wdi_rx_params() argument
2458 QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) = in dp_ipa_wdi_rx_params()
2461 QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) = in dp_ipa_wdi_rx_params()
[all …]
H A Ddp_rx_err.c182 DP_STATS_INC(soc, rx.err.dup_refill_link_desc, 1); in dp_rx_link_desc_refill_duplicate_check()
218 DP_STATS_INC(soc, rx.err.hal_ring_access_fail, 1); in dp_rx_link_desc_return_by_addr()
230 DP_STATS_INC(soc, rx.err.hal_ring_access_full_fail, 1); in dp_rx_link_desc_return_by_addr()
234 soc->stats.rx.err.hal_ring_access_full_fail); in dp_rx_link_desc_return_by_addr()
550 DP_STATS_INC(soc, rx.err.reo_err_oor_to_stack, 1); in dp_rx_oor_handle()
559 DP_STATS_INC(soc, rx.err.reo_err_oor_drop, 1); in dp_rx_oor_handle()
599 DP_STATS_INC(soc, rx.err.bar_handle_fail_count, 1); in dp_rx_err_handle_bar()
646 DP_STATS_INC(soc, rx.err.bar_handle_fail_count, 1); in dp_rx_err_handle_bar()
648 DP_STATS_INC(soc, rx.err.ssn_update_count, 1); in dp_rx_err_handle_bar()
694 DP_STATS_INC(soc, rx.err.reo_error[error_code], 1); in _dp_rx_bar_frame_handle()
[all …]
H A Ddp_rx_defrag.c184 qdf_spin_lock_bh(&soc->rx.defrag.defrag_lock); in dp_rx_defrag_waitlist_flush()
185 TAILQ_FOREACH_SAFE(waitlist_elem, &soc->rx.defrag.waitlist, in dp_rx_defrag_waitlist_flush()
198 TAILQ_REMOVE(&soc->rx.defrag.waitlist, waitlist_elem, in dp_rx_defrag_waitlist_flush()
200 DP_STATS_DEC(soc, rx.rx_frag_wait, 1); in dp_rx_defrag_waitlist_flush()
207 soc->rx.defrag.next_flush_ms = in dp_rx_defrag_waitlist_flush()
210 soc->rx.defrag.next_flush_ms = in dp_rx_defrag_waitlist_flush()
211 now_ms + soc->rx.defrag.timeout_ms; in dp_rx_defrag_waitlist_flush()
214 qdf_spin_unlock_bh(&soc->rx.defrag.defrag_lock); in dp_rx_defrag_waitlist_flush()
253 qdf_spin_lock_bh(&psoc->rx.defrag.defrag_lock); in dp_rx_defrag_waitlist_add()
254 if (TAILQ_EMPTY(&psoc->rx.defrag.waitlist)) in dp_rx_defrag_waitlist_add()
[all …]
H A Ddp_rx.c104 DP_STATS_INC(soc, rx.err.invalid_cookie, 1); in dp_rx_desc_sanity()
1138 DP_PEER_PER_PKT_STATS_INC_PKT(txrx_peer, rx.raw, 1, in dp_rx_deliver_raw()
1240 DP_PEER_PER_PKT_STATS_INC_PKT(ta_peer, rx.intra_bss.pkts, 1, in dp_rx_intrabss_mcbc_fwd()
1244 DP_PEER_PER_PKT_STATS_INC_PKT(ta_peer, rx.intra_bss.fail, 1, in dp_rx_intrabss_mcbc_fwd()
1272 rx.intra_bss.fail, in dp_rx_intrabss_ucast_fwd()
1290 DP_PEER_PER_PKT_STATS_INC_PKT(ta_peer, rx.intra_bss.pkts, 1, in dp_rx_intrabss_ucast_fwd()
1293 DP_PEER_PER_PKT_STATS_INC_PKT(ta_peer, rx.intra_bss.fail, 1, in dp_rx_intrabss_ucast_fwd()
1669 DP_STATS_INC(soc, rx.err.decrypt_err_drop, 1); in dp_rx_process_invalid_peer()
1904 DP_STATS_INC(soc, rx.err.msdu_continuation_err, 1); in dp_rx_sg_create()
2324 DP_STATS_INC(soc, rx.err.rejected, num_nbuf); in dp_rx_check_delivery_to_stack()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_nbuf_m.h283 } rx; member
374 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.lro_eligible)
376 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_proto)
378 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_pure_ack)
380 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ipv6_proto)
382 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ip_offset)
384 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_offset)
386 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id)
388 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list)
391 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_udp_chksum)
[all …]
H A Di_qdf_nbuf_w.h286 } rx; member
351 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id)
353 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list)
356 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.packet_state)
358 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.dp_trace)
361 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ftype)
368 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_start)
371 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_cont)
374 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_end)
378 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_da_mcbc)
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_cal_client_api.c135 uint32_t temp_rx_bytes = peer_stats->rx.to_stack.bytes; in dp_cal_client_update_peer_stats()
136 uint32_t temp_rx_data = peer_stats->rx.to_stack.num; in dp_cal_client_update_peer_stats()
141 peer_stats->rx.rx_byte_rate = temp_rx_bytes - in dp_cal_client_update_peer_stats()
142 peer_stats->rx.rx_bytes_success_last; in dp_cal_client_update_peer_stats()
143 peer_stats->rx.rx_data_rate = temp_rx_data - in dp_cal_client_update_peer_stats()
144 peer_stats->rx.rx_data_success_last; in dp_cal_client_update_peer_stats()
155 if (peer_stats->tx.tx_data_rate || peer_stats->rx.rx_data_rate) in dp_cal_client_update_peer_stats()
160 peer_stats->rx.rx_bytes_success_last = temp_rx_bytes; in dp_cal_client_update_peer_stats()
161 peer_stats->rx.rx_data_success_last = temp_rx_data; in dp_cal_client_update_peer_stats()
190 peer_calibr_stats->rx.rx_byte_rate = temp_rx_bytes - in dp_cal_client_update_peer_stats_wifi3()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_reorder_timeout.c41 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_remove()
77 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_add()
130 qdf_spin_lock(&pdev->rx.mutex); in ol_rx_reorder_timeout()
159 qdf_spin_unlock(&pdev->rx.mutex); in ol_rx_reorder_timeout()
166 for (i = 0; i < QDF_ARRAY_SIZE(pdev->rx.reorder_timeout.access_cats); in ol_rx_reorder_timeout_init()
171 &pdev->rx.reorder_timeout.access_cats[i]; in ol_rx_reorder_timeout_init()
182 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_VO].duration_ms = 40; in ol_rx_reorder_timeout_init()
183 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_VI].duration_ms = 100; in ol_rx_reorder_timeout_init()
184 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_BE].duration_ms = 100; in ol_rx_reorder_timeout_init()
185 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_BK].duration_ms = 100; in ol_rx_reorder_timeout_init()
[all …]
H A Dol_txrx_ipa.c584 qdf_ipa_wdi_pipe_setup_info_t *rx, in ol_txrx_ipa_wdi_rx_params() argument
587 QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) = IPA_CLIENT_WLAN1_PROD; in ol_txrx_ipa_wdi_rx_params()
588 QDF_IPA_WDI_SETUP_INFO_TRANSFER_RING_BASE_PA(rx) = in ol_txrx_ipa_wdi_rx_params()
590 QDF_IPA_WDI_SETUP_INFO_TRANSFER_RING_SIZE(rx) = in ol_txrx_ipa_wdi_rx_params()
592 QDF_IPA_WDI_SETUP_INFO_TRANSFER_RING_DOORBELL_PA(rx) = in ol_txrx_ipa_wdi_rx_params()
595 QDF_IPA_WDI_SETUP_INFO_IS_TXR_RN_DB_PCIE_ADDR(rx) = false; in ol_txrx_ipa_wdi_rx_params()
596 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_BASE_PA(rx) = in ol_txrx_ipa_wdi_rx_params()
598 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_SIZE(rx) = in ol_txrx_ipa_wdi_rx_params()
600 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_DOORBELL_PA(rx) = in ol_txrx_ipa_wdi_rx_params()
603 QDF_IPA_WDI_SETUP_INFO_IS_EVT_RN_DB_PCIE_ADDR(rx) = false; in ol_txrx_ipa_wdi_rx_params()
[all …]
H A Dol_rx.c248 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_61_plus, 1); in ol_rx_update_histogram_stats()
250 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_51_60, 1); in ol_rx_update_histogram_stats()
252 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_41_50, 1); in ol_rx_update_histogram_stats()
254 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_31_40, 1); in ol_rx_update_histogram_stats()
256 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_21_30, 1); in ol_rx_update_histogram_stats()
258 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_11_20, 1); in ol_rx_update_histogram_stats()
260 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_2_10, 1); in ol_rx_update_histogram_stats()
262 TXRX_STATS_ADD(pdev, pub.rx.rx_ind_histogram.pkts_1, 1); in ol_rx_update_histogram_stats()
266 TXRX_STATS_ADD(pdev, pub.rx.msdus_with_frag_ind, msdu_count); in ol_rx_update_histogram_stats()
269 TXRX_STATS_ADD(pdev, pub.rx.msdus_with_offload_ind, msdu_count); in ol_rx_update_histogram_stats()
[all …]
H A Dol_rx_reorder_timeout.h40 qdf_spin_lock(&(pdev)->rx.mutex)
42 qdf_spin_unlock(&(pdev)->rx.mutex)
H A Dol_txrx.c1283 TAILQ_INIT(&pdev->rx.defrag.waitlist); in ol_txrx_pdev_post_attach()
1286 pdev->rx.flags.defrag_timeout_check = in ol_txrx_pdev_post_attach()
1287 pdev->rx.flags.dup_check = in ol_txrx_pdev_post_attach()
1427 qdf_spinlock_create(&pdev->rx.mutex); in ol_txrx_pdev_post_attach()
1567 qdf_spinlock_destroy(&pdev->rx.mutex); in ol_txrx_pdev_post_attach()
1772 qdf_spinlock_destroy(&pdev->rx.mutex); in ol_txrx_pdev_pre_detach()
1999 vdev->rx = NULL; in ol_txrx_vdev_attach()
2086 vdev->rx = txrx_ops->rx.rx; in ol_txrx_vdev_register()
2087 vdev->stats_rx = txrx_ops->rx.stats_rx; in ol_txrx_vdev_register()
2326 if (peer->state >= OL_TXRX_PEER_STATE_CONN && peer->vdev->rx) in ol_txrx_flush_rx_frames()
[all …]
H A Dol_rx_fwd.c240 pub.rx.intra_bss_fwd.packets_fwd, 1); in ol_rx_fwd_check()
250 pub.rx.intra_bss_fwd.packets_stack_n_fwd, 1); in ol_rx_fwd_check()
254 pub.rx.intra_bss_fwd.packets_stack, 1); in ol_rx_fwd_check()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c295 DP_STATS_INC(soc, rx.err.hal_ring_access_fail, 1); in dp_rx_process_li()
329 DP_STATS_INC(soc, rx.err.hal_reo_error[reo_ring_num], in dp_rx_process_li()
339 DP_STATS_INC(soc, rx.err.stale_cookie, 1); in dp_rx_process_li()
369 DP_STATS_INC(soc, rx.err.hal_reo_dest_dup, 1); in dp_rx_process_li()
380 DP_STATS_INC(soc, rx.err.nbuf_sanity_fail, 1); in dp_rx_process_li()
390 DP_STATS_INC(soc, rx.err.rx_desc_invalid_magic, 1); in dp_rx_process_li()
417 rx.msdu_scatter_wait_break, in dp_rx_process_li()
566 DP_STATS_INC(soc, rx.err.raw_frm_drop, 1); in dp_rx_process_li()
588 DP_STATS_INC(soc, rx.err.rx_invalid_tid_err, 1); in dp_rx_process_li()
659 DP_STATS_INC(soc, rx.err.msdu_done_fail, 1); in dp_rx_process_li()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_rx.c76 if (rx_ctx_id == 0 && soc->rx.flags.defrag_timeout_check) { in dp_rx_data_flush()
80 if (now_ms >= soc->rx.defrag.next_flush_ms) in dp_rx_data_flush()
413 DP_STATS_INC_PKT(soc, rx.err.rx_invalid_peer, 1, in dp_rx_decrypt_unecrypt_err_handler_rh()
426 DP_STATS_INC_PKT(soc, rx.err.rx_invalid_pkt_len, in dp_rx_decrypt_unecrypt_err_handler_rh()
443 DP_STATS_INC(soc, rx.err.invalid_vdev, 1); in dp_rx_decrypt_unecrypt_err_handler_rh()
473 DP_PEER_PER_PKT_STATS_INC_PKT(txrx_peer, rx.multicast, in dp_rx_decrypt_unecrypt_err_handler_rh()
476 DP_PEER_PER_PKT_STATS_INC_PKT(txrx_peer, rx.bcast, in dp_rx_decrypt_unecrypt_err_handler_rh()
480 DP_PEER_PER_PKT_STATS_INC_PKT(txrx_peer, rx.unicast, 1, in dp_rx_decrypt_unecrypt_err_handler_rh()
546 DP_STATS_INC(soc, rx.err.reo_err_oor_to_stack, 1); in dp_rx_2k_jump_oor_err_handler_rh()
548 DP_STATS_INC(soc, rx.err.rx_2k_jump_to_stack, 1); in dp_rx_2k_jump_oor_err_handler_rh()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c386 DP_STATS_INC(soc, rx.err.hal_ring_access_fail, 1); in dp_rx_process_be()
420 DP_STATS_INC(soc, rx.err.hal_reo_error[reo_ring_num], in dp_rx_process_be()
430 DP_STATS_INC(soc, rx.err.stale_cookie, 1); in dp_rx_process_be()
463 DP_STATS_INC(soc, rx.err.hal_reo_dest_dup, 1); in dp_rx_process_be()
472 DP_STATS_INC(soc, rx.err.nbuf_sanity_fail, 1); in dp_rx_process_be()
482 DP_STATS_INC(soc, rx.err.rx_desc_invalid_magic, 1); in dp_rx_process_be()
518 rx.msdu_scatter_wait_break, in dp_rx_process_be()
551 DP_STATS_INC(soc, rx.err.msdu_done_fail, 1); in dp_rx_process_be()
553 soc->stats.rx.err.msdu_done_fail); in dp_rx_process_be()
645 DP_STATS_INC(soc, rx.err.raw_frm_drop, 1); in dp_rx_process_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c728 mon_peer->stats.rx.nss_info = ppdu_user->nss; in dp_rx_rate_stats_update()
729 mon_peer->stats.rx.mcs_info = ppdu_user->mcs; in dp_rx_rate_stats_update()
737 mon_peer->stats.rx.nss_info = ppdu->u.nss; in dp_rx_rate_stats_update()
738 mon_peer->stats.rx.mcs_info = ppdu->u.mcs; in dp_rx_rate_stats_update()
759 mon_peer->stats.rx.bw_info = ppdu->u.bw; in dp_rx_rate_stats_update()
760 mon_peer->stats.rx.gi_info = ppdu->u.gi; in dp_rx_rate_stats_update()
761 mon_peer->stats.rx.preamble_info = ppdu->u.preamble; in dp_rx_rate_stats_update()
765 DP_STATS_UPD(mon_peer, rx.last_rx_rate, ratekbps); in dp_rx_rate_stats_update()
767 mon_peer->stats.rx.avg_rx_rate))) { in dp_rx_rate_stats_update()
768 mon_peer->stats.rx.avg_rx_rate = in dp_rx_rate_stats_update()
[all …]
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1134 txrx_ops->rx.osif_fisa_rx = wlan_dp_rx_fisa_cbk; in dp_rx_register_fisa_ops()
1135 txrx_ops->rx.osif_fisa_flush = wlan_dp_rx_fisa_flush_by_ctx_id; in dp_rx_register_fisa_ops()
1186 txrx_ops.rx.rx = dp_rx_pkt_thread_enqueue_cbk; in ucfg_dp_sta_register_txrx_ops()
1187 txrx_ops.rx.rx_stack = dp_rx_packet_cbk; in ucfg_dp_sta_register_txrx_ops()
1188 txrx_ops.rx.rx_flush = dp_rx_flush_packet_cbk; in ucfg_dp_sta_register_txrx_ops()
1189 txrx_ops.rx.rx_gro_flush = dp_rx_thread_gro_flush_ind_cbk; in ucfg_dp_sta_register_txrx_ops()
1191 txrx_ops.rx.rx = dp_rx_packet_cbk; in ucfg_dp_sta_register_txrx_ops()
1192 txrx_ops.rx.rx_stack = NULL; in ucfg_dp_sta_register_txrx_ops()
1193 txrx_ops.rx.rx_flush = NULL; in ucfg_dp_sta_register_txrx_ops()
1202 txrx_ops.rx.stats_rx = dp_tx_rx_collect_connectivity_stats_info; in ucfg_dp_sta_register_txrx_ops()
[all …]
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c282 struct wlan_dbg_rx_stats *rx = &wlan_pdev_stats->rx; in htt_t2h_stats_pdev_stats_print() local
348 qdf_nofl_info("ppdu_route_change :%d", rx->mid_ppdu_route_change); in htt_t2h_stats_pdev_stats_print()
350 qdf_nofl_info("status_rcvd :%d", rx->status_rcvd); in htt_t2h_stats_pdev_stats_print()
352 qdf_nofl_info("r0_frags :%d", rx->r0_frags); in htt_t2h_stats_pdev_stats_print()
353 qdf_nofl_info("r1_frags :%d", rx->r1_frags); in htt_t2h_stats_pdev_stats_print()
354 qdf_nofl_info("r2_frags :%d", rx->r2_frags); in htt_t2h_stats_pdev_stats_print()
355 qdf_nofl_info("r3_frags :%d", rx->r3_frags); in htt_t2h_stats_pdev_stats_print()
357 qdf_nofl_info("htt_msdus :%d", rx->htt_msdus); in htt_t2h_stats_pdev_stats_print()
358 qdf_nofl_info("htt_mpdus :%d", rx->htt_mpdus); in htt_t2h_stats_pdev_stats_print()
360 qdf_nofl_info("loc_msdus :%d", rx->loc_msdus); in htt_t2h_stats_pdev_stats_print()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_cp_stats_tlv.c950 static void extract_pdev_rx_stats(wmi_host_dbg_rx_stats *rx, in extract_pdev_rx_stats() argument
954 rx->mid_ppdu_route_change = rx_stats->mid_ppdu_route_change; in extract_pdev_rx_stats()
955 rx->status_rcvd = rx_stats->status_rcvd; in extract_pdev_rx_stats()
956 rx->r0_frags = rx_stats->r0_frags; in extract_pdev_rx_stats()
957 rx->r1_frags = rx_stats->r1_frags; in extract_pdev_rx_stats()
958 rx->r2_frags = rx_stats->r2_frags; in extract_pdev_rx_stats()
960 rx->r3_frags = 0; in extract_pdev_rx_stats()
961 rx->htt_msdus = rx_stats->htt_msdus; in extract_pdev_rx_stats()
962 rx->htt_mpdus = rx_stats->htt_mpdus; in extract_pdev_rx_stats()
963 rx->loc_msdus = rx_stats->loc_msdus; in extract_pdev_rx_stats()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1864 dp_stats->rx.rx_mpdu_cnt[mcs_index]; in wma_unified_link_peer_stats_event_handler()
3052 wmi_rx_stats_thresh *rx; in wma_config_stats_ext_threshold() local
3146 rx = (wmi_rx_stats_thresh *)(buf_ptr + len); in wma_config_stats_ext_threshold()
3149 WMITLV_SET_HDR(&rx->tlv_header, tag, hdr_len); in wma_config_stats_ext_threshold()
3151 rx->mac_rx_mpdu_cnt = thresh->rx.mpdu; in wma_config_stats_ext_threshold()
3152 rx->mac_rx_bytes = thresh->rx.bytes; in wma_config_stats_ext_threshold()
3153 rx->phy_rx_ppdu_cnt = thresh->rx.ppdu; in wma_config_stats_ext_threshold()
3154 rx->phy_rx_bytes = thresh->rx.ppdu_bytes; in wma_config_stats_ext_threshold()
3155 rx->rx_disorder_cnt = thresh->rx.disorder; in wma_config_stats_ext_threshold()
3156 rx->rx_mpdu_retry_cnt = thresh->rx.mpdu_retry; in wma_config_stats_ext_threshold()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A DREADME9 hal_6290_rx.c - rx related target specific function
13 hal_8074_rx.c - rx related target specific function

123