Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_ctrl_def.h33 #define VAP_TX_SPIN_LOCK(_x) spin_lock(_x) argument
34 #define VAP_TX_SPIN_UNLOCK(_x) spin_unlock(_x) argument
36 #define VAP_TX_SPIN_LOCK(_x) argument
37 #define VAP_TX_SPIN_UNLOCK(_x) argument
43 #define OL_TX_LOCK(_x) ol_ll_pdev_tx_lock(_x) argument
44 #define OL_TX_UNLOCK(_x) ol_ll_pdev_tx_unlock(_x) argument
46 #define OL_TX_PDEV_LOCK(_x) qdf_spin_lock_bh(_x) argument
47 #define OL_TX_PDEV_UNLOCK(_x) qdf_spin_unlock_bh(_x) argument
49 #define OL_TX_PDEV_LOCK(_x) argument
50 #define OL_TX_PDEV_UNLOCK(_x) argument
[all …]
/wlan-driver/platform/icnss2/
Ddebug.h21 #define icnss_ipc_log_string(_x...) \ argument
24 #define icnss_ipc_log_long_string(_x...) \ argument
27 #define icnss_ipc_log_smp2p_string(_x...) \ argument
30 #define icnss_ipc_soc_wake_string(_x...) \ argument
33 #define icnss_ipc_log_string(_x...) argument
35 #define icnss_ipc_log_long_string(_x...) argument
37 #define icnss_ipc_log_smp2p_string(_x...) argument
39 #define icnss_ipc_soc_wake_string(_x...) argument
Ddebug.c459 #define ICNSS_STATS_DUMP(_s, _priv, _x) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_osdep.h33 #define le16toh(_x) le16_to_cpu(_x) argument
34 #define htole16(_x) cpu_to_le16(_x) argument
35 #define htobe16(_x) cpu_to_be16(_x) argument
36 #define le32toh(_x) le32_to_cpu(_x) argument
37 #define htole32(_x) cpu_to_le32(_x) argument
38 #define be16toh(_x) be16_to_cpu(_x) argument
39 #define be32toh(_x) be32_to_cpu(_x) argument
40 #define htobe32(_x) cpu_to_be32(_x) argument
Di_qdf_module.h33 #define __qdf_virt_module_init(_x) \ argument
45 #define __qdf_virt_module_exit(_x) module_exit(_x) argument
/wlan-driver/platform/cnss2/
Ddebug.h38 #define cnss_debug_log_print(_x...) \ argument
41 #define cnss_debug_log_long_print(_x...) \ argument
44 #define cnss_debug_log_print(_x...) \ argument
46 #define cnss_debug_log_long_print(_x...) \ argument
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
Ddfs_fcc_bin5.c482 #define ABS_DIFF(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : \ in dfs_check_chirping_merlin() argument
484 #define ABS(_x) ((int)_x > 0 ? (int)_x : -(int)_x) in dfs_check_chirping_merlin() argument
/wlan-driver/platform/cnss_utils/
Dcnss_plat_ipc_qmi.c129 #define cnss_plat_ipc_log_print(_x...) \ argument
151 #define cnss_plat_ipc_log_print(_x...) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h117 #define QDF_MAX(_x, _y) (((_x) > (_y)) ? (_x) : (_y)) argument
124 #define QDF_MIN(_x, _y) (((_x) < (_y)) ? (_x) : (_y)) argument
Dqdf_types.h88 #define QDF_SWAP_U16(_x) \ argument
95 #define QDF_SWAP_U32(_x) \ argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
Dwlan_serialization_utf_i.h38 #define SER_UTF_BLOCK_STR(_x) (_x ? "BLOCK" : "NON-BLOCK") argument
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h92 #define HTC_IS_EPPING_ENABLED(_x) ((_x) == QDF_GLOBAL_EPPING_MODE) argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_rx_defrag.c75 #define DEFRAG_IEEE80211_QOS_GET_TID(_x) \ argument
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_bus_bandwidth.c895 #define DP_BW_GET_DIFF(_x, _y) ((unsigned long)((ULONG_MAX - (_y)) + (_x) + 1)) argument
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_priv.h798 #define BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1) argument
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c49 #define SME_QOS_BOUNDED_U32_ADD_Y_TO_X(_x, _y) \ argument
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.c5196 #define REG_IS_TOT_CHAN_BW_BELOW_160(_x, _y) \ argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c12059 #define HDD_BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1) argument
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h7713 #define DOT11F_IS_BG_RATE(_x) (((_x) == 02) || \ argument