Home
last modified time | relevance | path

Searched refs:per (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/configs/
Dkiwi_v2_defconfig72 #Enable per link stats support
Dqca6174_defconfig300 # As per target team, build is done as follows:
Dwcn6450_defconfig327 # As per target team, build is done as follows:
Dqca6390_defconfig357 # As per target team, build is done as follows:
Dpeach_defconfig432 # As per target team, build is done as follows:
Dwear_defconfig458 # As per target team, build is done as follows:
Ddefault_defconfig792 # As per target team, build is done as follows:
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/inc/
Dwlan_spectral_public_structs.h302 int per; member
/wlan-driver/platform/cnss2/
DKconfig53 This config flag controls the feature per target based. The feature
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h1686 uint32_t per; member
2172 uint32_t per; member
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.h907 int per; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1926 // This field is declared optional as per bugs 15234, 14755, & 14991.
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c7642 peer_stats->tx.per = qdf_do_div((peer_stats->tx.retries * 100), in dp_get_peer_tx_per()
7646 peer_stats->tx.per = 0; in dp_get_peer_tx_per()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c1522 peer_stats_intf.per = tgt_peer->stats.tx.last_per; in dp_peer_stats_notify()