API Reference Manual  1.45.0
api/spec/stash_types.h File Reference

ODP stash types. More...

#include <odp/visibility_begin.h>
#include <odp/api/std_types.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/stash_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  odp_stash_stats_opt_t
 Stash statistics counters options. More...
 
struct  odp_stash_stats_t
 Stash statistics counters. More...
 
struct  odp_stash_capability_t
 Stash capabilities (per stash type) More...
 
struct  odp_stash_param_t
 Stash parameters. More...
 

Typedefs

typedef enum odp_stash_type_t odp_stash_type_t
 Stash types.
 
typedef enum odp_stash_op_mode_t odp_stash_op_mode_t
 Stash operation mode.
 
typedef union odp_stash_stats_opt_t odp_stash_stats_opt_t
 Stash statistics counters options. More...
 
typedef struct odp_stash_stats_t odp_stash_stats_t
 Stash statistics counters.
 
typedef struct odp_stash_capability_t odp_stash_capability_t
 Stash capabilities (per stash type)
 
typedef struct odp_stash_param_t odp_stash_param_t
 Stash parameters.
 

Enumerations

enum  odp_stash_type_t { ODP_STASH_TYPE_DEFAULT = 0 , ODP_STASH_TYPE_FIFO }
 Stash types. More...
 
enum  odp_stash_op_mode_t { ODP_STASH_OP_MT = 0 , ODP_STASH_OP_ST , ODP_STASH_OP_LOCAL }
 Stash operation mode. More...
 

Detailed Description

ODP stash types.

Definition in file api/spec/stash_types.h.