Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_dp_traffic_end_indication.c100 uint8_t value, defdscp, spldscp; in __hdd_sysfs_dp_traffic_end_indication_store() local
132 if (kstrtou8(token, 0, &defdscp)) in __hdd_sysfs_dp_traffic_end_indication_store()
142 if ((defdscp > 63) || (spldscp > 63)) { in __hdd_sysfs_dp_traffic_end_indication_store()
154 info.def_dscp = defdscp; in __hdd_sysfs_dp_traffic_end_indication_store()
162 adapter->deflink->vdev_id, value, defdscp, spldscp); in __hdd_sysfs_dp_traffic_end_indication_store()