6 #ifndef ODP_ABI_EVENT_TYPES_H_
7 #define ODP_ABI_EVENT_TYPES_H_
24 #define ODP_EVENT_INVALID ((odp_event_t)0)
30 ODP_EVENT_TIMEOUT = 3,
32 ODP_EVENT_IPSEC_STATUS = 5,
33 ODP_EVENT_PACKET_VECTOR = 6,
34 ODP_EVENT_PACKET_TX_COMPL = 7,
35 ODP_EVENT_DMA_COMPL = 8,
36 ODP_EVENT_ML_COMPL = 9
40 ODP_EVENT_NO_SUBTYPE = 0,
41 ODP_EVENT_PACKET_BASIC = 1,
42 ODP_EVENT_PACKET_CRYPTO = 2,
43 ODP_EVENT_PACKET_IPSEC = 3,
44 ODP_EVENT_PACKET_COMP = 4,
45 ODP_EVENT_ML_COMPL_LOAD = 5,
46 ODP_EVENT_ML_COMPL_RUN = 6
_odp_abi_event_t * odp_event_t
ODP event.
odp_event_subtype_t
Event subtype.
odp_event_type_t
Event type.