Home
last modified time | relevance | path

Searched refs:tcp_stats (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/dp/src/
H A Dos_if_dp.c801 struct dp_tcp_stats *tcp_stats = ucfg_dp_get_tcp_stats(vdev); in osif_dp_populate_tcp_stats_info() local
803 if (!tcp_stats) { in osif_dp_populate_tcp_stats_info()
818 tcp_stats->tx_tcp_syn_count) || in osif_dp_populate_tcp_stats_info()
820 tcp_stats->tx_tcp_syn_host_fw_sent) || in osif_dp_populate_tcp_stats_info()
822 tcp_stats->tx_tcp_syn_host_fw_sent) || in osif_dp_populate_tcp_stats_info()
824 tcp_stats->tx_tcp_syn_ack_cnt)) { in osif_dp_populate_tcp_stats_info()
839 tcp_stats->rx_fw_cnt) || in osif_dp_populate_tcp_stats_info()
841 tcp_stats->rx_tcp_syn_ack_count) || in osif_dp_populate_tcp_stats_info()
843 tcp_stats->rx_delivered) || in osif_dp_populate_tcp_stats_info()
846 tcp_stats->rx_host_drop)) { in osif_dp_populate_tcp_stats_info()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c183 qdf_mem_zero(&dp_intf->dp_stats.tcp_stats, in dp_clear_tx_rx_connectivity_stats()
184 sizeof(dp_intf->dp_stats.tcp_stats)); in dp_clear_tx_rx_connectivity_stats()
247 ++dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
252 ++dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
255 } else if ((dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
257 tcp_stats.is_tcp_ack_sent) && in dp_tx_rx_collect_connectivity_stats_info()
263 dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
265 ++dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
267 dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
269 dp_intf->dp_stats.tcp_stats. in dp_tx_rx_collect_connectivity_stats_info()
[all …]
H A Dwlan_dp_main.c1826 dp_intf->dp_stats.tcp_stats.rx_fw_cnt = rsp->tcp_ack_recvd; in dp_get_arp_stats_event_handler()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h261 struct dp_tcp_stats tcp_stats; member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1831 qdf_mem_zero(&dp_intf->dp_stats.tcp_stats, in ucfg_dp_clear_tcp_stats()
1832 sizeof(dp_intf->dp_stats.tcp_stats)); in ucfg_dp_clear_tcp_stats()
2131 return &dp_intf->dp_stats.tcp_stats; in ucfg_dp_get_tcp_stats()