/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/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 34 static int _x##_mod(void) \ 37 st = (_x)(); \ 43 module_init(_x##_mod); 45 #define __qdf_virt_module_exit(_x) module_exit(_x) argument
|
/wlan-driver/platform/icnss2/ |
D | debug.h | 21 #define icnss_ipc_log_string(_x...) \ argument 22 ipc_log_string(icnss_ipc_log_context, _x) 24 #define icnss_ipc_log_long_string(_x...) \ argument 25 ipc_log_string(icnss_ipc_log_long_context, _x) 27 #define icnss_ipc_log_smp2p_string(_x...) \ argument 28 ipc_log_string(icnss_ipc_log_smp2p_context, _x) 30 #define icnss_ipc_soc_wake_string(_x...) \ argument 31 ipc_log_string(icnss_ipc_soc_wake_context, _x) 33 #define icnss_ipc_log_string(_x...) argument 35 #define icnss_ipc_log_long_string(_x...) argument [all …]
|
D | debug.c | 459 #define ICNSS_STATS_DUMP(_s, _priv, _x) \ argument 460 seq_printf(_s, "%24s: %u\n", #_x, _priv->stats._x)
|
/wlan-driver/platform/cnss2/ |
D | debug.h | 38 #define cnss_debug_log_print(_x...) \ argument 39 cnss_debug_ipc_log_print(cnss_ipc_log_context, _x) 41 #define cnss_debug_log_long_print(_x...) \ argument 42 cnss_debug_ipc_log_print(cnss_ipc_log_long_context, _x) 44 #define cnss_debug_log_print(_x...) \ argument 45 cnss_debug_ipc_log_print((void *)NULL, _x) 46 #define cnss_debug_log_long_print(_x...) \ argument 47 cnss_debug_ipc_log_print((void *)NULL, _x)
|
/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 89 ((((_x) << 8) & 0xFF00) | (((_x) >> 8) & 0x00FF)) 95 #define QDF_SWAP_U32(_x) \ argument 96 (((((_x) << 24) & 0xFF000000) | (((_x) >> 24) & 0x000000FF)) | \ 97 ((((_x) << 8) & 0x00FF0000) | (((_x) >> 8) & 0x0000FF00)))
|
/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/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 483 (int)_y - (int)_x) in dfs_check_chirping_merlin() 484 #define ABS(_x) ((int)_x > 0 ? (int)_x : -(int)_x) in dfs_check_chirping_merlin() 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/platform/cnss_utils/ |
D | cnss_plat_ipc_qmi.c | 129 #define cnss_plat_ipc_log_print(_x...) \ argument 130 cnss_plat_ipc_debug_log_print(cnss_plat_ipc_log_context, _x) 151 #define cnss_plat_ipc_log_print(_x...) \ argument 152 cnss_plat_ipc_debug_log_print((void *)NULL, _x)
|
/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/mac/src/include/ |
D | dot11f.h | 7713 #define DOT11F_IS_BG_RATE(_x) (((_x) == 02) || \ argument 7714 ((_x) == 04) || \ 7715 ((_x) == 11) || \ 7716 ((_x) == 22) || \ 7717 ((_x) == 12) || \ 7718 ((_x) == 18) || \ 7719 ((_x) == 24) || \ 7720 ((_x) == 36) || \ 7721 ((_x) == 48) || \ 7722 ((_x) == 72) || \ [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_defrag.c | 75 #define DEFRAG_IEEE80211_QOS_GET_TID(_x) \ argument 76 ((_x)->i_qos[0] & IEEE80211_QOS_TID)
|
/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/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 49 #define SME_QOS_BOUNDED_U32_ADD_Y_TO_X(_x, _y) \ argument 51 (_x) = ((SME_QOS_32BIT_MAX - (_x)) < (_y)) ? \ 52 (SME_QOS_32BIT_MAX) : (_x) + (_y); \
|
/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 5197 (reg_is_state_allowed((_x)) && (_y) < BW_160MHZ)
|
/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
|