Lines Matching refs:httsym
7208 #define HTT_RX_RING_SELECTION_CFG_PKT_TYPE_ENABLE_SET(word, httsym, value) \ argument
7210 HTT_CHECK_SET_VAL(httsym, value); \
7211 (word) |= (value) << httsym##_S; \
7213 #define HTT_RX_RING_SELECTION_CFG_PKT_TYPE_ENABLE_GET(word, httsym) \ argument
7214 (((word) & httsym##_M) >> httsym##_S)
7269 #define HTT_RX_RING_TLV_ENABLE_SET(word, httsym, enable) \ argument
7271 HTT_CHECK_SET_VAL(httsym, enable); \
7272 (word) |= (enable) << httsym##_S; \
7274 #define HTT_RX_RING_TLV_ENABLE_GET(word, httsym) \ argument
7275 (((word) & httsym##_M) >> httsym##_S)
8018 #define HTT_TX_MONITOR_CFG_PKT_TYPE_SET(word, httsym, value) \ argument
8020 HTT_CHECK_SET_VAL(httsym, value); \
8021 (word) |= (value) << httsym##_S; \
8023 #define HTT_TX_MONITOR_CFG_PKT_TYPE_GET(word, httsym) \ argument
8024 (((word) & httsym##_M) >> httsym##_S)
8136 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN0_SET(word, httsym, enable) \ argument
8138 HTT_CHECK_SET_VAL(httsym, enable); \
8139 (word) |= (enable) << httsym##_S; \
8141 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN0_GET(word, httsym) \ argument
8142 (((word) & httsym##_M) >> httsym##_S)
8248 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN1_SET(word, httsym, enable) \ argument
8250 HTT_CHECK_SET_VAL(httsym, enable); \
8251 (word) |= (enable) << httsym##_S; \
8253 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN1_GET(word, httsym) \ argument
8254 (((word) & httsym##_M) >> httsym##_S)
8361 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN2_SET(word, httsym, enable) \ argument
8363 HTT_CHECK_SET_VAL(httsym, enable); \
8364 (word) |= (enable) << httsym##_S; \
8366 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN2_GET(word, httsym) \ argument
8367 (((word) & httsym##_M) >> httsym##_S)
8443 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN3_SET(word, httsym, enable) \ argument
8445 HTT_CHECK_SET_VAL(httsym, enable); \
8446 (word) |= (enable) << httsym##_S; \
8448 #define HTT_TX_MONITOR_TLV_FILTER_MASK_IN3_GET(word, httsym) \ argument
8449 (((word) & httsym##_M) >> httsym##_S)