Lines Matching full:enum
49 enum virtchnl_status_code {
73 enum virtchnl_link_speed {
87 enum virtchnl_rx_hsplit {
100 enum virtchnl_ops {
143 * structure/union is not of the correct size, otherwise it creates an enum
146 #define VIRTCHNL_CHECK_STRUCT_LEN(n, X) enum virtchnl_static_assert_enum_##X \
148 #define VIRTCHNL_CHECK_UNION_LEN(n, X) enum virtchnl_static_asset_enum_##X \
157 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */
158 enum virtchnl_status_code v_retval; /* ditto for desc->retval */
174 * This enum element MUST always be specified as == 1, regardless of other
208 enum virtchnl_vsi_type {
224 enum virtchnl_vsi_type vsi_type;
307 enum virtchnl_rx_hsplit rx_split_pos; /* deprecated with AVF 1.0 */
558 enum virtchnl_action {
564 enum virtchnl_flow_type {
573 enum virtchnl_flow_type flow_type;
574 enum virtchnl_action action;
587 enum virtchnl_event_codes {
598 enum virtchnl_event_codes event;
609 enum virtchnl_link_speed link_speed;
665 enum virtchnl_vfr_states {