Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c11423 uint8_t bucket_type; in hdd_tx_latency_enable() local
11448 bucket_type = nla_get_u8(bucket_type_attr); in hdd_tx_latency_enable()
11449 if (bucket_type >= CDP_TX_LATENCY_TYPE_MAX) { in hdd_tx_latency_enable()
11450 hdd_err_rl("Invalid bucket type %u", bucket_type); in hdd_tx_latency_enable()
11454 config.granularity[bucket_type] = in hdd_tx_latency_enable()
11456 if (!config.granularity[bucket_type]) { in hdd_tx_latency_enable()
11458 bucket_type); in hdd_tx_latency_enable()