Home
last modified time | relevance | path

Searched refs:msdu_flow_config0 (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/fw-api/fw/
H A Dwmi_unified.h4884 #define WMI_MSDU_FLOW_AST_ENABLE_GET(msdu_flow_config0, ast_x) \ argument
4885 (((ast_x) == 0) ? 1 : ((msdu_flow_config0) & (1 << ((ast_x) - 1))))
4886 #define WMI_MSDU_FLOW_AST_ENABLE_SET(msdu_flow_config0, ast_x, enable) \ argument
4890 (msdu_flow_config0) |= (1 << ((ast_x) - 1)); \
4892 (msdu_flow_config0) &= ~(1 << ((ast_x) - 1)); \