ib_wc_status
enum ib_wc_status {
#undef ib_wc_status
#define ib_wc_status(x) TRACE_DEFINE_ENUM(IB_WC_##x);
#define ib_wc_status(x) { IB_WC_##x, #x },