Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
Dwmi_unified.h33402 #define WMI_GET_PER_VALID(per_threshold) \ argument
33403 WMI_GET_BITS(per_threshold, WMI_PER_VALID_BIT_POS, WMI_PER_VALID_NUM_BITS)
33405 #define WMI_PER_VALID_SET(per_threshold, value) \ argument
33406 WMI_SET_BITS(per_threshold, WMI_PER_VALID_BIT_POS, WMI_PER_VALID_NUM_BITS, value)
33411 #define WMI_GET_PER_THRESHOLD(per_threshold) \ argument
33412 WMI_GET_BITS(per_threshold, WMI_PER_THRESHOLD_BIT_POS, WMI_PER_THRESHOLD_NUM_BITS)
33414 #define WMI_PER_THRESHOLD_SET(per_threshold, value) \ argument
33415 WMI_SET_BITS(per_threshold, WMI_PER_THRESHOLD_BIT_POS, WMI_PER_THRESHOLD_NUM_BITS, value)
33420 #define WMI_GET_PER_MIN_TX_PKTS(per_threshold) \ argument
33421 WMI_GET_BITS(per_threshold, WMI_PER_MIN_TX_PKTS_BIT_POS, WMI_PER_MIN_TX_PKTS_NUM_BITS)
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h784 uint16_t per_threshold);