Home
last modified time | relevance | path

Searched defs:y (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_utils_api.h262 #define WLAN_LPF_RSSI(x, y, len) \ argument
265 #define WLAN_RSSI_LPF(x, y) do { \ argument
270 #define WLAN_ABS_RSSI_LPF(x, y) do { \ argument
285 #define WLAN_LPF_SNR(x, y, len) \ argument
288 #define WLAN_SNR_LPF(x, y) do { \ argument
/wlan-driver/qcacld-3.0/uapi/linux/
Ddbglog_common.h40 #define WLAN_DIAG_0_TYPE_SET(x, y) WMI_F_RMW(x, y, WLAN_DIAG_0_TYPE) argument
47 #define WLAN_DIAG_0_LEN_SET(x, y) WMI_F_RMW(x, y, WLAN_DIAG_0_LEN) argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_crypto.c261 uint8_t x[AES_BLOCK_SIZE], y[AES_BLOCK_SIZE]; in qdf_crypto_aes_128_cmac() local
319 uint8_t x[AES_BLOCK_SIZE], y[AES_BLOCK_SIZE]; in qdf_crypto_aes_128_cmac() local
Di_qdf_util.h269 #define __qdf_roundup(x, y) roundup(x, y) argument
270 #define __qdf_ceil(x, y) DIV_ROUND_UP(x, y) argument
/wlan-driver/fw-api/hw/qcn9000/
DHALcomdef.h429 #define MAX( x, y ) ( ((x) > (y)) ? (x) : (y) ) argument
433 #define MIN( x, y ) ( ((x) < (y)) ? (x) : (y) ) argument
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h327 #define qdf_roundup(x, y) __qdf_roundup(x, y) argument
336 #define qdf_ceil(x, y) __qdf_ceil(x, y) argument
Dqdf_lock.h199 #define qdf_mem_malloc_debug(x, y, z) qdf_mem_malloc(x) argument
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_types.h452 #define HTT_WIFI_IP(pdev, x, y) (((pdev)->wifi_ip_ver.major == (x)) && \ argument
455 #define HTT_SET_WIFI_IP(pdev, x, y) (((pdev)->wifi_ip_ver.major = (x)) && \ argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c1011 static inline int hdd_64bit_plus(uint64_t x, int64_t y, uint64_t *ret) in hdd_64bit_plus()
1023 static inline int hdd_uint64_plus(uint64_t x, uint64_t y, uint64_t *ret) in hdd_uint64_plus()
1037 static inline int hdd_uint64_minus(uint64_t x, uint64_t y, uint64_t *ret) in hdd_uint64_minus()
Dwlan_hdd_main.c11755 #define PLD_REQUEST_PM_QOS(x, y) argument
11964 #define PLD_REQUEST_PM_QOS(x, y) pld_request_pm_qos(x, y) argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_reo.h549 uint8_t y = (x & (~x + 1)) & BLOCK_RES_MASK; in hal_find_one_bit() local
560 uint8_t y = (~x & (x+1)) & BLOCK_RES_MASK; in hal_find_zero_bit() local
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h188 #define CDP_SNR_AVG(x, y) ((((x) << 2) + (y) - (x)) >> 2) argument
190 #define CDP_SNR_UPDATE_AVG(x, y) x = CDP_SNR_AVG((x), CDP_SNR_IN((y))) argument
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c4257 #define GET_VDEV_NSS_CHAIN(x, y) (((x) >> (y)) & NSS_CHAIN_MASK) argument
/wlan-driver/fw-api/fw/
Dhtt.h272 #define HTT_WIFI_IP_VERSION(x,y) ((x) == (y)) argument