Home
last modified time | relevance | path

Searched refs:tx_comp (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c2547 struct cdp_pkt_info tx_comp = { 0 }; local
2619 tx_comp.num = pkt_count;
2625 tx_comp.bytes = byte_count;
2631 tx_comp.num += pkt_count;
2638 tx_comp.bytes += byte_count;
2645 tx_comp.num += pkt_count;
2652 tx_comp.bytes += byte_count;
2659 tx_comp.num += pkt_count;
2666 tx_comp.bytes += byte_count;
2673 tx_comp.num += pkt_count;
[all …]
Ddp_types.h1255 uint32_t tx_comp[MAX_TCL_DATA_RINGS]; member
4118 ol_txrx_completion_fp tx_comp; member
Ddp_tx.c5546 tx_compl_cbk = vdev->tx_comp;
6980 DP_STATS_INC(soc, tx.tx_comp[ring_id], count);
Ddp_stats.c6137 i, soc->stats.tx.tx_comp[i]); in dp_print_tx_ring_stats()
6378 i, soc->stats.tx.tx_comp[i]); in dp_print_tx_ring_stats()
Ddp_main.c4973 vdev->tx_comp = txrx_ops->tx.tx_comp; in dp_vdev_register_wifi3()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_softap_txrx.c108 bool tx_comp) in dp_softap_inspect_tx_eap_pkt() argument
157 if (tx_comp) { in dp_softap_inspect_tx_eap_pkt()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
Dwlan_dp_ucfg_api.c1204 txrx_ops.tx.tx_comp = dp_sta_notify_tx_comp_cb; 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()
1367 txrx_ops->tx.tx_comp = dp_softap_notify_tx_compl_cbk; in ucfg_dp_softap_register_txrx_ops()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.c792 DP_STATS_INC(soc, tx.tx_comp[ring_id], num_msdus); in dp_tx_compl_handler_rh()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_types.h1219 ol_txrx_completion_fp tx_comp; member
Dol_tx_send.c906 tx_compl_cbk = tx_desc->vdev->tx_comp; in ol_tx_notify_completion()
Dol_txrx.c2088 vdev->tx_comp = txrx_ops->tx.tx_comp; in ol_txrx_vdev_register()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn_struct.h1206 ol_txrx_completion_fp tx_comp; member