Home
last modified time | relevance | path

Searched refs:ingress (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_swlm.c59 rx_delta = soc->stats.rx.ingress.bytes - params->tcl[rid].prev_rx_bytes; in dp_swlm_is_tput_thresh_reached()
60 params->tcl[rid].prev_rx_bytes = soc->stats.rx.ingress.bytes; in dp_swlm_is_tput_thresh_reached()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h2922 struct cdp_pkt_info ingress; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c2510 int64_t current_ts, ingress, egress; in dp_tx_latency_stats_update() local
2525 ingress = qdf_ktime_to_us(tx_desc->driver_ingress_ts); in dp_tx_latency_stats_update()
2527 driver_latency = (uint32_t)(egress - ingress); in dp_tx_latency_stats_update()
Ddp_types.h1267 struct cdp_pkt_info ingress; member
Ddp_rx.c3011 DP_STATS_INC_PKT(soc, rx.ingress, 1, in dp_rx_update_stats()
Ddp_stats.c9555 soc_stats->rx.ingress = soc->stats.rx.ingress; in dp_txrx_get_soc_stats()