FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Data Fields | |
virtchnl_event_codes_t | event |
union { | |
struct { | |
virtchnl_link_speed_t link_speed | |
u8 link_status | |
} link_event | |
struct { | |
u32 link_speed | |
u8 link_status | |
} link_event_adv | |
} | event_data |
int | severity |
Definition at line 235 of file virtchnl.h.
virtchnl_event_codes_t virtchnl_pf_event_t::event |
Definition at line 237 of file virtchnl.h.
union { ... } virtchnl_pf_event_t::event_data |
struct { ... } virtchnl_pf_event_t::link_event |
struct { ... } virtchnl_pf_event_t::link_event_adv |
virtchnl_link_speed_t virtchnl_pf_event_t::link_speed |
Definition at line 242 of file virtchnl.h.
u32 virtchnl_pf_event_t::link_speed |
Definition at line 247 of file virtchnl.h.
u8 virtchnl_pf_event_t::link_status |
Definition at line 243 of file virtchnl.h.
int virtchnl_pf_event_t::severity |
Definition at line 251 of file virtchnl.h.