Searched refs:msdu_flow_config0 (Results 1 – 1 of 1) sorted by relevance
4884 #define WMI_MSDU_FLOW_AST_ENABLE_GET(msdu_flow_config0, ast_x) \ argument4885 (((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) \ argument4890 (msdu_flow_config0) |= (1 << ((ast_x) - 1)); \4892 (msdu_flow_config0) &= ~(1 << ((ast_x) - 1)); \