Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/qos/
H A Dsme_qos.c385 struct sme_qos_wmmtspecinfo *pCurrent_Tspec_Info,
5274 struct sme_qos_wmmtspecinfo *pCurrent_Tspec_Info, in sme_qos_aggregate_params() argument
5284 if (!pCurrent_Tspec_Info) { in sme_qos_aggregate_params()
5288 qdf_mem_copy(&TspecInfo, pCurrent_Tspec_Info, in sme_qos_aggregate_params()
5294 if (pCurrent_Tspec_Info->min_service_interval && in sme_qos_aggregate_params()
5296 (pCurrent_Tspec_Info->ts_info.direction != in sme_qos_aggregate_params()
5299 QDF_MIN(pCurrent_Tspec_Info->min_service_interval, in sme_qos_aggregate_params()
5305 if (pCurrent_Tspec_Info->max_service_interval && in sme_qos_aggregate_params()
5307 (pCurrent_Tspec_Info->ts_info.direction != in sme_qos_aggregate_params()
5310 QDF_MIN(pCurrent_Tspec_Info->max_service_interval, in sme_qos_aggregate_params()
[all …]