Searched refs:RxState (Results 1 - 3 of 3) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1695 typedef enum RxState enum
1701 } RxState; typedef in typeref:enum:RxState
1706 RxState value;
3147 RxState multicast;
3148 RxState unicast;
H A Dqapi-visit.h368 void visit_type_RxState(Visitor *m, RxState * obj, const char *name, Error **errp);
H A Dqapi-visit.c6110 void visit_type_RxState(Visitor *m, RxState * obj, const char *name, Error **errp)
6112 visit_type_enum(m, (int *)obj, RxState_lookup, "RxState", name, errp);

Completed in 1497 milliseconds