SAI Metadata
Loading...
Searching...
No Matches
saiportextensions.h
Go to the documentation of this file.
1
25#ifndef __SAIPORTEXTENSIONS_H_
26#define __SAIPORTEXTENSIONS_H_
27
28#include <saiport.h>
29#include <saitypes.h>
30
37{
38 SAI_PORT_ATTR_EXTENSIONS_RANGE_START = SAI_PORT_ATTR_END,
39
40 /* Add new experimental port attributes above this line */
41
42 SAI_PORT_ATTR_EXTENSIONS_RANGE_END
43
45
52{
53 SAI_PORT_STAT_EXTENSIONS_RANGE_START = SAI_PORT_STAT_END,
54
55 /* Add new experimental port stats above this line */
56
57 SAI_PORT_STAT_EXTENSIONS_RANGE_END
58
60
61#endif /* __SAIPORTEXTENSIONS_H_ */
@ SAI_PORT_STAT_END
Definition saiport.h:3224
@ SAI_PORT_ATTR_END
End of attributes.
Definition saiport.h:2491
This module defines SAI Port interface.
_sai_port_stat_extensions_t
SAI port stat extensions.
enum _sai_port_attr_extensions_t sai_port_attr_extensions_t
SAI port attribute extensions.
_sai_port_attr_extensions_t
SAI port attribute extensions.
enum _sai_port_stat_extensions_t sai_port_stat_extensions_t
SAI port stat extensions.
This module defines SAI portable types.