Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 25 of 73) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_cal_client_api.c137 uint32_t temp_tx_bytes = peer_stats->tx.tx_success.bytes; in dp_cal_client_update_peer_stats()
138 uint32_t temp_tx_data = peer_stats->tx.tx_success.num; in dp_cal_client_update_peer_stats()
139 uint32_t temp_tx_ucast_pkts = peer_stats->tx.ucast.num; in dp_cal_client_update_peer_stats()
145 peer_stats->tx.tx_byte_rate = temp_tx_bytes - in dp_cal_client_update_peer_stats()
146 peer_stats->tx.tx_bytes_success_last; in dp_cal_client_update_peer_stats()
147 peer_stats->tx.tx_data_rate = temp_tx_data - in dp_cal_client_update_peer_stats()
148 peer_stats->tx.tx_data_success_last; in dp_cal_client_update_peer_stats()
149 peer_stats->tx.tx_data_ucast_rate = temp_tx_ucast_pkts - in dp_cal_client_update_peer_stats()
150 peer_stats->tx.tx_data_ucast_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()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c4938 protocol_trace_cnt = per_pkt_stats->tx.protocol_trace_cnt; in dp_vdev_peer_stats_update_protocol_cnt()
5368 struct cdp_tid_tx_stats tx; 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()
5379 tid_stats->tx_total[tid].success_cnt = tx.success_cnt; in dp_pdev_get_tid_stats()
5380 tid_stats->tx_total[tid].comp_fail_cnt = tx.comp_fail_cnt; in dp_pdev_get_tid_stats()
5382 &tx.tqm_status_cnt[0], in dp_pdev_get_tid_stats()
5385 &tx.htt_status_cnt[0], in dp_pdev_get_tid_stats()
5388 &tx.swdrop_cnt[0], TX_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()
5403 &tx.swq_delay, size); in dp_pdev_get_tid_stats()
[all …]
H A Ddp_internal.h1809 tx.pkt_type[pream_type].mcs_count[i]); \
1816 DP_STATS_AGGR(_tgtobj, _srcobj, tx.bw[i]); \
1822 DP_STATS_AGGR(_tgtobj, _srcobj, tx.nss[i]); \
1825 DP_STATS_AGGR(_tgtobj, _srcobj, tx.wme_ac_type[i]); \
1828 tx.wme_ac_type_bytes[i]); \
1831 DP_STATS_AGGR(_tgtobj, _srcobj, tx.excess_retries_per_ac[i]); \
1836 DP_STATS_AGGR(_tgtobj, _srcobj, tx.sgi_count[i]); \
1844 DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.comp_pkt); \
1845 DP_STATS_AGGR(_tgtobj, _srcobj, tx.tx_failed); \
1847 DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.ucast); \
[all …]
H A Ddp_ipa.c450 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_params_bank_id() argument
455 QDF_IPA_WDI_SETUP_INFO_RX_BANK_ID(tx, bank_id); in dp_ipa_setup_tx_params_bank_id()
470 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_params_bank_id() argument
484 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_alt_params_pmac_id() argument
492 QDF_IPA_WDI_SETUP_INFO_RX_PMAC_ID(tx, pmac_id); in dp_ipa_setup_tx_alt_params_pmac_id()
510 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_params_pmac_id() argument
516 QDF_IPA_WDI_SETUP_INFO_RX_PMAC_ID(tx, pmac_id); in dp_ipa_setup_tx_params_pmac_id()
532 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_alt_params_pmac_id() argument
544 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_setup_tx_params_pmac_id() argument
909 qdf_ipa_wdi_pipe_setup_info_t *tx) in dp_ipa_wdi_tx_alt_pipe_params() argument
[all …]
H A Ddp_tx.c1558 DP_STATS_INC_PKT(soc, tx.egress[ring_id], 1, stats_len); in dp_tx_update_stats()
3895 tx.nawds_mcast_drop, in dp_tx_nawds_handler()
3919 tx.nawds_mcast, in dp_tx_nawds_handler()
5207 DP_PEER_PER_PKT_STATS_INC(txrx_peer, tx.no_ack_count[subtype],
5252 tx.pkt_type[pkt_type].mcs_count[dst_mcs_idx],
5255 DP_PEER_EXTD_STATS_INC(txrx_peer, tx.sgi_count[ts->sgi], 1, link_id);
5256 DP_PEER_EXTD_STATS_INC(txrx_peer, tx.bw[ts->bw], 1, link_id);
5257 DP_PEER_EXTD_STATS_UPD(txrx_peer, tx.last_ack_rssi, ts->ack_frame_rssi,
5260 tx.wme_ac_type[TID_TO_WME_AC(ts->tid)], 1,
5262 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.stbc, 1, ts->stbc, link_id);
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_nbuf_m.h349 } tx; member
463 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.dev.priv_cb_m.data_attr)
466 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.ftype)
469 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.len)
471 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.vdev_id)
476 ((skb)->cb))->u.tx.flags.bits.flag_efrag)
479 ((skb)->cb))->u.tx.flags.bits.flag_nbuf)
481 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.flags.bits.num)
484 ((skb)->cb))->u.tx.flags.bits.flag_chfrag_start)
487 ((skb)->cb))->u.tx.flags.bits.flag_chfrag_cont)
[all …]
H A Di_qdf_nbuf_w.h326 } tx; member
364 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.xmit_type)
459 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.ftype)
462 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.len)
464 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.vdev_id)
469 ((skb)->cb))->u.tx.flags.bits.flag_efrag)
472 ((skb)->cb))->u.tx.flags.bits.flag_nbuf)
474 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.flags.bits.num)
477 ((skb)->cb))->u.tx.flags.bits.flag_chfrag_start)
480 ((skb)->cb))->u.tx.flags.bits.flag_chfrag_cont)
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_internal.h216 TXRX_STATS_MSDU_INCR(pdev, tx.delivered, netbuf); \
218 TXRX_STATS_MSDU_INCR(pdev, tx.dropped.target_discard, \
221 TXRX_STATS_MSDU_INCR(pdev, tx.dropped.no_ack, netbuf); \
223 TXRX_STATS_MSDU_INCR(pdev, tx.dropped.target_drop, \
226 TXRX_STATS_MSDU_INCR(pdev, tx.dropped.download_fail, \
235 TXRX_STATS_ADD(_pdev, pub.tx.comp_histogram.pkts_1, 1);\
238 pub.tx.comp_histogram.pkts_2_10, 1); \
241 pub.tx.comp_histogram.pkts_11_20, 1); \
244 pub.tx.comp_histogram.pkts_21_30, 1); \
247 pub.tx.comp_histogram.pkts_31_40, 1); \
[all …]
H A Dol_tx_ll.c116 pdev, tx.dropped.host_reject, msdu); in ol_tx_prepare_ll()
494 qdf_spin_lock_bh(&pdev->stats.pub.tx.tso.tso_stats_lock); in ol_tx_tso_get_stats_idx()
495 msdu_stats_idx = pdev->stats.pub.tx.tso.tso_info.tso_msdu_idx; in ol_tx_tso_get_stats_idx()
496 pdev->stats.pub.tx.tso.tso_info.tso_msdu_idx++; in ol_tx_tso_get_stats_idx()
497 pdev->stats.pub.tx.tso.tso_info.tso_msdu_idx &= in ol_tx_tso_get_stats_idx()
499 qdf_spin_unlock_bh(&pdev->stats.pub.tx.tso.tso_stats_lock); in ol_tx_tso_get_stats_idx()
716 qdf_spinlock_create(&pdev->stats.pub.tx.tso.tso_stats_lock); in ol_txrx_tso_stats_init()
721 qdf_spinlock_destroy(&pdev->stats.pub.tx.tso.tso_stats_lock); in ol_txrx_tso_stats_deinit()
731 pdev->stats.pub.tx.tso.tso_pkts.pkts, in ol_txrx_stats_display_tso()
732 pdev->stats.pub.tx.tso.tso_pkts.bytes); in ol_txrx_stats_display_tso()
[all …]
H A Dol_txrx_ipa.c547 qdf_ipa_wdi_pipe_setup_info_t *tx, in ol_txrx_ipa_wdi_tx_params() argument
555 QDF_IPA_WDI_SETUP_INFO_CLIENT(tx) = IPA_CLIENT_WLAN1_CONS; in ol_txrx_ipa_wdi_tx_params()
556 QDF_IPA_WDI_SETUP_INFO_TRANSFER_RING_BASE_PA(tx) = in ol_txrx_ipa_wdi_tx_params()
559 QDF_IPA_WDI_SETUP_INFO_TRANSFER_RING_SIZE(tx) = in ol_txrx_ipa_wdi_tx_params()
561 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_BASE_PA(tx) = in ol_txrx_ipa_wdi_tx_params()
564 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_SIZE(tx) = in ol_txrx_ipa_wdi_tx_params()
566 QDF_IPA_WDI_SETUP_INFO_EVENT_RING_DOORBELL_PA(tx) = in ol_txrx_ipa_wdi_tx_params()
569 QDF_IPA_WDI_SETUP_INFO_IS_EVT_RN_DB_PCIE_ADDR(tx) = true; in ol_txrx_ipa_wdi_tx_params()
570 QDF_IPA_WDI_SETUP_INFO_NUM_PKT_BUFFERS(tx) = in ol_txrx_ipa_wdi_tx_params()
572 QDF_IPA_WDI_SETUP_INFO_PKT_OFFSET(tx) = 0; in ol_txrx_ipa_wdi_tx_params()
[all …]
H A Dol_tx_ll_fastpath.c170 TXRX_STATS_MSDU_INCR(pdev, tx.tso.tso_pkts, msdu); in ol_tx_prepare_ll_fast()
339 tx.dropped.host_reject, in ol_tx_ll_fast()
396 TXRX_STATS_MSDU_INCR(pdev, tx.from_stack, msdu); in ol_tx_ll_fast()
483 pdev, tx.dropped.host_reject, msdu); in ol_tx_ll_fast()
545 TXRX_STATS_MSDU_INCR(pdev, tx.from_stack, msdu); in ol_tx_ll_fast()
581 pdev, tx.dropped.host_reject, msdu); in ol_tx_ll_fast()
H A Dol_tx_ll_legacy.c81 tx.dropped.host_reject, in ol_tx_ll()
128 TXRX_STATS_MSDU_INCR(vdev->pdev, tx.from_stack, msdu); in ol_tx_ll()
184 TXRX_STATS_MSDU_INCR(vdev->pdev, tx.from_stack, msdu); in ol_tx_ll()
H A Dol_txrx.c2088 vdev->tx_comp = txrx_ops->tx.tx_comp; in ol_txrx_vdev_register()
2090 txrx_ops->tx.tx = ol_tx_data; in ol_txrx_vdev_register()
4598 pdev->stats.pub.tx.dropped.download_fail.pkts in ol_txrx_stats_display()
4599 + pdev->stats.pub.tx.dropped.target_discard.pkts in ol_txrx_stats_display()
4600 + pdev->stats.pub.tx.dropped.no_ack.pkts in ol_txrx_stats_display()
4601 + pdev->stats.pub.tx.dropped.target_drop.pkts in ol_txrx_stats_display()
4602 + pdev->stats.pub.tx.dropped.others.pkts; in ol_txrx_stats_display()
4608 pdev->stats.pub.tx.from_stack.pkts, in ol_txrx_stats_display()
4609 pdev->stats.pub.tx.tso.tso_pkts.pkts, in ol_txrx_stats_display()
4610 pdev->stats.pub.tx.delivered.pkts, in ol_txrx_stats_display()
[all …]
H A Dol_rx_fwd.c198 pdev, tx.dropped.host_reject, msdu); in ol_rx_fwd_check()
220 pdev, tx.dropped.host_reject, msdu); in ol_rx_fwd_check()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c281 struct wlan_dbg_tx_stats *tx = &wlan_pdev_stats->tx; in htt_t2h_stats_pdev_stats_print() local
288 qdf_nofl_info("comp_queued :%d", tx->comp_queued); in htt_t2h_stats_pdev_stats_print()
290 qdf_nofl_info("comp_delivered :%d", tx->comp_delivered); in htt_t2h_stats_pdev_stats_print()
292 qdf_nofl_info("msdu_enqued :%d", tx->msdu_enqued); in htt_t2h_stats_pdev_stats_print()
294 qdf_nofl_info("mpdu_enqued :%d", tx->mpdu_enqued); in htt_t2h_stats_pdev_stats_print()
296 qdf_nofl_info("wmm_drop :%d", tx->wmm_drop); in htt_t2h_stats_pdev_stats_print()
298 qdf_nofl_info("local_enqued :%d", tx->local_enqued); in htt_t2h_stats_pdev_stats_print()
300 qdf_nofl_info("local_freed :%d", tx->local_freed); in htt_t2h_stats_pdev_stats_print()
302 qdf_nofl_info("hw_queued :%d", tx->hw_queued); in htt_t2h_stats_pdev_stats_print()
304 qdf_nofl_info("hw_reaped :%d", tx->hw_reaped); in htt_t2h_stats_pdev_stats_print()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_cp_stats_tlv.c914 static void extract_pdev_tx_stats(wmi_host_dbg_tx_stats *tx, in extract_pdev_tx_stats() argument
918 tx->comp_queued = tx_stats->comp_queued; in extract_pdev_tx_stats()
919 tx->comp_delivered = tx_stats->comp_delivered; in extract_pdev_tx_stats()
920 tx->msdu_enqued = tx_stats->msdu_enqued; in extract_pdev_tx_stats()
921 tx->mpdu_enqued = tx_stats->mpdu_enqued; in extract_pdev_tx_stats()
922 tx->wmm_drop = tx_stats->wmm_drop; in extract_pdev_tx_stats()
923 tx->local_enqued = tx_stats->local_enqued; in extract_pdev_tx_stats()
924 tx->local_freed = tx_stats->local_freed; in extract_pdev_tx_stats()
925 tx->hw_queued = tx_stats->hw_queued; in extract_pdev_tx_stats()
926 tx->hw_reaped = tx_stats->hw_reaped; in extract_pdev_tx_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c1458 peer->monitor_peer->stats.tx.tx_ucast_success.num; in dp_peer_get_tx_rx_stats()
1460 peer->monitor_peer->stats.tx.tx_ucast_success.bytes; in dp_peer_get_tx_rx_stats()
1480 txrx_peer->stats[inx].per_pkt_stats.tx.ucast.num; in dp_peer_get_tx_rx_stats()
1482 txrx_peer->stats[inx].per_pkt_stats.tx.tx_success.bytes; in dp_peer_get_tx_rx_stats()
1511 (mon_peer_stats->tx.tx_rate && in dp_peer_stats_notify()
1512 mon_peer_stats->tx.tx_rate != mon_peer_stats->tx.last_tx_rate)) { in dp_peer_stats_notify()
1517 mon_peer_stats->tx.last_tx_rate; in dp_peer_stats_notify()
1518 peer_stats_intf.peer_tx_rate = mon_peer_stats->tx.tx_rate; in dp_peer_stats_notify()
1520 peer_stats_intf.ack_rssi = mon_peer_stats->tx.last_ack_rssi; in dp_peer_stats_notify()
1522 peer_stats_intf.per = tgt_peer->stats.tx.last_per; in dp_peer_stats_notify()
[all …]
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
H A Diot_sim_utils.c317 bool tx, struct mgmt_rx_event_params *rx_param) in iot_sim_frame_update() argument
368 &cat_index, !tx)) { in iot_sim_frame_update()
377 tx ? "TX" : "RX"); in iot_sim_frame_update()
379 if (tx) in iot_sim_frame_update()
406 if (tx) { in iot_sim_frame_update()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c3051 wmi_tx_stats_thresh *tx; in wma_config_stats_ext_threshold() local
3117 tx = (wmi_tx_stats_thresh *)(buf_ptr + len); in wma_config_stats_ext_threshold()
3121 WMITLV_SET_HDR(&tx->tlv_header, tag, hdr_len); in wma_config_stats_ext_threshold()
3122 tx->tx_msdu_cnt = thresh->tx.msdu; in wma_config_stats_ext_threshold()
3123 tx->tx_mpdu_cnt = thresh->tx.mpdu; in wma_config_stats_ext_threshold()
3124 tx->tx_ppdu_cnt = thresh->tx.ppdu; in wma_config_stats_ext_threshold()
3125 tx->tx_bytes = thresh->tx.bytes; in wma_config_stats_ext_threshold()
3126 tx->tx_msdu_drop_cnt = thresh->tx.msdu_drop; in wma_config_stats_ext_threshold()
3127 tx->tx_drop_bytes = thresh->tx.byte_drop; in wma_config_stats_ext_threshold()
3128 tx->tx_mpdu_retry_cnt = thresh->tx.mpdu_retry; in wma_config_stats_ext_threshold()
[all …]
/wlan-driver/qca-wifi-host-cmn/iot_sim/dispatcher/src/
H A Dwlan_iot_sim_utils_api.c27 struct beacon_tmpl_params *bcn_param, bool tx, in iot_sim_cmd_handler() argument
32 return iot_sim_frame_update(pdev, nbuf, bcn_param, tx, param); in iot_sim_cmd_handler()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A DREADME11 hal_6290_tx.c - tx related target specific function
15 hal_8074_tx.c - tx related target specific function
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_swlm.c51 tx_delta = soc->stats.tx.egress[rid].bytes - in dp_swlm_is_tput_thresh_reached()
53 params->tcl[rid].prev_tx_bytes = soc->stats.tx.egress[rid].bytes; in dp_swlm_is_tput_thresh_reached()
66 tx_packet_delta = soc->stats.tx.egress[rid].num - in dp_swlm_is_tput_thresh_reached()
68 params->tcl[rid].prev_tx_packets = soc->stats.tx.egress[rid].num; in dp_swlm_is_tput_thresh_reached()
/wlan-driver/wpa_supplicant_8/src/common/
H A Dgas_server.c
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_ipa.h372 const qdf_ipa_tx_intf_t *tx, in qdf_ipa_register_intf() argument
375 return __qdf_ipa_register_intf(name, tx, rx); in qdf_ipa_register_intf()
379 const qdf_ipa_tx_intf_t *tx, in qdf_ipa_register_intf_ext() argument
383 return __qdf_ipa_register_intf_ext(name, tx, rx, ext); in qdf_ipa_register_intf_ext()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1204 txrx_ops.tx.tx_comp = dp_sta_notify_tx_comp_cb; in ucfg_dp_sta_register_txrx_ops()
1205 txrx_ops.tx.tx = NULL; in ucfg_dp_sta_register_txrx_ops()
1210 if (!txrx_ops.tx.tx) { in ucfg_dp_sta_register_txrx_ops()
1260 txrx_ops.tx.tx_comp = dp_sta_notify_tx_comp_cb; in ucfg_dp_tdlsta_register_txrx_ops()
1261 txrx_ops.tx.tx = NULL; in ucfg_dp_tdlsta_register_txrx_ops()
1267 if (!txrx_ops.tx.tx) { in ucfg_dp_tdlsta_register_txrx_ops()
1303 if (!txrx_ops.tx.tx) { in ucfg_dp_ocb_register_txrx_ops()
1367 txrx_ops->tx.tx_comp = dp_softap_notify_tx_compl_cbk; in ucfg_dp_softap_register_txrx_ops()
1386 if (!txrx_ops->tx.tx) { in ucfg_dp_softap_register_txrx_ops()

123