svc_rqst_flag
#undef svc_rqst_flag
#define svc_rqst_flag(x) TRACE_DEFINE_ENUM(RQ_##x);
#define svc_rqst_flag(x) { BIT(RQ_##x), #x },