Searched defs:_y (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/inc/ ! |
H A D | cdp_txrx_ctrl_def.h | 63 #define OSIF_VAP_TX_LOCK(_y, _x) spin_lock(&((_x)->tx_lock)) argument 64 #define OSIF_VAP_TX_UNLOCK(_y, _x) spin_unlock(&((_x)->tx_lock)) argument 75 #define OSIF_VAP_TX_LOCK(_y, _x) cdp_vdev_tx_lock( \ argument 77 #define OSIF_VAP_TX_UNLOCK(_y, _x) cdp_vdev_tx_unlock( \ argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ ! |
H A 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
|
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/ ! |
H A 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
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ ! |
H A 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/ ! |
H A 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/ ! |
H A 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/ ! |
H A 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/ ! |
H A D | wlan_hdd_main.c | 12059 #define HDD_BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1) argument
|