/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_ctrl_def.h | 33 #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/ |
D | debug.h | 21 #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
|
D | debug.c | 459 #define ICNSS_STATS_DUMP(_s, _priv, _x) \ argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | i_osdep.h | 33 #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
|
D | i_qdf_module.h | 33 #define __qdf_virt_module_init(_x) \ argument 45 #define __qdf_virt_module_exit(_x) module_exit(_x) argument
|
/wlan-driver/platform/cnss2/ |
D | debug.h | 38 #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/ |
D | dfs_fcc_bin5.c | 482 #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/ |
D | cnss_plat_ipc_qmi.c | 129 #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/ |
D | qdf_util.h | 117 #define QDF_MAX(_x, _y) (((_x) > (_y)) ? (_x) : (_y)) argument 124 #define QDF_MIN(_x, _y) (((_x) < (_y)) ? (_x) : (_y)) argument
|
D | qdf_types.h | 88 #define QDF_SWAP_U16(_x) \ argument 95 #define QDF_SWAP_U32(_x) \ argument
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/ |
D | wlan_serialization_utf_i.h | 38 #define SER_UTF_BLOCK_STR(_x) (_x ? "BLOCK" : "NON-BLOCK") argument
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc_internal.h | 92 #define HTC_IS_EPPING_ENABLED(_x) ((_x) == QDF_GLOBAL_EPPING_MODE) argument
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_defrag.c | 75 #define DEFRAG_IEEE80211_QOS_GET_TID(_x) \ argument
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_bus_bandwidth.c | 895 #define DP_BW_GET_DIFF(_x, _y) ((unsigned long)((ULONG_MAX - (_y)) + (_x) + 1)) argument
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/ |
D | wlan_ipa_priv.h | 798 #define BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1) argument
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 49 #define SME_QOS_BOUNDED_U32_ADD_Y_TO_X(_x, _y) \ argument
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_services_common.c | 5196 #define REG_IS_TOT_CHAN_BW_BELOW_160(_x, _y) \ argument
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 12059 #define HDD_BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1) argument
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 7713 #define DOT11F_IS_BG_RATE(_x) (((_x) == 02) || \ argument
|